You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
66 lines
1.1 KiB
66 lines
1.1 KiB
6 years ago
|
{
|
||
|
"isKeva": false,
|
||
|
"address": "47v4BWeUPFrM9YkYRYk2pkS9CubAPEc7BJjNjg4FvF66Y2oVrTAaBjDZhmFzAXgqCNRvBH2gupQ2gNag2FkP983ZMptvUWG",
|
||
|
"bypassAddressValidation": false,
|
||
|
"bypassShareValidation": false,
|
||
|
|
||
|
"threads": 1,
|
||
|
|
||
|
"estimationWindow": "15m",
|
||
|
"luckWindow": "24h",
|
||
|
"largeLuckWindow": "72h",
|
||
|
|
||
|
"blockRefreshInterval": "1s",
|
||
|
|
||
|
"stratum": {
|
||
|
"timeout": "15m",
|
||
|
|
||
|
"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
|
||
|
}
|
||
|
]
|
||
|
},
|
||
|
|
||
|
"frontend": {
|
||
|
"enabled": true,
|
||
|
"listen": "0.0.0.0:8082",
|
||
|
"login": "admin",
|
||
|
"password": "",
|
||
|
"hideIP": false
|
||
|
},
|
||
|
|
||
|
"upstreamCheckInterval": "5s",
|
||
|
|
||
|
"upstream": [
|
||
|
{
|
||
|
"name": "Test",
|
||
|
"host": "127.0.0.1",
|
||
|
"port": 18081,
|
||
|
"timeout": "300s",
|
||
|
"user": "yourusername",
|
||
|
"password": "yourpassword"
|
||
|
}
|
||
|
],
|
||
|
|
||
|
"newrelicEnabled": false,
|
||
|
"newrelicName": "MyStratum",
|
||
|
"newrelicKey": "SECRET_KEY",
|
||
|
"newrelicVerbose": false
|
||
|
}
|