Skip to content

Commit

Permalink
Add Akitacoin
Browse files Browse the repository at this point in the history
  • Loading branch information
xiaolin1579 committed Dec 12, 2024
1 parent c89c3d0 commit 92b00de
Showing 1 changed file with 31 additions and 0 deletions.
31 changes: 31 additions & 0 deletions src/Miningcore/coins.json
Original file line number Diff line number Diff line change
Expand Up @@ -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}"
}
}

0 comments on commit 92b00de

Please sign in to comment.