Skip to content
This repository has been archived by the owner on Oct 20, 2023. It is now read-only.

Commit

Permalink
Merge pull request #1509 from LoulouCrypto/dev
Browse files Browse the repository at this point in the history
GspCoin Add and EthOne explorer correction
  • Loading branch information
Oliver Weichhold authored Nov 30, 2022
2 parents 0838e98 + 9c13928 commit d4d382d
Showing 1 changed file with 39 additions and 5 deletions.
44 changes: 39 additions & 5 deletions src/Miningcore/coins.json
Original file line number Diff line number Diff line change
Expand Up @@ -2176,7 +2176,40 @@
"explorerBlockLink": "https://explorer.raptoreum.com/block-height/$height$",
"explorerTxLink": "https://explorer.raptoreum.com/tx/{0}",
"explorerAccountLink": "https://explorer.raptoreum.com/address/{0}"
},
},
"gspcoin": {
"name": "Gsp Coin",
"canonicalName": "GspCoin",
"symbol": "GSPC",
"family": "bitcoin",
"website": "https://coin.globalsocialpost.com/",
"market": "https://www.bitoreum.exchange/trading/gspcusdt",
"twitter": "https://twitter.com/gspcoin",
"discord": "https://discord.gg/Anh2sr4txV",
"coinbaseHasher": {
"hash": "sha256d"
},
"headerHasher": {
"hash": "ghostrider"
},
"blockHasher": {
"hash": "reverse",
"args": [
{
"hash": "sha256d"
}
]
},
"hasFounderFee": true,
"hasMasterNodes": true,
"foundersRewardAddress": [
"GZBNAiLokyYvSwNLftReXuYbvdmzNoorGj"
],
"shareMultiplier": 65536,
"explorerBlockLink": "https://explorer.globalsocialpost.com/block/$height$",
"explorerTxLink": "https://explorer.globalsocialpost.com/tx/{0}",
"explorerAccountLink": "https://explorer.globalsocialpost.com/address/{0}"
},
"radiant": {
"name": "Radiant",
"symbol": "RXD",
Expand Down Expand Up @@ -2246,6 +2279,7 @@
"explorerTxLink": "https://explorer.bitoreum.org/tx/{0}",
"explorerAccountLink": "https://explorer.bitoreum.org/address/{0}"
},

"rosecoin": {
"name": "Rosecoin",
"symbol": "ROC",
Expand Down Expand Up @@ -4268,11 +4302,11 @@
"telegram": "https://t.me/ether_one_blockchain",
"discord": "https://discord.com/invite/vF2SDb6Yz9",
"explorerBlockLinks": {
"block": "https://www.oklink.com/en/ethw/block/$height$",
"uncle": "https://www.oklink.com/en/ethw/uncle/$height$"
"block": "https://blockscout.etherone.one/block/$height$",
"uncle": "https://blockscout.etherone.one/uncles/$height$"
},
"explorerTxLink": "https://explorer2.etherone.one/transactions/{0}",
"explorerAccountLink": "https://explorer2.etherone.one/accounts/{0}"
"explorerTxLink": "https://blockscout.etherone.one/tx/{0}",
"explorerAccountLink": "https://blockscout.etherone.one/address/{0}"
},
"pinkchain": {
"name": "PinkChain",
Expand Down

0 comments on commit d4d382d

Please sign in to comment.