@ -77,27 +81,30 @@ Configuration is self-describing, just copy *config.example.json* to *config.jso
@@ -77,27 +81,30 @@ Configuration is self-describing, just copy *config.example.json* to *config.jso
// Don't validate login, useful for other CN coins
"bypassAddressValidation": false,
// Don't validate shares for efficiency
"bypassShareValidation": false,
// Don't validate address
"bypassAddressValidation": true,
// Don't validate shares
"bypassShareValidation": true,
"threads": 2,
// Mining endpoints
"estimationWindow": "15m",
"luckWindow": "24h",
"largeLuckWindow": "72h",
// Interval to poll daemon for new jobs
"blockRefreshInterval": "1s",
"stratum": {
// TCP timeout for miner, better keep default
// Socket timeout
"timeout": "15m",
// Interval to poll monero node for new jobs
"blockRefreshInterval": "1s",
"listen": [
{
"host": "0.0.0.0",
"port": 1111,
// Stratum port static difficulty
"diff": 5000,
"maxConn": 32768
},
@ -110,13 +117,24 @@ Configuration is self-describing, just copy *config.example.json* to *config.jso
@@ -110,13 +117,24 @@ Configuration is self-describing, just copy *config.example.json* to *config.jso
]
},
// Monero daemon connection options
"daemon": {
"frontend": {
"enabled": true,
"listen": "0.0.0.0:8082",
"login": "admin",
"password": "",
"hideIP": false
},
"upstreamCheckInterval": "5s",
"upstream": [
{
"name": "Main",
"host": "127.0.0.1",
// Monero RPC port, default is 18081
"port": 18081,
"timeout": "10s"
}
]
}
```
@ -124,10 +142,6 @@ Configuration is self-describing, just copy *config.example.json* to *config.jso
@@ -124,10 +142,6 @@ Configuration is self-describing, just copy *config.example.json* to *config.jso
For personal private pool you can use [DigitalOcean](https://www.digitalocean.com/?refcode=2a6767e6285f) droplet. With recent blockchain-db merged into Monero it's ok to run it even on 5 USD plan. You will receive 10 USD free credit there.