update Zero config files (#98)

Update Zero config files to pass in the network parameters need for the bitgo-utxo-lib. See s-nomp/node-stratum-pool#29

Additionally fixed some ports and added sapling and overwinter parameters.
This commit is contained in:
CryptoForge 2018-12-03 00:36:15 -08:00 committed by Beshoy Girgis
parent 9c3359ef71
commit 753301c974
4 changed files with 47 additions and 8 deletions

View File

@ -7,11 +7,13 @@
"K": 7,
"personalization": "ZERO_PoW"
},
"sapling": true,
"overwinter": true,
"requireShielding": true,
"payFoundersReward": true,
"percentFoundersReward": 7.5,
"maxFoundersRewardBlockHeight": 29999,
"foundersRewardAddressChangeInterval": 3000,
"maxFoundersRewardBlockHeight": 7999999,
"foundersRewardAddressChangeInterval": 800000,
"vFoundersRewardAddress": [
"t2BEnZwurNtPyhyWdZ82zTdS93rKyoUpgMJ",
"t2AwNRubry4rQrEvHwAdpYve4Gz5cSmjGXA",
@ -30,6 +32,23 @@
"txURL": "#",
"blockURL": "#",
"_comment_explorer": "This is the coin's explorer full base url for transaction and blocks i.e. (https://explorer.btcprivate.org/tx/). The pool will automatically add the transaction id or block id at the end."
},
"network": {
"messagePrefix": "\u0018ZCash Signed Message:\n",
"bech32": "bc",
"bip32": {
"public": 70617039,
"private": 70615956
},
"pubKeyHash": 7461,
"scriptHash": 7354,
"wif": 239,
"consensusBranchId": {
"1": 0,
"2": 0,
"3": 1870033530,
"4": 1935765626
},
"isZcash": true
}
}

View File

@ -7,6 +7,8 @@
"K": 7,
"personalization": "ZERO_PoW"
},
"sapling": 492850,
"overwinter": 492850,
"requireShielding": true,
"payFoundersReward": true,
"percentFoundersReward": 7.5,
@ -30,5 +32,23 @@
"txURL": "https://insight.zerocurrency.io/insight/tx/",
"blockURL": "https://insight.zerocurrency.io/insight/block/",
"_comment_explorer": "This is the coin's explorer full base url for transaction and blocks i.e. (https://zeroexplorer.forgetop.com/tx/). The pool will automatically add the transaction id or block id at the end."
},
"network": {
"messagePrefix": "\u0018ZCash Signed Message:\n",
"bech32": "bc",
"bip32": {
"public": 76067358,
"private": 76066276
},
"pubKeyHash": 7352,
"scriptHash": 7357,
"wif": 128,
"consensusBranchId": {
"1": 0,
"2": 0,
"3": 1870033530,
"4": 1935765626
},
"isZcash": true
}
}

View File

@ -30,7 +30,7 @@
"maxBlocksPerPayment": 3,
"daemon": {
"host": "127.0.0.1",
"port": 23800,
"port": 23811,
"user": "rpcuser",
"password": "rpcpassword"
}
@ -63,7 +63,7 @@
"daemons": [
{
"host": "127.0.0.1",
"port": 23800,
"port": 23811,
"user": "rpcuser",
"password": "rpcpassword"
}

View File

@ -30,7 +30,7 @@
"maxBlocksPerPayment": 3,
"daemon": {
"host": "127.0.0.1",
"port": 23802,
"port": 23812,
"user": "rpcuser",
"password": "rpcpassword"
}
@ -63,7 +63,7 @@
"daemons": [
{
"host": "127.0.0.1",
"port": 23802,
"port": 23812,
"user": "rpcuser",
"password": "rpcpassword"
}
@ -72,7 +72,7 @@
"p2p": {
"enabled": false,
"host": "127.0.0.1",
"port": 23803,
"port": 23802,
"disableTransactions": true
},