z-nomp/config_example.json

91 lines
2.0 KiB
JSON
Raw Normal View History

{
"logLevel": "debug",
"cliPort": 17117,
"clustering": {
"enabled": true,
"forks": "auto"
},
"website": {
"enabled": true,
"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
2014-04-13 09:46:06 -07:00
},
"redisBlockNotifyListener": {
"enabled": false,
"redisPort": 6379,
"redisHost": "hostname",
"psubscribeKey": "newblocks:*"
}
}