Skip to content

Commit

Permalink
Add Skytere[SKYT]
Browse files Browse the repository at this point in the history
  • Loading branch information
xiaolin1579 committed Nov 27, 2023
1 parent 70d8a70 commit 34c16fe
Showing 1 changed file with 31 additions and 0 deletions.
31 changes: 31 additions & 0 deletions src/Miningcore/coins.json
Original file line number Diff line number Diff line change
Expand Up @@ -3596,6 +3596,37 @@
"explorerTxLink": "https://scc.ccore.online/tx/{0}",
"explorerAccountLink": "https://scc.ccore.online/address/{0}"
},
"skytere": {
"name": "Skytere",
"canonicalName": "Skytere",
"symbol": "SKYT",
"family": "bitcoin",
"website": "https://skytere.com/",
"twitter": "",
"telegram": "",
"discord": "https://discord.gg/UGfj5D6hEb",
"coinbaseHasher": {
"hash": "sha256d"
},
"headerHasher": {
"hash": "ghostrider"
},
"blockHasher": {
"hash": "reverse",
"args": [
{
"hash": "sha256d"
}
]
},
"hasFounderFee": true,
"hasMasterNodes": true,
"hasSmartNodes": true,
"shareMultiplier": 65536,
"explorerBlockLink": "https://explorer.skytere.com/block/$hash$",
"explorerTxLink": "https://explorer.skytere.com/tx/{0}",
"explorerAccountLink": "https://explorer.skytere.com/address/{0}"
},
"susucoin": {
"name": "Susucoin",
"canonicalName": "Susucoin",
Expand Down

0 comments on commit 34c16fe

Please sign in to comment.