Skip to content

Commit

Permalink
Add PlexHive[PLHV]
Browse files Browse the repository at this point in the history
  • Loading branch information
xiaolin1579 committed Oct 14, 2024
1 parent 1180263 commit d242bee
Showing 1 changed file with 46 additions and 0 deletions.
46 changes: 46 additions & 0 deletions src/Miningcore/coins.json
Original file line number Diff line number Diff line change
Expand Up @@ -3260,6 +3260,52 @@
"explorerTxLink": "https://explorer.novochain.ovh/tx/{0}",
"explorerAccountLink": "https://explorer.novochain.ovh/address/{0}"
},
"plexhive-sha256d": {
"name": "PlexHive",
"symbol": "PLHV",
"family": "bitcoin",
"website": "http://www.plexhive.com/",
"github": "https://github.com/PlexHive/PlexHive",
"market": "",
"twitter": "https://www.twitter.com/PlexHive_PLHV",
"discord": "https://discord.gg/GrvXQGtn",
"coinbaseHasher": {
"hash": "sha256d"
},
"headerHasher": {
"hash": "sha256d"
},
"blockHasher": {
"hash": "reverse",
"args": [ { "hash": "sha256d" } ]
},
"explorerBlockLink": "http://explorer.plexhive.com/block/$hash$",
"explorerTxLink": "http://explorer.plexhive.com/tx/{0}",
"explorerAccountLink": "http://explorer.plexhive.com/address/{0}"
},
"plexhive-minotaurx": {
"name": "PlexHive",
"symbol": "PLHV",
"family": "bitcoin",
"website": "http://www.plexhive.com/",
"github": "https://github.com/PlexHive/PlexHive",
"market": "",
"twitter": "https://www.twitter.com/PlexHive_PLHV",
"discord": "https://discord.gg/GrvXQGtn",
"coinbaseHasher": {
"hash": "sha256d"
},
"headerHasher": {
"hash": "minotaurx"
},
"blockHasher": {
"hash": "reverse",
"args": [ { "hash": "sha256d" } ]
},
"explorerBlockLink": "http://explorer.plexhive.com/block/$hash$",
"explorerTxLink": "http://explorer.plexhive.com/tx/{0}",
"explorerAccountLink": "http://explorer.plexhive.com/address/{0}"
},
"pulsar": {
"name": "Pulsar",
"symbol": "PLSR",
Expand Down

0 comments on commit d242bee

Please sign in to comment.