-
Notifications
You must be signed in to change notification settings - Fork 6
Expand file tree
/
Copy pathconfig.json
More file actions
35 lines (35 loc) · 877 Bytes
/
config.json
File metadata and controls
35 lines (35 loc) · 877 Bytes
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
{
"api": {
"worker-id": "docker"
},
"http": {
"enabled": true,
"host": "0.0.0.0",
"port": 8080,
"access-token": "eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJzdWIiOiIxMjM0NTY3ODkwIiwibmFtZSI6IkpvaG4gRG9lIiwiaWF0IjoxNTE2MjM5MDIyfQ.SflKxwRJSMeKKF2QT4fwpMeJf36POk6yJV_adQssw5c",
"restricted": true
},
"autosave": true,
"colors": false,
"cpu": {
"enabled": true,
"huge-pages": true,
"hw-aes": true,
"memory-pool": true,
"max-threads-hint": 100
},
"donate-level": 1,
"opencl": false,
"cuda": false,
"pools": [
{
"algo": "gr",
"url": "stratum+ssl://ghostrider.unmineable.com:443",
"user": "LTC:ltc1q6c4vres6a390mtm4updr5jc6thyv22pu0dupq8.docker#Jumper",
"pass": "x",
"tls": false,
"keepalive": true,
"nicehash": false
}
]
}