Skip to content

Commit

Permalink
Add Datromax[DTRX]
Browse files Browse the repository at this point in the history
  • Loading branch information
xiaolin1579 committed Oct 20, 2024
1 parent 342f64a commit f168e34
Showing 1 changed file with 30 additions and 0 deletions.
30 changes: 30 additions & 0 deletions src/Miningcore/coins.json
Original file line number Diff line number Diff line change
Expand Up @@ -6145,6 +6145,36 @@
"explorerTxLink": "https://explorer.nvolve.tech/tx/{0}",
"explorerAccountLink": "https://explorer.nvolve.tech/address/{0}"
},
"datromax": {
"name": "Datromax",
"symbol": "DTRX",
"family": "bitcoin",
"website": "https://datromax.com/",
"github": "https://github.com/datromax",
"twitter": "https://x.com/datromax",
"telegram": "https://t.me/datromax",
"discord": "https://discord.gg/3y2j7T3y",
"coinbaseHasher": {
"hash": "sha256d"
},
"headerHasher": {
"hash": "blake2s"
},
"blockHasher": {
"hash": "reverse",
"args": [
{
"hash": "sha256d"
}
]
},
"hasFounderFee": true,
"hasMasterNodes": true,
"hasSmartNodes": true,
"explorerBlockLink": "https://explorer.datromax.com/block/$height$",
"explorerTxLink": "https://explorer.datromax.com/tx/{0}",
"explorerAccountLink": "https://explorer.datromax.com/address/{0}"
},
"kylacoin": {
"name": "Kylacoin",
"symbol": "KCN",
Expand Down

0 comments on commit f168e34

Please sign in to comment.