z-nomp/pool_configs/litecoin_testnet_example.json

72 lines
1.6 KiB
JSON
Raw Normal View History

2014-02-27 15:59:49 -08:00
{
"disabled": false,
"coin": "litecoin",
"address": "mi4iBXbBsydtcc5yFmsff2zCFVX4XG7qJc",
"blockRefreshInterval": 1000,
"ports": {
"3032": {
"diff": 32,
"varDiff": {
"minDiff": 8,
"maxDiff": 512,
"targetTime": 15,
"retargetTime": 90,
"variancePercent": 30
}
},
"3256": {
"diff": 256
}
},
"shareProcessing": {
"internal": {
"enabled": true,
"validateWorkAddress": true,
"paymentInterval": 30,
"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-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"
}
}