diff --git a/src/Miningcore/coins.json b/src/Miningcore/coins.json index b9b947388..c772fc378 100644 --- a/src/Miningcore/coins.json +++ b/src/Miningcore/coins.json @@ -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}" @@ -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}"