* [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
447 B
JSON
26 lines
447 B
JSON
{
|
|
"name": "Chaincoin",
|
|
"symbol": "CHC",
|
|
"algorithm": "c11",
|
|
"peerMagic": "a3d27a03",
|
|
"peerMagicTestnet": "fbc21102",
|
|
|
|
"mainnet": {
|
|
"bech32": "chc",
|
|
"bip32": {
|
|
"public": "0488b21e"
|
|
},
|
|
"pubKeyHash": "1c",
|
|
"scriptHash": "04"
|
|
},
|
|
|
|
"testnet": {
|
|
"bech32": "tchc",
|
|
"bip32": {
|
|
"public": "043587cf"
|
|
},
|
|
"pubKeyHash": "50",
|
|
"scriptHash": "2c"
|
|
}
|
|
}
|