z-nomp/pool_configs/zclassic_example.json

72 lines
1.7 KiB
JSON
Raw 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",
"_comment_tAddress": "transparent address used to send payments",
"walletInterval": 10,
"rewardRecipients": {
},
"paymentProcessing": {
"enabled": true,
"paymentInterval": 20,
"minimumPayment": 70,
"daemon": {
"host": "127.0.0.1",
"port": 19332,
"user": "testuser",
"password": "testpass"
}
},
2014-03-06 13:27:30 -08:00
"ports": {
"3032": {
2016-11-27 17:32:32 -08:00
"diff": 0.125,
2014-03-06 13:27:30 -08:00
"varDiff": {
2016-11-27 17:32:32 -08:00
"minDiff": 0.125,
"maxDiff": 16,
2014-03-06 13:27:30 -08:00
"targetTime": 15,
"retargetTime": 90,
"variancePercent": 30
}
}
},
2014-02-27 15:59:49 -08:00
"daemons": [
{
"host": "127.0.0.1",
2016-11-16 20:43:54 -08:00
"port": 12177,
"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
}