Skip to content

Commit

Permalink
Add BitNet [BIT] and Rename BitnetMoney [BTN]
Browse files Browse the repository at this point in the history
  • Loading branch information
xiaolin1579 committed Jan 19, 2024
1 parent aa432f4 commit 941cb50
Showing 1 changed file with 31 additions and 1 deletion.
32 changes: 31 additions & 1 deletion src/Miningcore/coins.json
Original file line number Diff line number Diff line change
Expand Up @@ -460,6 +460,36 @@
"explorerTxLink": "https://explorer.btcnickel.com/tx/{0}",
"explorerAccountLink": "https://explorer.btcnickel.com/address/{0}"
},
"bitnet": {
"name": "BitNet",
"canonicalName": "BitNet",
"symbol": "BIT",
"family": "bitcoin",
"website": "https://bitnet-io.org/",
"market": "https://www.coingecko.com/en/coins/bitnet-io",
"github": "https://github.com/bitnet-io/bitnet-core",
"twitter": "https://twitter.com/Bitnet_io",
"telegram": "https://t.me/bitnet00",
"discord": "https://discord.com/invite/6Qq3wvrKRm",
"coinbaseHasher": {
"hash": "sha256d"
},
"headerHasher": {
"hash": "aurum"
},
"blockHasher": {
"hash": "reverse",
"args": [
{
"hash": "sha256d"
}
]
},
"shareMultiplier": 65536,
"explorerBlockLink": "https://bitchair.io/block/$hash$",
"explorerTxLink": "https://bitchair.io/tx/{0}",
"explorerAccountLink": "https://bitchair.io/address/{0}"
},
"bitflate": {
"name": "Bitflate",
"canonicalName": "Bitflate",
Expand Down Expand Up @@ -6167,7 +6197,7 @@
"explorerTxLink": "https://explorer.rethereum.org//tx/{0}",
"explorerAccountLink": "https://explorer.rethereum.org//address/{0}"
},
"bitnet": {
"bitnetmoney": {
"name": "Bitnet Money",
"canonicalName": "Bitnet-Money",
"symbol": "BTN",
Expand Down

0 comments on commit 941cb50

Please sign in to comment.