-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathconfig.example.json
59 lines (59 loc) · 1.25 KB
/
config.example.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
{
"algo": "cryptonight-upx",
"api": {
"port": 0,
"access-token": null,
"id": null,
"worker-id": null,
"ipv6": false,
"restricted": true
},
"asm": true,
"autosave": true,
"av": 0,
"background": false,
"colors": true,
"cpu-affinity": null,
"cpu-priority": null,
"donate-level": 1,
"huge-pages": true,
"hw-aes": null,
"log-file": null,
"max-cpu-usage": 80,
"pools": [
{
"url": "upx.poolbux.com:3333",
"user": "WALLET_ADDR_HERE",
"pass": "x",
"rig-id": null,
"nicehash": false,
"keepalive": false,
"variant": 1,
"tls": false,
"tls-fingerprint": null
}
],
"print-time": 60,
"retries": 5,
"retry-pause": 5,
"safe": false,
"threads": [
{
"low_power_mode": 2,
"affine_to_cpu": false,
"asm": true
},
{
"low_power_mode": 2,
"affine_to_cpu": false,
"asm": true
},
{
"low_power_mode": 2,
"affine_to_cpu": false,
"asm": true
}
],
"user-agent": null,
"watch": false
}