-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathconfig.json
59 lines (59 loc) · 1.42 KB
/
config.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
{
"devmode": false,
"devmodePayMinimim": 0.25,
"devmodePayInterval": 120,
"logips": true,
"anonymizeips": true,
"ipv4bits": 16,
"ipv6bits": 16,
"defaultCoin": "set your main coin like ravencoin or neoxa",
"logger": {
"level": "debug",
"file": "/home/pool/alphax-kawpow-server/logs/pool_debug.log"
},
"cliHost": "127.0.0.1",
"cliPort": 17117,
"clustering": {
"enabled": true,
"forks": "auto"
},
"defaultPoolConfigs": {
"blockRefreshInterval": 333,
"jobRebroadcastTimeout": 19,
"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,
"sslenabled": false,
"sslforced": false,
"host": "0.0.0.0",
"port": 3001,
"sslport": 443,
"sslkey": "/home/pool/alphax-kawpow-server/certs/privkey.pem",
"sslcert": "/home/pool/alphax-kawpow-server/certs/fullchain.pem",
"stratumHost": "stratum.alphax.pro",
"stats": {
"updateInterval": 300,
"historicalRetention": 43200,
"hashrateWindow": 300
}
},
"redis": {
"host": "127.0.0.1",
"port": 6379
}
}