z-nomp/pool_configs/litecoin_testnet_example.json

92 lines
2.1 KiB
JSON
Raw Normal View History

2014-02-27 15:59:49 -08:00
{
"disabled": false,
2014-03-09 19:31:58 -07:00
"coin": "litecoin.json",
"shareProcessing": {
"internal": {
"enabled": true,
"validateWorkerAddress": true,
2014-03-09 19:31:58 -07:00
"paymentInterval": 10,
"minimumPayment": 100.001,
"minimumReserve": 10,
"feePercent": 0.02,
"feeReceiveAddress": "LZz44iyF4zLCXJTU8RxztyyJZBntdS6fvv",
2014-03-07 15:29:16 -08:00
"feeWithdrawalThreshold": 5,
"daemon": {
"host": "localhost",
"port": 19332,
"user": "litecoinrpc",
"password": "testnet"
2014-03-04 12:24:02 -08:00
},
"redis": {
"host": "localhost",
"port": 6379
}
},
"mpos": {
"enabled": false,
"host": "localhost",
"port": 3306,
"user": "me",
"password": "mypass",
2014-03-04 12:24:02 -08:00
"database": "ltc",
"stratumAuth": "password"
}
},
2014-03-06 13:27:30 -08:00
2014-03-09 19:31:58 -07:00
"address": "mfsm1ckZKTTjDz94KonZZsbZnAbm1UV4BF",
2014-03-06 13:27:30 -08:00
"blockRefreshInterval": 1000,
2014-03-19 13:53:00 -07:00
"txRefreshInterval": 20000,
"connectionTimeout": 600,
2014-03-06 13:27:30 -08:00
"banning": {
"enabled": true,
"time": 600,
"invalidPercent": 50,
"checkThreshold": 500,
"purgeInterval": 300
},
"ports": {
"3008":{
"diff": 8,
2014-03-06 13:27:30 -08:00
"varDiff": {
"minDiff": 8,
"maxDiff": 512,
"targetTime": 15,
"retargetTime": 90,
"variancePercent": 30
}
},
"3032": {
"diff": 16
},
2014-03-06 13:27:30 -08:00
"3256": {
"diff": 256
}
},
2014-02-27 15:59:49 -08:00
"daemons": [
{
"host": "localhost",
"port": 19332,
"user": "litecoinrpc",
"password": "testnet"
},
{
"host": "localhost",
"port": 19344,
"user": "litecoinrpc",
"password": "testnet"
}
],
2014-02-27 15:59:49 -08:00
"p2p": {
"enabled": false,
2014-02-27 15:59:49 -08:00
"host": "localhost",
"port": 19333,
"protocolVersion": 70002,
"magic": "fcc1b7dc"
}
}