-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathXNP_config.json
67 lines (62 loc) · 1.6 KB
/
XNP_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
/*
REMOVE THIS BLOCK OF COMMENTS AFTER MAKING YOUR CHANGES, INCLUDING /* */
Change this section in the "pools" section further below for your needs:
"hostname": "COIN.gntl.uk",
"port": 100nn,
"username": "YOUR_WALLET_ADDRESS",
"password": "YOUR_PROXY_WORKER_NAME:YOUR_EMAIL_ADDRESS or just PROXY_WORKER_NAME",
e.g.:
"hostname": "pool.gntl.uk",
"port": 10007,
"username": "gnt1ibrAtYtThQWQ8QdeLPWGD9ZeqnDsJ9A4d86DMC2RD7frBSE1uZmFezsbW7TXHdNHYWDWsccRo8TpE55p2HWR74ofajRWc5",
"password": "XMR-Node-Proxy:email.com",
*/
{
"pools": [
{
"hostname": "COIN.gntl.uk",
"port": 100nn,
"ssl": true,
"allowSelfSignedSSL": true,
"share": 100,
"username": "YOUR_WALLET_ADDRESS",
"password": "YOUR_PROXY_WORKER_NAME:YOUR_EMAIL_ADDRESS or just PROXY_WORKER_NAME",
"keepAlive": true,
"algo": null,
"algo_perf": { "rx/0": 1, "rx/loki": 1 },
"blob_type": "cryptonote",
"default": true
}
],
"listeningPorts": [
{
"port": 7000,
"ssl": true,
"diff": 10000
}
],
"bindAddress": "0.0.0.0",
"developerShare": 0,
"daemonAddress": "127.0.0.1:18081",
"accessControl": {
"enabled": false,
"controlFile": "accessControl.json"
},
"httpEnable": true,
"httpAddress": "0.0.0.0",
"httpPort": "8081",
"httpUser": "",
"httpPass": "",
"addressWorkerID": false,
"minerInactivityTime": 120,
"keepOfflineMiners": 1,
"refreshTime": 30,
"theme": "light",
"coinSettings": {
"xmr":{
"minDiff": 100,
"maxDiff": 5000000000000,
"shareTargetTime": 30
}
}
}