z-nomp/pool_configs/litecoin_example.json

70 lines
1.4 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,
"22851477d63a085dbc2398c8430af1c09e7343f6": 0.1
},
"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": {
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": "testuser",
"password": "testpass"
2014-02-27 15:59:49 -08:00
}
],
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
},
"mposMode": {
"enabled": false,
"host": "127.0.0.1",
"port": 3306,
"user": "me",
"password": "mypass",
"database": "ltc",
"checkPassword": true,
"autoCreateWorker": false
2014-02-27 15:59:49 -08:00
}
}