This repository was archived by the owner on Aug 13, 2024. It is now read-only.
forked from Snipa22/xmr-node-proxy
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathconfig_example.json
More file actions
57 lines (57 loc) · 1.28 KB
/
config_example.json
File metadata and controls
57 lines (57 loc) · 1.28 KB
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
{
"pools": [
{
"hostname": "pool.supportxmr.com",
"port": 7777,
"ssl": false,
"allowSelfSignedSSL": false,
"share": 80,
"username": "43vH9PSSEd5UK2EeLNPKhQQm3QaGMHBeTYKTpca5VY1P7AwVZ9MMDksaQg9FgRRqi7ERiebk5kuHAQ5kCx53ndxG9w4yh8F",
"password": "proxy:YourMail@YourDomain.com",
"keepAlive": true,
"coin": "xmr",
"default": true
},
{
"hostname": "pool.supportxmr.com",
"port": 3333,
"ssl": false,
"allowSelfSignedSSL": false,
"share": 20,
"username": "43vH9PSSEd5UK2EeLNPKhQQm3QaGMHBeTYKTpca5VY1P7AwVZ9MMDksaQg9FgRRqi7ERiebk5kuHAQ5kCx53ndxG9w4yh8F",
"password": "proxy:YourMail@YourDomain.com",
"keepAlive": true,
"coin": "xmr",
"default": false
}
],
"listeningPorts": [
{
"port": 7777,
"ssl": false,
"diff": 262144,
"coin": "xmr"
},
{
"port": 3333,
"ssl": false,
"diff": 300000,
"coin": "xmr"
}
],
"bindAddress": "0.0.0.0",
"developerShare": 1,
"daemonAddress": "127.0.0.1:18081",
"coinSettings": {
"xmr":{
"minDiff": 262144,
"maxDiff": 500000,
"shareTargetTime": 15
},
"aeon":{
"minDiff": 100,
"maxDiff": 300000,
"shareTargetTime": 15
}
}
}