From c089e83544ff88ad07bc173f8a7e257bf542db7f Mon Sep 17 00:00:00 2001 From: Decho Kocharin Date: Sun, 11 Aug 2024 08:22:11 +0700 Subject: [PATCH] Add Keymaker[KEYM] --- src/Miningcore/coins.json | 26 ++++++++++++++++++++++++++ 1 file changed, 26 insertions(+) diff --git a/src/Miningcore/coins.json b/src/Miningcore/coins.json index cffb074f9..fb9fb5404 100644 --- a/src/Miningcore/coins.json +++ b/src/Miningcore/coins.json @@ -1638,6 +1638,32 @@ "explorerTxLink": "http://157.245.248.32:3000/#/tx/{0}", "explorerAccountLink": "http://157.245.248.32:3000/#/address/{0}" }, + "keymaker": { + "name": "Keymaker", + "symbol": "KEYM", + "family": "bitcoin", + "website": "https://www.keymaker.cc/", + "market": "", + "twitter": "https://twitter.com/keymakercc", + "discord": "https://discord.gg/hEejbJG5uw", + "coinbaseHasher": { + "hash": "sha256d" + }, + "headerHasher": { + "hash": "ghostrider" + }, + "blockHasher": { + "hash": "reverse", + "args": [ { "hash": "sha256d" } ] + }, + "hasFounderFee": true, + "hasMasterNodes": true, + "hasSmartNodes": true, + "shareMultiplier": 65536, + "explorerBlockLink": "https://explorer.keymaker.cc/block/$height$", + "explorerTxLink": "https://explorer.keymaker.cc/tx/{0}", + "explorerAccountLink": "https://explorer.keymaker.cc/address/{0}" + }, "lanacoin": { "name": "Lanacoin", "canonicalName": "Lana",