Skip to content

Commit

Permalink
Add Joss Network [JOSS]
Browse files Browse the repository at this point in the history
  • Loading branch information
xiaolin1579 committed Jul 2, 2024
1 parent 02dfd51 commit ceb09ab
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 @@ -2571,6 +2571,37 @@
"explorerTxLink": "https://mewc.cryptoscope.io/tx/?txid={0}",
"explorerAccountLink": "https://mewc.cryptoscope.io/address/?address={0}"
},
"joss": {
"name": "Joss Network",
"symbol": "JOSS",
"family": "bitcoin",
"website": "https://joss.network/",
"market": "",
"github": "https://github.com/jossnetwork/joss",
"twitter": "https://x.com/runonjoss",
"telegram": "",
"discord": "https://discord.gg/XPRMRfyXFA",
"coinbaseHasher": {
"hash": "sha256d"
},
"headerHasher": {
"hash": "allium"
},
"blockHasher": {
"hash": "reverse",
"args": [
{
"hash": "sha256d"
}
]
},
"hasFounderFee": true,
"hasMasterNodes": true,
"shareMultiplier": 256,
"explorerBlockLink": "https://explorer.joss.network/block/$hash$",
"explorerTxLink": "https://explorer.joss.network/tx/{0}",
"explorerAccountLink": "https://explorer.joss.network/address/{0}"
},
"aipg": {
"name": "AI Power Grid",
"symbol": "AIPG",
Expand Down

0 comments on commit ceb09ab

Please sign in to comment.