"enabled": true,
"coin": "zcash.json",
"address": "t1Z8pt1DC78hrq1yGFiYKXb3iU1AVi6cBKJ",
"_comment_address": "a transparent address to send coinbase rewards to and to transfer to zAddress.",
"zAddress": "zcMKWPgF2ZqYQFVUobZZCL6PuvswznMMPnLt81TPFhsBVV9k4UiBRGUQ6oc7mhULaoZBbW1yuUj7zRKvwwEXZhRejNvbAvh",
"_comment_zAddress": "a private address used to send coins to tAddress.",
"tAddress": "t1RfmKkA2LFwHFcF5v1W2qHS8h7Tnkq9BTt",
"_comment_tAddress": "transparent address used to send payments, make this a different address, otherwise payments will not send",
"walletInterval": 10,
"rewardRecipients": {
"t1SAKfo3yk689JLwZQuKbw8Z1TAyLKGTjAY": 1.0
},
"paymentProcessing": {
"minConf": 10,
"enabled": true,
"paymentMode": "prop",
"_comment_paymentMode":"prop, pplnt",
"paymentInterval": 20,
"minimumPayment": 0.1,
"maxBlocksPerPayment": 3,
"daemon": {
"host": "127.0.0.1",
"port": 8232,
"user": "pool",
"password": "CrwsLD5e2UZDjITWqcEJyebhsDyQcNodroLegRj+aNQ="
}
},
"tlsOptions": {
"enabled": false,
"serverKey":"",
"serverCert":"",
"ca":""
},
"ports": {
"3032": {
"diff": 0.05,
"tls": false,
"varDiff": {
"minDiff": 0.04,
"maxDiff": 16,
"targetTime": 3,
"retargetTime": 60,
"variancePercent": 30
}
}
},
"daemons": [
{
"host": "127.0.0.1",
"port": 8232,
"user": "pool",
"password": "mysecretpassword"
}
],
"p2p": {
"enabled": false,
"host": "127.0.0.1",
"port": 19333,
"disableTransactions": true
},
"mposMode": {
"enabled": false,
"host": "127.0.0.1",
"port": 3306,
"user": "me",
"password": "mypass",
"database": "zec",
"checkPassword": true,
"autoCreateWorker": false
}
}