Skip to content

Commit

Permalink
Add Sugarchain [SUGAR]
Browse files Browse the repository at this point in the history
  • Loading branch information
xiaolin1579 committed Nov 27, 2023
1 parent 09167ef commit 44d534d
Showing 1 changed file with 28 additions and 0 deletions.
28 changes: 28 additions & 0 deletions src/Miningcore/coins.json
Original file line number Diff line number Diff line change
Expand Up @@ -3627,6 +3627,34 @@
"explorerTxLink": "https://explorer.skytere.com/tx/{0}",
"explorerAccountLink": "https://explorer.skytere.com/address/{0}"
},
"sugarchain": {
"name": "Sugarchain",
"symbol": "SUGAR",
"family": "bitcoin",
"website": "https://sugarchain.org/",
"twitter": "https://twitter.com/sugarchain_dev",
"market": "https://coinpaprika.com/coin/sugar-sugarchain",
"telegram": "https://t.me/sugarchain",
"discord": "",
"coinbaseHasher": {
"hash": "sha256d"
},
"headerHasher": {
"hash": "yespowersugar",
},
"blockHasher": {
"hash": "reverse",
"args": [
{
"hash": "sha256d"
}
]
},
"shareMultiplier": 65536,
"explorerBlockLink": "https://sugarchain.org/explorer/#/block/$hash$",
"explorerTxLink": "https://sugarchain.org/explorer/#/transaction/{0}",
"explorerAccountLink": "https://sugarchain.org/explorer/#/address/{0}"
},
"susucoin": {
"name": "Susucoin",
"canonicalName": "Susucoin",
Expand Down

0 comments on commit 44d534d

Please sign in to comment.