keva-stratum/config.example.json

63 lines
947 B
JSON
Raw Normal View History

2015-07-05 14:49:07 +05:00
{
2017-06-26 11:23:09 +05:00
"address": "YOUR-ADDRESS-NO-EXCHANGE",
2016-12-06 19:25:07 +05:00
"bypassAddressValidation": true,
"bypassShareValidation": true,
2015-07-05 14:49:07 +05:00
2016-12-06 19:25:07 +05:00
"threads": 2,
2015-07-05 14:49:07 +05:00
2016-12-06 19:21:06 +05:00
"estimationWindow": "15m",
"luckWindow": "24h",
"largeLuckWindow": "72h",
2016-12-06 23:39:39 +05:00
"blockRefreshInterval": "1s",
2016-12-06 19:25:07 +05:00
"stratum": {
"timeout": "15m",
2015-07-05 14:49:07 +05:00
2016-12-06 19:25:07 +05:00
"listen": [
{
"host": "0.0.0.0",
"port": 1111,
"diff": 8000,
"maxConn": 32768
},
{
"host": "0.0.0.0",
"port": 3333,
"diff": 16000,
"maxConn": 32768
},
{
"host": "0.0.0.0",
"port": 5555,
"diff": 16000,
"maxConn": 32768
}
]
},
2015-07-05 14:49:07 +05:00
2016-12-06 19:25:07 +05:00
"frontend": {
2016-12-07 11:47:15 +05:00
"enabled": true,
2016-12-06 19:25:07 +05:00
"listen": "0.0.0.0:8082",
"login": "admin",
"password": "",
"hideIP": false
},
2015-07-05 14:49:07 +05:00
"upstreamCheckInterval": "5s",
2016-12-06 22:16:57 +05:00
"upstream": [
{
"name": "Main",
"host": "127.0.0.1",
"port": 18081,
"timeout": "10s"
}
],
2016-12-06 19:25:07 +05:00
"newrelicEnabled": false,
"newrelicName": "MyStratum",
"newrelicKey": "SECRET_KEY",
"newrelicVerbose": false
2015-07-05 14:49:07 +05:00
}