z-nomp/pool_configs/litecoin_example.json

93 lines
1.9 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",
"rewardRecipients": {
"n37vuNFkXfk15uFnGoVyHZ6PYQxppD3QqK": 1.5,
"mirj3LtZxbSTharhtXvotqtJXUY7ki5qfx": 0.5,
"22851477d63a085dbc2398c8430af1c09e7343f6": 0.1
},
2014-04-03 13:37:55 -07:00
"blockRefreshInterval": 1000,
"jobRebroadcastTimeout": 55,
"connectionTimeout": 600,
"emitInvalidBlockHashes": false,
"tcpProxyProtocol": false,
"validateWorkerUsername": true,
"paymentProcessing": {
"enabled": true,
"paymentInterval": 20,
"minimumPayment": 70,
"daemon": {
"host": "127.0.0.1",
"port": 19332,
"user": "litecoinrpc",
"password": "testnet"
}
},
"redis": {
"host": "127.0.0.1",
"port": 6379
},
"mposMode": {
"enabled": false,
"host": "127.0.0.1",
"port": 3306,
"user": "me",
"password": "mypass",
"database": "ltc",
"checkPassword": true,
"autoCreateWorker": false
},
2014-03-06 13:27:30 -08:00
"banning": {
"enabled": true,
"time": 300,
2014-03-06 13:27:30 -08:00
"invalidPercent": 50,
"checkThreshold": 10,
2014-03-06 13:27:30 -08:00
"purgeInterval": 300
},
"ports": {
2014-04-01 15:41:03 -07:00
"3008": {
"diff": 4
},
"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"
}
],
2014-02-27 15:59:49 -08:00
"p2p": {
"enabled": true,
"host": "127.0.0.1",
2014-02-27 15:59:49 -08:00
"port": 19333,
"disableTransactions": true
2014-02-27 15:59:49 -08:00
}
}