-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathXMRigProxy_config.json
79 lines (74 loc) · 1.88 KB
/
XMRigProxy_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
69
70
71
72
73
74
75
76
77
78
79
/*
REMOVE THIS BLOCK OF COMMENTS AFTER MAKING YOUR CHANGES, INCLUDING /* */
Change this section in the "pools" section further below for your needs:
"url": "COIN.gntl.uk:100nn",
"user": "WALLET_ADDRESS",
"pass": "PROXY_WORKER_ID:EMAIL_ADDRESS or just PROXY_WORKER_ID",
e.g.:
"url": "pool.gntl.uk:20007",
"user": "gnt1ibrAtYtThQWQ8QdeLPWGD9ZeqnDsJ9A4d86DMC2RD7frBSE1uZmFezsbW7TXHdNHYWDWsccRo8TpE55p2HWR74ofajRWc5",
"pass": "XMRig-Proxy:email.com",
*/
{
"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": 7000,
"tls": true
}
],
"colors": true,
"title": true,
"custom-diff": 0,
"custom-diff-stats": false,
"donate-level": 0,
"log-file": null,
"mode": "nicehash",
"pools": [
{
"algo": null,
"coin": null,
"url": "COIN.gntl.uk:100nn",
"user": "WALLET_ADDRESS",
"pass": "WORKER_ID:EMAIL_ADDRESS or just WORKER_ID",
"rig-id": null,
"keepalive": true,
"enabled": true,
"tls": true,
"tls-fingerprint": null,
"daemon": false
}
],
"retries": 2,
"retry-pause": 1,
"reuse-timeout": 0,
"tls": {
"enabled": true,
"protocols": null,
"cert": null,
"cert_key": null,
"ciphers": null,
"ciphersuites": null,
"dhparam": null
},
"user-agent": null,
"syslog": false,
"verbose": false,
"watch": true,
"workers": true
}