Skip to content

Commit

Permalink
Add Tidecoin[TDC]
Browse files Browse the repository at this point in the history
  • Loading branch information
xiaolin1579 committed Nov 22, 2023
1 parent a434506 commit 700be1a
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 @@ -3568,6 +3568,34 @@
"explorerTxLink": "http://rtm.timyg.org:6950/tx/{0}",
"explorerAccountLink": "http://rtm.timyg.org:6950/address/{0}"
},
"tidecoin": {
"name": "Tidecoin",
"symbol": "TDC",
"family": "bitcoin",
"website": "http://tidecoin.org/",
"market": "https://coinpaprika.com/coin/tdc-tidecoin",
"twitter": "https://twitter.com/tidecoin",
"telegram": "",
"discord": "https://discord.com/invite/SnZW2ykXkH",
"coinbaseHasher": {
"hash": "sha256d"
},
"headerHasher": {
"hash": "yespowertide"
},
"blockHasher": {
"hash": "reverse",
"args": [
{
"hash": "sha256d"
}
]
},
"shareMultiplier": 65536,
"explorerBlockLink": "https://explorer.tidecoin.org/block/$hash$",
"explorerTxLink": "https://explorer.tidecoin.org/tx/{0}",
"explorerAccountLink": "https://explorer.tidecoin.org/address/{0}"
},
"titcoin": {
"name": "Titcoin",
"symbol": "TIT",
Expand Down

0 comments on commit 700be1a

Please sign in to comment.