Skip to content

Commit

Permalink
Add HootChain [HOOT]
Browse files Browse the repository at this point in the history
  • Loading branch information
xiaolin1579 committed Jul 19, 2024
1 parent cbfa0a8 commit 019b832
Showing 1 changed file with 32 additions and 0 deletions.
32 changes: 32 additions & 0 deletions src/Miningcore/coins.json
Original file line number Diff line number Diff line change
Expand Up @@ -1541,6 +1541,38 @@
"explorerTxLink": "http://hfrco.in/blockcrawler/tx/{0}",
"explorerAccountLink": "http://hfrco.in/blockcrawler/address/{0}"
},
"hootchain": {
"name": "HootChain",
"canonicalName": "HootChain",
"symbol": "HOOT",
"family": "bitcoin",
"website": "https://www.hootchain.org/",
"market": "",
"twitter": "https://x.com/HootChain",
"telegram": "https://t.me/HootChain",
"discord": "https://discord.gg/WEPECmANVy",
"coinbaseHasher": {
"hash": "sha256d"
},
"headerHasher": {
"hash": "x11"
},
"blockHasher": {
"hash": "reverse",
"args": [
{
"hash": "x11"
}
]
},
"hasMasterNodes": true,
"hasFounderFee": true,
"hasDevFee": true,
"coinbaseMinConfimations": 150,
"explorerBlockLink": "https://explorer.hootchain.org/block/$hash$",
"explorerTxLink": "https://explorer.hootchain.org/tx/{0}",
"explorerAccountLink": "https://explorer.hootchain.org/address/{0}"
},
"indexchain": {
"name": "IndexChain",
"symbol": "IDX",
Expand Down

0 comments on commit 019b832

Please sign in to comment.