From 92b00de9ee06b22bd291726c7f6c2d67522388f5 Mon Sep 17 00:00:00 2001 From: Decho Kocharin Date: Thu, 12 Dec 2024 19:48:21 +0700 Subject: [PATCH] Add Akitacoin --- src/Miningcore/coins.json | 31 +++++++++++++++++++++++++++++++ 1 file changed, 31 insertions(+) diff --git a/src/Miningcore/coins.json b/src/Miningcore/coins.json index 412698de5..62d8fe9f1 100644 --- a/src/Miningcore/coins.json +++ b/src/Miningcore/coins.json @@ -6336,5 +6336,36 @@ "explorerBlockLink": "https://kcnxp.com/block/$height$", "explorerTxLink": "https://kcnxp.com/tx/{0}", "explorerAccountLink": "https://kcnxp.com/address/{0}" + }, + "akitacoin": { + "name": "Akitacoin", + "symbol": "AKIC", + "family": "progpow", + "progpower": "kawpow", + "website": "https://www.akitacoin.net/", + "github": "https://github.com/Cryptic-dev1/Akitacoin", + "market": "", + "twitter": "https://twitter.com/AkitacoinDev", + "telegram": "https://t.me/+58Y7__nzQgE1NzM0", + "discord": "https://discord.gg/juUfsDk6CS", + "coinbaseHasher": { + "hash": "sha256d" + }, + "headerHasher": { + "hash": "sha256d" + }, + "blockHasher": { + "hash": "reverse", + "args": [ + { + "hash": "sha256d" + } + ] + }, + "hasCommunityAddress": true, + "shareMultiplier": 1, + "explorerBlockLink": "https://akitacoin.website/block/$hash$", + "explorerTxLink": "https://akitacoin.website/tx/{0}", + "explorerAccountLink": "https://akitacoin.website/address/{0}" } }