Skip to content

Commit

Permalink
Add Blobfish[SQSH]
Browse files Browse the repository at this point in the history
  • Loading branch information
xiaolin1579 committed Dec 23, 2024
1 parent ff9bc38 commit 222cbfa
Showing 1 changed file with 33 additions and 0 deletions.
33 changes: 33 additions & 0 deletions src/Miningcore/coins.json
Original file line number Diff line number Diff line change
Expand Up @@ -6399,5 +6399,38 @@
"explorerBlockLink": "https://akitacoin.website/block/$hash$",
"explorerTxLink": "https://akitacoin.website/tx/{0}",
"explorerAccountLink": "https://akitacoin.website/address/{0}"
},
"blobfish": {
"name": "Blobfish",
"symbol": "SQSH",
"family": "progpow",
"progpower": "kawpow",
"website": "https://www.blobfishcoin.meme/",
"github": "https://github.com/BFCD/blobfish",
"explorer": "https://explorer.blobfishcoin.meme/",
"market": "",
"twitter": "https://x.com/BlobfishcoinX",
"telegram": "",
"discord": "https://discord.gg/3pZ2pbUtyG",
"coinbaseHasher": {
"hash": "sha256d"
},
"headerHasher": {
"hash": "sha256d"
},
"blockHasher": {
"hash": "reverse",
"args": [
{
"hash": "sha256d"
}
]
},
"hasMasterNodes": true,
"hasPayee": true,
"shareMultiplier": 1,
"explorerBlockLink": "https://explorer.blobfishcoin.meme/block/$hash$",
"explorerTxLink": "https://explorer.blobfishcoin.meme/tx/{0}",
"explorerAccountLink": "https://explorer.blobfishcoin.meme/address/{0}"
}
}

0 comments on commit 222cbfa

Please sign in to comment.