{ "address": "YOUR-ADDRESS-NO-EXCHANGE", "bypassAddressValidation": true, "bypassShareValidation": true, "threads": 2, "estimationWindow": "15m", "luckWindow": "24h", "largeLuckWindow": "72h", "blockRefreshInterval": "1s", "stratum": { "timeout": "15m", "listen": [ { "host": "127.0.0.1", "port": 1111, "diff": 1000, "maxConn": 32768 }, { "host": "127.0.0.1", "port": 3333, "diff": 2000, "maxConn": 32768 }, { "host": "127.0.0.1", "port": 5555, "diff": 16000, "maxConn": 32768 } ] }, "frontend": { "enabled": true, "listen": "127.0.0.1:8080", "login": "admin", "password": "", "hideIP": false }, "upstreamCheckInterval": "5s", "upstream": [ { "name": "Test", "host": "127.0.0.1", "port": 19332, "user": "yourusername", "password": "yourpassword", "timeout": "10s" } ], "newrelicEnabled": false, "newrelicName": "MyStratum", "newrelicKey": "SECRET_KEY", "newrelicVerbose": false }