mirror of https://github.com/BTCPrivate/z-nomp.git
83 lines
2.0 KiB
JSON
83 lines
2.0 KiB
JSON
{
|
|
"enabled": false,
|
|
"coin": "zclassic.json",
|
|
|
|
"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",
|
|
"_comment_tAddress": "transparent address used to send payments, make this a different address, otherwise payments will not send",
|
|
|
|
"walletInterval": 2.5,
|
|
|
|
"rewardRecipients": {
|
|
},
|
|
|
|
"tlsOptions": {
|
|
"enabled": false,
|
|
"serverKey":"",
|
|
"serverCert":"",
|
|
"ca":""
|
|
},
|
|
|
|
"paymentProcessing": {
|
|
"enabled": true,
|
|
"paymentMode": "prop",
|
|
"_comment_paymentMode":"prop, pplnt",
|
|
"paymentInterval": 20,
|
|
"minimumPayment": 0.1,
|
|
"maxBlocksPerPayment": 3,
|
|
"daemon": {
|
|
"host": "127.0.0.1",
|
|
"port": 8232,
|
|
"user": "testuser",
|
|
"password": "testpass"
|
|
}
|
|
},
|
|
|
|
"ports": {
|
|
"3032": {
|
|
"tls":false,
|
|
"diff": 0.05,
|
|
"varDiff": {
|
|
"minDiff": 0.04,
|
|
"maxDiff": 16,
|
|
"targetTime": 15,
|
|
"retargetTime": 60,
|
|
"variancePercent": 30
|
|
}
|
|
}
|
|
},
|
|
|
|
"daemons": [
|
|
{
|
|
"host": "127.0.0.1",
|
|
"port": 8232,
|
|
"user": "rpcuser",
|
|
"password": "rpcpassword"
|
|
}
|
|
],
|
|
|
|
"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": "zcl",
|
|
"checkPassword": true,
|
|
"autoCreateWorker": false
|
|
}
|
|
|
|
}
|