Skip to content

Commit

Permalink
Add CPUchain [CPU]
Browse files Browse the repository at this point in the history
  • Loading branch information
xiaolin1579 committed Jun 16, 2024
1 parent 2ca2f37 commit 7c44d2c
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 @@ -656,6 +656,34 @@
"explorerTxLink": "https://cann.tokenview.com/en/tx/{0}",
"explorerAccountLink": "https://cann.tokenview.com/en/address/{0}"
},
"cpuchain": {
"name": "CPUchain",
"canonicalName": "CPUchain",
"symbol": "CPU",
"family": "bitcoin",
"website": "https://cpuchain.org/",
"twitter": "",
"telegram": "",
"discord": "https://discordapp.com/invite/SUAgC9f",
"coinbaseHasher": {
"hash": "sha256d"
},
"headerHasher": {
"hash": "cpupower"
},
"blockHasher": {
"hash": "reverse",
"args": [
{
"hash": "cpupower"
}
]
},
"shareMultiplier": 65536,
"explorerBlockLink": "https://explorer.cpuchain.tech/block/$hash$",
"explorerTxLink": "https://explorer.cpuchain.tech/tx/{0}",
"explorerAccountLink": "https://explorer.cpuchain.tech/address/{0}"
},
"danecoin": {
"name": "Danecoin",
"canonicalName": "Danecoin",
Expand Down

0 comments on commit 7c44d2c

Please sign in to comment.