mirror of https://github.com/BTCPrivate/z-nomp.git
77 lines
1.7 KiB
JSON
77 lines
1.7 KiB
JSON
{
|
|
"logLevel": "debug",
|
|
|
|
"clustering": {
|
|
"enabled": true,
|
|
"forks": "auto"
|
|
},
|
|
|
|
"website": {
|
|
"enabled": true,
|
|
"port": 80,
|
|
"stratumHost": "cryppit.com",
|
|
"stats": {
|
|
"updateInterval": 15,
|
|
"historicalRetention": 43200,
|
|
"hashrateWindow": 300,
|
|
"redis": {
|
|
"host": "localhost",
|
|
"port": 6379
|
|
}
|
|
},
|
|
"adminCenter": {
|
|
"enabled": true,
|
|
"password": "password"
|
|
}
|
|
},
|
|
|
|
"blockNotifyListener": {
|
|
"enabled": false,
|
|
"port": 8117,
|
|
"password": "test"
|
|
},
|
|
|
|
"coinSwitchListener": {
|
|
"enabled": false,
|
|
"port": 8118,
|
|
"password": "test"
|
|
},
|
|
|
|
"proxy": {
|
|
"sha256": {
|
|
"enabled": false,
|
|
"port": "3333",
|
|
"diff": 10,
|
|
"varDiff": {
|
|
"minDiff": 16,
|
|
"maxDiff": 512,
|
|
"targetTime": 15,
|
|
"retargetTime": 90,
|
|
"variancePercent": 30
|
|
}
|
|
},
|
|
"scrypt": {
|
|
"enabled": false,
|
|
"port": "4444",
|
|
"diff": 10,
|
|
"varDiff": {
|
|
"minDiff": 16,
|
|
"maxDiff": 512,
|
|
"targetTime": 15,
|
|
"retargetTime": 90,
|
|
"variancePercent": 30
|
|
}
|
|
},
|
|
"scrypt-n": {
|
|
"enabled": false,
|
|
"port": "5555"
|
|
}
|
|
},
|
|
|
|
"redisBlockNotifyListener": {
|
|
"enabled": false,
|
|
"redisPort": 6379,
|
|
"redisHost": "hostname",
|
|
"psubscribeKey": "newblocks:*"
|
|
}
|
|
} |