* [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
26 lines
443 B
JSON
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"
|
|
}
|
|
}
|