Skip to content

Commit

Permalink
Add MagPieCoin [MGPC]
Browse files Browse the repository at this point in the history
  • Loading branch information
xiaolin1579 committed Jul 17, 2024
1 parent f2668a0 commit a6d5412
Showing 1 changed file with 28 additions and 0 deletions.
28 changes: 28 additions & 0 deletions src/Miningcore/coins.json
Original file line number Diff line number Diff line change
Expand Up @@ -2853,6 +2853,34 @@
"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,
"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",
Expand Down

0 comments on commit a6d5412

Please sign in to comment.