From 54b5160bf688a22b2a2bf357dd778671bfed20ba Mon Sep 17 00:00:00 2001 From: Decho Kocharin Date: Sat, 30 Dec 2023 19:10:54 +0700 Subject: [PATCH] Add ButKoin GhostRider --- src/Miningcore/coins.json | 35 +++++++++++++++++++++++++++++++++++ 1 file changed, 35 insertions(+) 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}"