Skip to content

Commit

Permalink
Add Whive[WHIVE]
Browse files Browse the repository at this point in the history
  • Loading branch information
xiaolin1579 committed Nov 22, 2023
1 parent 700be1a commit a33b9f4
Showing 1 changed file with 27 additions and 0 deletions.
27 changes: 27 additions & 0 deletions src/Miningcore/coins.json
Original file line number Diff line number Diff line change
Expand Up @@ -4015,6 +4015,33 @@
"explorerTxLink": "https://explorer.voltpot.org/tx/{0}",
"explorerAccountLink": "https://explorer.voltpot.org/address/{0}"
},
"whive": {
"name": "Whive",
"symbol": "WHIVE",
"family": "bitcoin",
"website": "https://www.whive.io/",
"twitter": "https://twitter.com/whiveio",
"telegram": "https://t.me/whiveio",
"discord": "https://discord.com/invite/D6RRVemBRv",
"coinbaseHasher": {
"hash": "sha256d"
},
"headerHasher": {
"hash": "yespower",
},
"blockHasher": {
"hash": "reverse",
"args": [
{
"hash": "sha256d"
}
]
},
"shareMultiplier": 65536,
"explorerBlockLink": "https://whiveexplorer.cointest.com/block/$hash$",
"explorerTxLink": "https://whiveexplorer.cointest.com/tx/{0}",
"explorerAccountLink": "https://whiveexplorer.cointest.com/address/{0}"
},
"widecoin": {
"name": "Widecoin",
"canonicalName": "Widecoin",
Expand Down

0 comments on commit a33b9f4

Please sign in to comment.