forked from Snipa22/xmr-node-proxy
-
Notifications
You must be signed in to change notification settings - Fork 2
/
config_example.json
46 lines (46 loc) · 923 Bytes
/
config_example.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
{
"pools": [
{
"hostname": "pool.itnspool.net",
"port": 7777,
"ssl": false,
"allowSelfSignedSSL": false,
"share": 99,
"username": "iz5imhe9C7vWnjZtZBFtT8MwNxVuJuryUUHXSAtnWUo93CJzNdZBizHQExPRCHUBi36tk2BcigPAFRDA4cnddGXF1R6j69n3w",
"password": "proxy:[email protected]",
"keepAlive": true,
"coin": "itns",
"default": true
}
],
"listeningPorts": [
{
"port": 8080,
"ssl": false,
"diff": 5000,
"coin": "itns"
},
{
"port": 8443,
"ssl": true,
"diff": 5000,
"coin": "itns"
},
{
"port": 3333,
"ssl": false,
"diff": 10000,
"coin": "itns"
}
],
"bindAddress": "0.0.0.0",
"developerShare": 1,
"daemonAddress": "127.0.0.1:48772",
"coinSettings": {
"itns":{
"minDiff": 100,
"maxDiff": 300000,
"shareTargetTime": 15
}
}
}