z-nomp/pool_configs/litecoin_example.json

98 lines
2.3 KiB
JSON
Raw Normal View History

2014-02-27 15:59:49 -08:00
{
"enabled": false,
2014-03-09 19:31:58 -07:00
"coin": "litecoin.json",
2014-04-03 13:37:55 -07:00
"address": "n4jSe18kZMCdGcZqaYprShXW6EH1wivUK1",
"blockRefreshInterval": 1000,
"txRefreshInterval": 20000,
"jobRebroadcastTimeout": 55,
"connectionTimeout": 600,
"emitInvalidBlockHashes": false,
"shareVariancePercent": 15,
"tcpProxyProtocol": false,
"shareProcessing": {
"internal": {
"enabled": true,
"validateWorkerAddress": true,
2014-04-01 15:41:03 -07:00
"paymentInterval": 20,
"minimumPayment": 70,
"minimumReserve": 10,
"feePercent": 0.05,
2014-03-26 08:43:52 -07:00
"feeCollectAccount": "feesCollected",
"feeReceiveAddress": "mppaGeNaSbG1Q7S6V3gL5uJztMhucgL9Vh",
2014-03-07 15:29:16 -08:00
"feeWithdrawalThreshold": 5,
"daemon": {
"host": "127.0.0.1",
"port": 19332,
"user": "litecoinrpc",
"password": "testnet"
2014-03-04 12:24:02 -08:00
},
"redis": {
"host": "127.0.0.1",
2014-03-04 12:24:02 -08:00
"port": 6379
}
},
"mpos": {
"enabled": false,
"host": "127.0.0.1",
"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
"banning": {
"enabled": true,
"time": 600,
"invalidPercent": 50,
"checkThreshold": 500,
"purgeInterval": 300
},
"ports": {
2014-04-01 15:41:03 -07:00
"3008": {
"diff": 8
},
"3032": {
"diff": 32,
2014-03-06 13:27:30 -08:00
"varDiff": {
"minDiff": 8,
"maxDiff": 512,
"targetTime": 15,
"retargetTime": 90,
"variancePercent": 30
}
},
"3256": {
"diff": 256
}
},
2014-02-27 15:59:49 -08:00
"daemons": [
{
"host": "127.0.0.1",
2014-02-27 15:59:49 -08:00
"port": 19332,
"user": "litecoinrpc",
"password": "testnet"
},
{
"host": "127.0.0.1",
2014-02-27 15:59:49 -08:00
"port": 19344,
"user": "litecoinrpc",
"password": "testnet"
}
],
2014-02-27 15:59:49 -08:00
"p2p": {
"enabled": false,
"host": "127.0.0.1",
2014-02-27 15:59:49 -08:00
"port": 19333,
2014-04-16 10:50:33 -07:00
"disableTransactions": true,
2014-02-27 15:59:49 -08:00
"magic": "fcc1b7dc"
}
}