Skip to content

Commit

Permalink
Add Vkax
Browse files Browse the repository at this point in the history
  • Loading branch information
xiaolin1579 committed Dec 12, 2024
1 parent 92b00de commit b26bcb2
Showing 1 changed file with 32 additions and 0 deletions.
32 changes: 32 additions & 0 deletions src/Miningcore/coins.json
Original file line number Diff line number Diff line change
Expand Up @@ -6337,6 +6337,38 @@
"explorerTxLink": "https://kcnxp.com/tx/{0}",
"explorerAccountLink": "https://kcnxp.com/address/{0}"
},
"vkax": {
"name": "Vkax",
"symbol": "VKAX",
"family": "bitcoin",
"website": "https://vkaxcore.github.io/VKAX/",
"market": "https://www.coingecko.com/coins/vkax",
"github": "https://github.com/vkaxcore/VKAX",
"explorer": "https://explore.vkax.net/",
"twitter": "",
"telegram": "",
"discord": "https://discord.gg/AKbJJqMJ7n",
"coinbaseHasher": {
"hash": "sha256d"
},
"headerHasher": {
"hash": "mike"
},
"blockHasher": {
"hash": "reverse",
"args": [
{
"hash": "sha256d"
}
]
},
"hasMasterNodes": true,
"shareMultiplier": 65536,
"coinbaseMinConfimations": 200,
"explorerBlockLink": "https://explore.vkax.net/block/$hash$",
"explorerTxLink": "https://explore.vkax.net/tx/{0}",
"explorerAccountLink": "https://explore.vkax.net/address/{0}"
},
"akitacoin": {
"name": "Akitacoin",
"symbol": "AKIC",
Expand Down

0 comments on commit b26bcb2

Please sign in to comment.