Skip to content

Commit

Permalink
Update StakeCube to SccPow Algorithm
Browse files Browse the repository at this point in the history
  • Loading branch information
xiaolin1579 committed Jul 27, 2024
1 parent 7a9c4ef commit 7678ef4
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions src/Miningcore/coins.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand All @@ -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}"
Expand Down

0 comments on commit 7678ef4

Please sign in to comment.