-
Notifications
You must be signed in to change notification settings - Fork 5
/
config.json
58 lines (58 loc) · 1.16 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
50
51
52
53
54
55
56
57
58
{
"pools": [
{
"hostname": "qrl.herominers.com",
"port": 10370,
"ssl": false,
"allowSelfSignedSSL": false,
"share": 100,
"username": "Q0106002c7fafa78ed8cf6faabb62ab9d84449bf83ee1f556c34f959a173cc9c3d8bc2fec798158",
"password": "qrl_herominers",
"keepAlive": true,
"algo": "cryptonight/1",
"blob_type": "cryptonote",
"default": true
}
],
"listeningPorts": [
{
"port": 8080,
"ssl": false,
"diff": 5000
},
{
"port": 8443,
"ssl": true,
"diff": 5000
},
{
"port": 3333,
"ssl": false,
"diff": 10000
}
],
"bindAddress": "0.0.0.0",
"developerShare": 0,
"daemonAddress": "127.0.0.1:18081",
"accessControl": {
"enabled": false,
"controlFile": "accessControl.json"
},
"httpEnable": false,
"httpAddress": "127.0.0.1",
"httpPort": "8081",
"httpUser": "",
"httpPass": "",
"minerInactivityTime": "120",
"keepOfflineMiners": 0,
"refreshTime": 30,
"theme": "light",
"moDashboard": true,
"coinSettings": {
"xmr":{
"minDiff": 100,
"maxDiff": 300000,
"shareTargetTime": 15
}
}
}