- 1 {
- 2 "logLevel": "debug",
- 3 "logColors": true,
- 4
- 5 "cliPort": 17117,
- 6
- 7 "clustering": {
- 8 "enabled": true,
- 9 "forks": "auto"
- 10 },
- 11
- 12 "defaultPoolConfigs": {
- 13 "blockRefreshInterval": 1000,
- 14 "jobRebroadcastTimeout": 55,
- 15 "connectionTimeout": 600,
- 16 "emitInvalidBlockHashes": false,
- 17 "validateWorkerUsername": true,
- 18 "tcpProxyProtocol": false,
- 19 "banning": {
- 20 "enabled": true,
- 21 "time": 600,
- 22 "invalidPercent": 50,
- 23 "checkThreshold": 500,
- 24 "purgeInterval": 300
- 25 },
- 26 "redis": {
- 27 "host": "127.0.0.1",
- 28 "port": 6379
- 29 }
- 30 },
- 31
- 32 "website": {
- 33 "enabled": true,
- 34 "host": "10.10.1.230",
- 35 "port": 8080,
- 36 "stratumHost": "cryppit.com",
- 37 "stats": {
- 38 "updateInterval": 60,
- 39 "historicalRetention": 43200,
- 40 "hashrateWindow": 300
- 41 },
- 42 "adminCenter": {
- 43 "enabled": false,
- 44 "password": "password"
- 45 }
- 46 },
- 47
- 48 "redis": {
- 49 "host": "127.0.0.1",
- 50 "port": 6379
- 51 },
- 52
- 53 "switching": {
- 54 "switch1": {
- 55 "enabled": false,
- 56 "algorithm": "sha256",
- 57 "ports": {
- 58 "3333": {
- 59 "diff": 10,
- 60 "varDiff": {
- 61 "minDiff": 16,
- 62 "maxDiff": 512,
- 63 "targetTime": 15,
- 64 "retargetTime": 90,
- 65 "variancePercent": 30
- 66 }
- 67 }
- 68 }
- 69 },
- 70 "switch2": {
- 71 "enabled": false,
- 72 "algorithm": "scrypt",
- 73 "ports": {
- 74 "4444": {
- 75 "diff": 10,
- 76 "varDiff": {
- 77 "minDiff": 16,
- 78 "maxDiff": 512,
- 79 "targetTime": 15,
- 80 "retargetTime": 90,
- 81 "variancePercent": 30
- 82 }
- 83 }
- 84 }
- 85 },
- 86 "switch3": {
- 87 "enabled": false,
- 88 "algorithm": "x11",
- 89 "ports": {
- 90 "5555": {
- 91 "diff": 0.001,
- 92 "varDiff": {
- 93 "minDiff": 0.001,
- 94 "maxDiff": 1,
- 95 "targetTime": 15,
- 96 "retargetTime": 60,
- 97 "variancePercent": 30
- 98 }
- 99 }
- 100 }
- 101 }
- 102 },
- 103
- 104 "profitSwitch": {
- 105 "enabled": false,
- 106 "updateInterval": 600,
- 107 "depth": 0.90,
- 108 "usePoloniex": true,
- 109 "useCryptsy": true,
- 110 "useMintpal": true,
- 111 "useBittrex": true
- 112 }
- 113 }