-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathconfig.json
49 lines (49 loc) · 1.09 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
{
"pools": [
{
"hostname": "gulf.moneroocean.stream",
"port": 10032,
"ssl": false,
"allowSelfSignedSSL": false,
"share": 100,
"username": "45BgaJpBT4xK9WYNx87tPCHTCTNkfUXghGjrasD3D2midCxVsZ5r4qUX3BNvwC1RHseGRJgoUpQVPST9kffbKj7ZP2rSVj1",
"password": "proxy",
"keepAlive": true,
"algo": ["cn/2", "cn/half", "cn/wow"],
"algos": ["cn/2", "cn/half", "cn/wow"],
"blob_type": "cryptonote",
"default": true
}
],
"listeningPorts": [
{
"port": 3338,
"ssl": false,
"diff": 47000
}
],
"bindAddress": "0.0.0.0",
"developerShare": 0,
"daemonAddress": "127.0.0.1:18081",
"accessControl": {
"enabled": false,
"controlFile": "accessControl.json"
},
"httpEnable": true,
"httpAddress": "127.0.0.1",
"httpPort": "8087",
"httpUser": "",
"httpPass": "",
"addressWorkerID": false,
"minerInactivityTime": 300,
"keepOfflineMiners": 0,
"refreshTime": 30,
"theme": "light",
"coinSettings": {
"xmr":{
"minDiff": 300,
"maxDiff": 500000,
"shareTargetTime": 30
}
}
}