From 09bb15e8f87853df967469766bbd9dafd4b58291 Mon Sep 17 00:00:00 2001 From: Decho Kocharin Date: Wed, 17 Jul 2024 12:14:18 +0700 Subject: [PATCH] Add MagPieCoin [MGPC] --- src/Miningcore/coins.json | 29 +++++++++++++++++++++++++++++ 1 file changed, 29 insertions(+) diff --git a/src/Miningcore/coins.json b/src/Miningcore/coins.json index fcd60cd55..17996fa06 100644 --- a/src/Miningcore/coins.json +++ b/src/Miningcore/coins.json @@ -2853,6 +2853,35 @@ "explorerTxLink": "https://explorer.vishcoin.com/tx/{0}", "explorerAccountLink": "https://explorer.vishcoin.com/address/{0}" }, + "magpiecoin": { + "name": "MagPieCoin", + "canonicalName": "MagPieCoin", + "symbol": "MGPC", + "family": "bitcoin", + "website": "http://magpiecoin.animalcoins.top/", + "twitter": "https://twitter.com/mareels1", + "telegram": "", + "discord": "https://discord.gg/jBx52PNxdp", + "coinbaseHasher": { + "hash": "sha256d" + }, + "headerHasher": { + "hash": "yespowermgpc" + }, + "blockHasher": { + "hash": "reverse", + "args": [ + { + "hash": "sha256d" + } + ] + }, + "shareMultiplier": 65536, + "coinbaseMinConfimations": 340, + "explorerBlockLink": "http://mgpcexplorer.animalcoins.top:3030/block/$height$", + "explorerTxLink": "http://mgpcexplorer.animalcoins.top:3030/tx/{0}", + "explorerAccountLink": "http://mgpcexplorer.animalcoins.top:3030/address/{0}" + }, "bitoreum": { "name": "Bitoreum", "canonicalName": "Bitoreum",