node-open-mining-portal/coins/chaincoin.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
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"
}
}