Skip to content

Commit

Permalink
Add Kylacoin [KCN]
Browse files Browse the repository at this point in the history
  • Loading branch information
xiaolin1579 committed Jul 8, 2024
1 parent a36c634 commit 7414392
Showing 1 changed file with 29 additions and 0 deletions.
29 changes: 29 additions & 0 deletions src/Miningcore/coins.json
Original file line number Diff line number Diff line change
Expand Up @@ -5405,5 +5405,34 @@
"explorerBlockLink": "https://explorer.kobradag.online/blocks/$hash$",
"explorerTxLink": "https://explorer.kobradag.online/txs/{0}",
"explorerAccountLink": "https://explorer.kobradag.online/addresses/{0}"
},
"kylacoin": {
"name": "Kylacoin",
"symbol": "KCN",
"family": "bitcoin",
"website": "https://kylacoin.com/",
"market": "https://coinpaprika.com/coin/kcn-kylacoin",
"twitter": "https://twitter.com/kylacoin",
"telegram": "https://t.me/kylacoingroup",
"discord": "https://discord.gg/SHZr5zQVDT",
"coinbaseHasher": {
"hash": "sha3-256d"
},
"headerHasher": {
"hash": "flex"
},
"blockHasher": {
"hash": "reverse",
"args": [
{
"hash": "sha3-256d"
}
]
},
"payoutDecimalPlaces": 12,
"hasCoinbaseDevReward": true,
"explorerBlockLink": "https://kcnxp.com/block/$height$",
"explorerTxLink": "https://kcnxp.com/tx/{0}",
"explorerAccountLink": "https://kcnxp.com/address/{0}"
}
}

0 comments on commit 7414392

Please sign in to comment.