Skip to content

Commit

Permalink
Add OGVA Network"
Browse files Browse the repository at this point in the history
  • Loading branch information
xiaolin1579 committed Dec 6, 2024
1 parent 0eb9afe commit 838bab2
Showing 1 changed file with 39 additions and 0 deletions.
39 changes: 39 additions & 0 deletions src/Miningcore/coins.json
Original file line number Diff line number Diff line change
Expand Up @@ -3243,6 +3243,45 @@
"explorerTxLink": "https://explorer.joss.network/tx/{0}",
"explorerAccountLink": "https://explorer.joss.network/address/{0}"
},
"ogva": {
"name": "OGVA Network",
"symbol": "OGVA",
"family": "bitcoin",
"website": "https://ogva.net/",
"github": "https://github.com/ogvanetwork/ogva-core",
"market": "",
"twitter": "https://x.com/Ogva_network",
"telegram": "https://t.me/ogvanetwork",
"discord": "https://discord.gg/Z3FKGuzKXv",
"coinbaseHasher": {
"hash": "sha256d"
},
"headerHasher": {
"hash": "neoscrypt",
"args": [
0
]
},
"blockHasher": {
"hash": "reverse",
"args": [
{
"hash": "neoscrypt",
"args": [
0
]
}
]
},
"hasFounderFee": true,
"hasMasterNodes": true,
"hasCommunity": true,
"hasDeveloper": true,
"shareMultiplier": 65536,
"explorerBlockLink": "https://explorer.ogva.net/block/$hash$",
"explorerTxLink": "https://explorer.ogva.net/tx/{0}",
"explorerAccountLink": "https://explorer.ogva.net/address/{0}"
},
"ultronai": {
"name": "UltronAI",
"canonicalName": "UltronAI",
Expand Down

0 comments on commit 838bab2

Please sign in to comment.