Create zerc.json (#73)

This commit is contained in:
jacko0088 2018-09-27 21:53:23 +02:00 committed by nettts
parent d7cd8b1620
commit 19c3638823
1 changed files with 90 additions and 0 deletions

View File

@ -0,0 +1,90 @@
{
"enabled": false,
"coin": "zerc.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,
"rewardRecipients": {
"": 0.2
},
"paymentProcessing": {
"enabled": true,
"minConf": 10,
"paymentMode": "prop",
"_comment_paymentMode": "prop, pplnt",
"paymentInterval": 20,
"minimumPayment": 0.05,
"maxBlocksPerPayment": 3,
"daemon": {
"host": "127.0.0.1",
"port": 23800,
"user": "rpcuser",
"password": "rpcpassword"
}
},
"tlsOptions": {
"enabled": false,
"serverKey": "",
"serverCert": "",
"ca": ""
},
"ports": {
"1234": {
"diff": 0.05,
"tls": false,
"varDiff": {
"minDiff": 0.04,
"maxDiff": 36,
"targetTime": 15,
"retargetTime": 60,
"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": 23800,
"user": "rpcuser",
"password": "rpcpassword"
}
],
"p2p": {
"enabled": false,
"host": "127.0.0.1",
"port": 23801,
"disableTransactions": true
},
"mposMode": {
"enabled": false,
"host": "127.0.0.1",
"port": 3306,
"user": "me",
"password": "mypass",
"database": "zerc",
"checkPassword": true,
"autoCreateWorker": false
}
}