Skip to content

Commit

Permalink
Add ButKoin GhostRider
Browse files Browse the repository at this point in the history
  • Loading branch information
xiaolin1579 committed Dec 30, 2023
1 parent f98fcb6 commit 54b5160
Showing 1 changed file with 35 additions and 0 deletions.
35 changes: 35 additions & 0 deletions src/Miningcore/coins.json
Original file line number Diff line number Diff line change
Expand Up @@ -558,6 +558,7 @@
"blockTemplateRpcExtraParams": ["sha256d"],
"hasFounderFee": true,
"hasMasterNodes": true,
"hasSmartNodes": true,
"explorerBlockLink": "https://blocks.butcoin.tech/block/$hash$",
"explorerTxLink": "https://blocks.butcoin.tech/tx/{0}",
"explorerAccountLink": "https://blocks.butcoin.tech/address/{0}"
Expand Down Expand Up @@ -599,6 +600,40 @@
"shareMultiplier": 65536,
"hasFounderFee": true,
"hasMasterNodes": true,
"hasSmartNodes": true,
"explorerBlockLink": "https://blocks.butcoin.tech/block/$hash$",
"explorerTxLink": "https://blocks.butcoin.tech/tx/{0}",
"explorerAccountLink": "https://blocks.butcoin.tech/address/{0}"
},
"butkoin-ghostrider": {
"name": "ButKoin GhostRider",
"canonicalName": "ButKoin",
"symbol": "BUTK",
"family": "bitcoin",
"website": "https://butcoin.tech/",
"market": "",
"twitter": "https://twitter.com/ButKoin",
"telegram": "",
"discord": "https://discord.com/invite/j7T82mKkrw",
"coinbaseHasher": {
"hash": "sha256d"
},
"headerHasher": {
"hash": "ghostrider"
},
"blockHasher": {
"hash": "reverse",
"args": [
{
"hash": "sha256d"
}
]
},
"blockTemplateRpcExtraParams": ["ghostrider"],
"hasFounderFee": true,
"hasMasterNodes": true,
"hasSmartNodes": true,
"shareMultiplier": 65536,
"explorerBlockLink": "https://blocks.butcoin.tech/block/$hash$",
"explorerTxLink": "https://blocks.butcoin.tech/tx/{0}",
"explorerAccountLink": "https://blocks.butcoin.tech/address/{0}"
Expand Down

0 comments on commit 54b5160

Please sign in to comment.