From 6278aff7c86a912ac27224d3fcba0439a666fe96 Mon Sep 17 00:00:00 2001 From: rvnminers-A-and-N <86896075+rvnminers-A-and-N@users.noreply.github.com> Date: Sat, 28 Jan 2023 22:06:44 -0500 Subject: [PATCH 1/3] Update for MEWC --- coininfo.js | 31 +++++++++++++++++++++++++++++++ 1 file changed, 31 insertions(+) diff --git a/coininfo.js b/coininfo.js index 4f92524..c1c6159 100644 --- a/coininfo.js +++ b/coininfo.js @@ -17805,6 +17805,37 @@ const coininfo = { "https://thecomettoken.com/about", ], }, + meowcoin: { + description: "Meowcoin (MEWC) is a fork of the Ravencoin (RVN) blockchain in which is not only dedicated to the creation and peer-to-peer transfer of assets, but also dedicated to our cause of supporting various real-world, community based animal shelters/clinics/protective organizations. Just as Monero is solely focused on privacy, Ravencoin specializes in asset transfer – nothing more, nothing less. Although you can exchange assets over other blockchains, like Bitcoin and Ethereum, that’s not their intended purpose. The lack of specialization leads to problems that are specific to transferring assets. Ravencoin enabled you to create and trade any real-world (e.g., gold bars, land deeds) or digital (e.g., gaming items, software licenses) assets on a network with only that in mind.\r\n\r\nRavencoin did not have an established team. It is an open-source project led by the core developers and Tron Black. Bruce Fenton, a previous board member of The Bitcoin Foundation, advised the team. The core developers launched Ravencoin on January 3rd, 2018 and Fenton kicked off the launch with a Tweet announcing the start of mining.\r\n\r\nMeowcoin aimed to keep these same values but expand upon the technologies offered by the coin, as well as utilize the project to give good back to the community through weekly donations to various animal health, animal rights, and animal service groups across the globe! The Meowcoin core devs launched the coin on September 6th, 2022, and it has been off to the races since! The Meowcoin staff consists of the original founders MeowMan and Meowmancer, the support/marketing team MrTheKing43 and Mana, and the development team nameless and α (all discord usernames). Big things are brewing for this community!", + total_supply: 21000000000, + circulating_supply: 1040859310, + websites: [ + "https://www.mewccrypto.com", + ], + explorers: [ + "https://explorer.mewccrypto.com", + ], + medium: "", + discord: "https://discord.gg/DkVz5JYkAk", + telegram: "https://t.me/+UH37sU5CHwwyYmQ1", + bitcointalk: "https://bitcointalk.org/index.php?topic=5412692.0", + facebook: "", + twitter: "https://twitter.com/meowcoinlol", + reddit: "https://www.reddit.com/r/MeowcoinOfficial", + repository: "https://github.com/justaresearcher/meowcoin", + youtube: "https://www.youtube.com/embed/fbfUvkZaw2w?rel=0&showinfo=0", + instagram: "", + tiktok: "", + twitch: "", + linkedin: "", + cryptoCompareID: "", + coinMarketCapID: "meowcoin", + coingeckoID: "meowcoin", + auditInfos: [], + whitepaper: [ + "https://docs.mewccrypto.com/whitepaper", + ], + }, }; export default { From c92cb8157f894b39a408c957aefedffc7c8782c4 Mon Sep 17 00:00:00 2001 From: rvnminers-A-and-N <86896075+rvnminers-A-and-N@users.noreply.github.com> Date: Sat, 28 Jan 2023 22:59:41 -0500 Subject: [PATCH 2/3] MEWC.svg --- logos/MEWC.svg | 68 ++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 68 insertions(+) create mode 100644 logos/MEWC.svg diff --git a/logos/MEWC.svg b/logos/MEWC.svg new file mode 100644 index 0000000..7d11e8b --- /dev/null +++ b/logos/MEWC.svg @@ -0,0 +1,68 @@ + + + + + + + + + + + + + + + From 8c3ca9a30dd049ff7ac33912d0911ce171516fdb Mon Sep 17 00:00:00 2001 From: rvnminers-A-and-N <86896075+rvnminers-A-and-N@users.noreply.github.com> Date: Sat, 28 Jan 2023 23:00:02 -0500 Subject: [PATCH 3/3] Update coinsSimple.js --- coinsSimple.js | 50 ++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 50 insertions(+) diff --git a/coinsSimple.js b/coinsSimple.js index 3f3d949..9d1e23a 100644 --- a/coinsSimple.js +++ b/coinsSimple.js @@ -22933,6 +22933,56 @@ const coins = { "ergo", ], }, + meowcoin: { + coin: "meowcoin", + name: "Meowcoin", + uri: [ + "meowcoin", + "mewc", + ], + pubKeyHash: "32", + scriptHash: "7a", + messagePrefix: "\u0028Meowcoin Signed Message:\n", + normalAddress: "M", + normalAddressB: "M", + scriptAddress: "m", + scriptAddressB: "m", + wif: "80", + slip: 1669, + addresses: [], + api: [ + "https://explorer.mewccrypto.com/api/", + "https://explorer.mewccrypto.com/ext/", + ], + pathlinux: "meowcoin", + pathmac: "Meowcoin", + path: "Meowcoin", + unit: "MEWC", + config: "meowcoin", + rpcport: 9766, + testnetrpcport: 19766, + type: "btc", + explorer: [ + "https://explorer.mewccrypto.com/", + "https://explorer.mewccrypto.com/tx/", + ], + logolink: "@/assets/logos/MEWC.svg", + node: [ + "explorer.mewccrypto.com", + "node-map.mewccrypto.com", + "arcade.mewccrypto.com", + ], + fee: 0.00001, + feepolicy: { + economy: 2000, + normal: 6000, + fast: 12000, + }, + color: "#D8C47E", + backend: [ + "iquidus", + ], + }, }; module.exports = coins;