z-nomp/pool_configs/zclassic_example.json

84 lines
2.0 KiB
JSON
Raw Permalink Normal View History

2014-02-27 15:59:49 -08:00
{
"enabled": false,
2016-11-16 20:43:54 -08:00
"coin": "zclassic.json",
2016-11-16 20:43:54 -08:00
"address": "t1dfrrxCHek2ts987VpZsRmFKBvdcBJ1Cqd",
"_comment_address": "a transparent address to send coinbase rewards to and to transfer to zAddress.",
"zAddress": "ztqgT4xsouCyjHXrFtXnDVgtvPRmURMgHQw2gd39dLdtoYkmPACScHturZjqsNdAPtP6JCLaWmZmYDqbjCMRgdCfQ2vjY2K",
"_comment_zAddress": "a private address used to send coins to tAddress.",
"tAddress": "tmLqYHEnCiL4dpktEKdAKeRjPdkxNtJVWfb",
2016-12-13 20:48:41 -08:00
"_comment_tAddress": "transparent address used to send payments, make this a different address, otherwise payments will not send",
"walletInterval": 2.5,
"rewardRecipients": {
},
2017-02-13 18:38:31 -08:00
"tlsOptions": {
"enabled": false,
"serverKey":"",
"serverCert":"",
"ca":""
},
"paymentProcessing": {
2017-05-13 22:43:52 -07:00
"minConf": 10,
"enabled": true,
2017-04-30 17:30:51 -07:00
"paymentMode": "prop",
"_comment_paymentMode":"prop, pplnt",
"paymentInterval": 20,
2016-12-26 19:00:41 -08:00
"minimumPayment": 0.1,
2017-04-19 19:50:15 -07:00
"maxBlocksPerPayment": 3,
"daemon": {
"host": "127.0.0.1",
2017-01-30 20:22:32 -08:00
"port": 8232,
"user": "testuser",
"password": "testpass"
}
},
2014-03-06 13:27:30 -08:00
"ports": {
"3032": {
2017-02-13 18:38:31 -08:00
"tls":false,
"diff": 0.05,
2014-03-06 13:27:30 -08:00
"varDiff": {
"minDiff": 0.04,
2016-11-27 17:32:32 -08:00
"maxDiff": 16,
2014-03-06 13:27:30 -08:00
"targetTime": 15,
"retargetTime": 60,
2014-03-06 13:27:30 -08:00
"variancePercent": 30
}
}
},
2014-02-27 15:59:49 -08:00
"daemons": [
{
"host": "127.0.0.1",
2017-01-30 20:22:32 -08:00
"port": 8232,
2016-11-16 20:43:54 -08:00
"user": "rpcuser",
"password": "rpcpassword"
2014-02-27 15:59:49 -08:00
}
],
2014-02-27 15:59:49 -08:00
"p2p": {
2016-11-16 20:43:54 -08:00
"enabled": false,
"host": "127.0.0.1",
2014-02-27 15:59:49 -08:00
"port": 19333,
"disableTransactions": true
},
"mposMode": {
"enabled": false,
"host": "127.0.0.1",
"port": 3306,
"user": "me",
"password": "mypass",
2016-11-16 20:43:54 -08:00
"database": "zcl",
"checkPassword": true,
"autoCreateWorker": false
2014-02-27 15:59:49 -08:00
}
2016-11-16 20:43:54 -08:00
}