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.
62 lines
1018 B
62 lines
1018 B
{ |
|
"address": "46BeWrHpwXmHDpDEUmZBWZfoQpdc6HaERCNmx1pEYL2rAcuwufPN9rXHHtyUA4QVy66qeFQkn6sfK8aHYjA3jk3o1Bv16em", |
|
"bypassAddressValidation": true, |
|
"bypassShareValidation": true, |
|
|
|
"threads": 2, |
|
|
|
"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": "Main", |
|
"host": "127.0.0.1", |
|
"port": 18081, |
|
"timeout": "10s" |
|
} |
|
], |
|
|
|
"newrelicEnabled": false, |
|
"newrelicName": "MyStratum", |
|
"newrelicKey": "SECRET_KEY", |
|
"newrelicVerbose": false |
|
}
|
|
|