s-nomp/pool_configs/examples/bze.json

125 lines
3.0 KiB
JSON

{
"enabled": false,
"coin": "bze.json",
"address": "",
"_comment_address": "a transparent address to send coinbase rewards to and to transfer to zAddress.",
"zAddress": "",
"_comment_zAddress": "a private address used to send coins to tAddress.",
"tAddress": "",
"_comment_tAddress": "transparent address used to send payments, make this a different address, otherwise payments will not send",
"invalidAddress":"",
"_comment_invalidAddress": "Invalid addresses will be converted to the above",
"walletInterval": 2.5,
"_comment_walletInterval": "Used to cache coin stats",
"rewardRecipients": {
"": 0.2
},
"tlsOptions": {
"enabled": false,
"serverKey": "",
"serverCert": "",
"ca": ""
},
"paymentProcessing": {
"enabled": true,
"minConf": 6,
"paymentMode": "prop",
"_comment_paymentMode": "prop, pplnt",
"paymentInterval": 120,
"minimumPayment": 0.05,
"maxBlocksPerPayment": 3,
"daemon": {
"host": "127.0.0.1",
"port": 1980,
"user": "rpcuser",
"password": "rpcpassword"
}
},
"ports": {
"1234": {
"tls":false,
"diff": 0.5,
"varDiff": {
"minDiff": 0.04,
"maxDiff": 16,
"targetTime": 15,
"retargetTime": 80,
"variancePercent": 30
}
},
"1234": {
"tls":false,
"diff": 16,
"varDiff": {
"minDiff": 6,
"maxDiff": 20,
"targetTime": 15,
"retargetTime": 80,
"variancePercent": 30
}
},
"1234": {
"tls":false,
"diff": 0.25,
"varDiff": {
"minDiff": 0.1,
"maxDiff": 10,
"targetTime": 15,
"retargetTime": 80,
"variancePercent": 30
}
},
"1234": {
"tls":false,
"diff": 4,
"varDiff": {
"minDiff": 0.5,
"maxDiff": 20,
"targetTime": 15,
"retargetTime": 80,
"variancePercent": 30
}
}
},
"poolId": "main",
"_comment_poolId": "use it for region identification: eu, us, asia or keep default if you have one stratum instance for one coin",
"daemons": [
{
"host": "127.0.0.1",
"port": 1980,
"user": "rpcuser",
"password": "rpcpassword"
}
],
"p2p": {
"enabled": false,
"host": "127.0.0.1",
"port": 1990,
"disableTransactions": true
},
"mposMode": {
"enabled": false,
"host": "127.0.0.1",
"port": 3306,
"user": "me",
"password": "mypass",
"database": "bzc",
"checkPassword": true,
"autoCreateWorker": false
}
}