-
Notifications
You must be signed in to change notification settings - Fork 6
/
config.json
68 lines (68 loc) · 1.58 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
60
61
62
63
64
65
66
67
68
{
"access-log-file": null,
"access-password": null,
"algo-ext": true,
"api": {
"id": null,
"worker-id": null
},
"http": {
"enabled": false,
"host": "127.0.0.1",
"port": 0,
"access-token": null,
"restricted": true
},
"background": false,
"bind": [
{
"host": "0.0.0.0",
"port": 3333,
"tls": false
},
{
"host": "::",
"port": 3333,
"tls": false
}
],
"colors": true,
"title": true,
"custom-diff": 0,
"custom-diff-stats": false,
"donate-level": 0,
"log-file": null,
"mode": "simple",
"pools": [
{
"coin": "WOW",
"url": "65.21.106.104:8118",
"user": "Wo3f4kRcjoLQan2rCcbNAfU1mAj1GSPeWA5j8n6Y17zo3gK8iUGAsBb2UZ3SP4dC82R8wb39pG6XAYwoDsUvH7TB1kxVvfp3i",
"spend-secret-key": "7c5d170dbefa1b3b65b5f2effbca91d73576ea6e54612c96a36e82dba995a405",
"pass": "x",
"rig-id": null,
"keepalive": false,
"enabled": true,
"tls": false,
"tls-fingerprint": null,
"daemon": true
}
],
"retries": 2,
"retry-pause": 1,
"reuse-timeout": 0,
"tls": {
"enabled": false,
"protocols": null,
"cert": null,
"cert_key": null,
"ciphers": null,
"ciphersuites": null,
"dhparam": null
},
"user-agent": null,
"syslog": false,
"verbose": false,
"watch": true,
"workers": true
}