z-nomp/config_example.json

106 lines
2.5 KiB
JSON
Raw Normal View History

{
"logLevel": "debug",
2014-05-08 05:54:44 -07:00
"logColors": true,
"cliPort": 17117,
"clustering": {
"enabled": true,
"forks": "auto"
},
"defaultPoolConfigs": {
"blockRefreshInterval": 1000,
"jobRebroadcastTimeout": 55,
"connectionTimeout": 600,
"emitInvalidBlockHashes": false,
"validateWorkerUsername": true,
"tcpProxyProtocol": false,
"banning": {
"enabled": true,
"time": 600,
"invalidPercent": 50,
"checkThreshold": 500,
"purgeInterval": 300
},
"redis": {
"host": "127.0.0.1",
"port": 6379
}
},
"website": {
"enabled": true,
2014-05-09 04:41:16 -07:00
"host": "0.0.0.0",
"port": 80,
"stratumHost": "cryppit.com",
"stats": {
"updateInterval": 60,
"historicalRetention": 43200,
"hashrateWindow": 300
},
"adminCenter": {
"enabled": true,
"password": "password"
}
},
2014-04-06 20:11:53 -07:00
"redis": {
"host": "127.0.0.1",
"port": 6379
},
"switching": {
"switch1": {
2014-04-06 20:11:53 -07:00
"enabled": false,
"algorithm": "sha256",
"ports": {
"3333": {
"diff": 10,
"varDiff": {
"minDiff": 16,
"maxDiff": 512,
"targetTime": 15,
"retargetTime": 90,
"variancePercent": 30
}
}
2014-04-06 20:11:53 -07:00
}
},
"switch2": {
2014-04-06 20:11:53 -07:00
"enabled": false,
"algorithm": "scrypt",
"ports": {
"4444": {
"diff": 10,
"varDiff": {
"minDiff": 16,
"maxDiff": 512,
"targetTime": 15,
"retargetTime": 90,
"variancePercent": 30
}
}
}
2014-04-06 20:11:53 -07:00
},
"switch3": {
2014-04-06 20:11:53 -07:00
"enabled": false,
"algorithm": "x11",
"ports": {
"5555": {
"diff": 0.001
}
}
}
},
2014-04-13 09:46:06 -07:00
"profitSwitch": {
2014-04-16 19:42:38 -07:00
"enabled": false,
"updateInterval": 600,
"depth": 0.90,
"usePoloniex": true,
"useCryptsy": true,
"useMintpal": true
}
}