node-open-mining-portal/coins/00_example.json
Michael Polzer 2061e666c9 introduce poolOptions for legacy, p2sh and bech32 keys (#604)
* [MPOS] pass share difficulty to MySQL ++

Additionally to the changes on master we are removing the MPOS difficulty multiplier here. MPOS has been updated (currently development branch) to handle low difficulties nicely.

* add config for chaincoin

* remove redundant

* introduce poolOptions for p2sh and bech32 keys and add coin.json examples
2018-05-26 19:32:18 -07:00

26 lines
443 B
JSON

{
"name": "Example",
"symbol": "EXM",
"algorithm": "x99",
"peerMagic": "0f0f0f0f",
"peerMagicTestnet": "f0f0f0f0",
"mainnet": {
"bech32": "ex",
"bip32": {
"public": "0f0f0f0f"
},
"pubKeyHash": "00",
"scriptHash": "ff"
},
"testnet": {
"bech32": "tex",
"bip32": {
"public": "f0f0f0f0"
},
"pubKeyHash": "0f",
"scriptHash": "f0"
}
}