From 5f92d36e6f6aa0acfe3ec25b088ca6ef6c6b5015 Mon Sep 17 00:00:00 2001 From: Decho Kocharin Date: Sun, 20 Oct 2024 16:47:41 +0700 Subject: [PATCH] Add Datromax[DTRX] --- src/Miningcore/coins.json | 30 ++++++++++++++++++++++++++++++ 1 file changed, 30 insertions(+) diff --git a/src/Miningcore/coins.json b/src/Miningcore/coins.json index 8bf4329fc..abd1be923 100644 --- a/src/Miningcore/coins.json +++ b/src/Miningcore/coins.json @@ -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/$hash$", + "explorerTxLink": "https://explorer.datromax.com/tx/{0}", + "explorerAccountLink": "https://explorer.datromax.com/address/{0}" + }, "kylacoin": { "name": "Kylacoin", "symbol": "KCN",