From 7678ef4830f49b8daecb6906f7f66fd676cdd5ba Mon Sep 17 00:00:00 2001 From: Decho Kocharin Date: Sat, 27 Jul 2024 19:53:35 +0700 Subject: [PATCH] Update StakeCube to SccPow Algorithm --- src/Miningcore/coins.json | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/src/Miningcore/coins.json b/src/Miningcore/coins.json index 43b0410e6..a8008d72d 100644 --- a/src/Miningcore/coins.json +++ b/src/Miningcore/coins.json @@ -3254,7 +3254,8 @@ "name": "StakeCube", "canonicalName": "Stakecube", "symbol": "SCC", - "family": "bitcoin", + "family": "progpow", + "progpower": "sccpow", "website": "https://stakecube.net/", "market": "https://coinmarketcap.com/currencies/stakecubecoin", "twitter": "https://twitter.com/stakecube", @@ -3264,17 +3265,18 @@ "hash": "sha256d" }, "headerHasher": { - "hash": "x11" + "hash": "sha256d" }, "blockHasher": { "hash": "reverse", "args": [ { - "hash": "x11" + "hash": "sha256d" } ] }, "hasMasterNodes": true, + "shareMultiplier": 1, "explorerBlockLink": "https://scc.ccore.online/block/$height$", "explorerTxLink": "https://scc.ccore.online/tx/{0}", "explorerAccountLink": "https://scc.ccore.online/address/{0}"