node-open-mining-portal/config.json
Andrea 437e242a25 UnMerge branch 'master' of https://github.com/zone117x/node-stratum-portal
Conflicts:
	config.json
	init.js
	libs/logUtil.js
2014-03-14 19:05:55 +00:00

57 lines
1.4 KiB
JSON

{
"logLevel": "debug",
"clustering": {
"enabled": true,
"forks": "1"
},
"blockNotifyListener": {
"enabled": false,
"port": 8117,
"password": "test"
},
"redisBlockNotifyListener": {
"redisPort": 6379,
"redisHost": "coindaemons.ultimatecoinpool.com",
"psubscribeKey": "newblocks:*"
},
"proxy": {
"enabled": true,
"ports": {
"80": {
"diff": 32,
"varDiff": {
"minDiff": 8,
"maxDiff": 512,
"targetTime": 15,
"retargetTime": 90,
"variancePercent": 30
}
},
"6000": {
"diff": 32,
"varDiff": {
"minDiff": 8,
"maxDiff": 512,
"targetTime": 15,
"retargetTime": 90,
"variancePercent": 30
}
},
"8080": {
"diff": 32,
"varDiff": {
"minDiff": 8,
"maxDiff": 512,
"targetTime": 15,
"retargetTime": 90,
"variancePercent": 30
}
}
}
"website": {
"enabled": true,
"port": 80,
"liveStats": true
}
}