z-nomp/pool_configs/darkcoin_example.json

64 lines
1.5 KiB
JSON
Raw Normal View History

2014-03-26 15:35:55 -07:00
{
"disabled": true,
"coin": "darkcoin.json",
"shareProcessing": {
"internal": {
"enabled": true,
"validateWorkerAddress": true,
"paymentInterval": 10,
"minimumPayment": 100.001,
"minimumReserve": 10,
"feePercent": 0.02,
"feeReceiveAddress": "XfkoYutJ8KYtLxZ4TgnMqC6SCmxuc3LEDY",
"feeWithdrawalThreshold": 5,
"daemon": {
"host": "localhost",
"port": 18342,
"user": "darkcoinrpc1",
"password": "testpass"
},
"redis": {
"host": "localhost",
"port": 6379
}
},
"mpos": {
"enabled": false,
"host": "localhost",
"port": 3306,
"user": "me",
"password": "mypass",
"database": "ltc",
"stratumAuth": "password"
}
},
"address": "XfkoYutJ8KYtLxZ4TgnMqC6SCmxuc3LEDY",
"blockRefreshInterval": 1000,
"txRefreshInterval": 20000,
"connectionTimeout": 600,
"banning": {
"enabled": true,
"time": 600,
"invalidPercent": 50,
"checkThreshold": 500,
"purgeInterval": 300
},
"ports": {
"4073": {
"diff": 0.002
}
},
"daemons": [
{
"host": "localhost",
"port": 18342,
"user": "darkcoinrpc1",
"password": "testpass"
}
]
}