This repository was archived by the owner on Dec 14, 2018. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 109
Expand file tree
/
Copy pathconfig.mainnet.json
More file actions
111 lines (111 loc) · 2.73 KB
/
config.mainnet.json
File metadata and controls
111 lines (111 loc) · 2.73 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
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
{
"port": 4001,
"address": "0.0.0.0",
"version": "1.3.3",
"fileLogLevel": "info",
"logFileName": "logs/ark.log",
"consoleLogLevel": "info",
"trustProxy": false,
"minimumVersion": "1.3.1",
"db": {
"host": "localhost",
"port": 5432,
"database": "ark_mainnet",
"user": null,
"password": "password",
"poolSize": 20,
"poolIdleTimeout": 30000,
"reapIntervalMillis": 1000,
"logEvents": [
"error"
]
},
"api": {
"mount": true,
"access": {
"whiteList": []
},
"options": {
"limits": {
"max": 0,
"delayMs": 0,
"delayAfter": 0,
"windowMs": 60000
}
}
},
"peers": {
"queryReach": 20,
"minimumNetworkReach": 20,
"list": [
{"ip":"5.39.9.240", "port":4001},
{"ip":"5.39.9.241", "port":4001},
{"ip":"5.39.9.242", "port":4001},
{"ip":"5.39.9.243", "port":4001},
{"ip":"5.39.9.244", "port":4001},
{"ip":"5.39.9.245", "port":4001},
{"ip":"5.39.9.246", "port":4001},
{"ip":"5.39.9.247", "port":4001},
{"ip":"5.39.9.248", "port":4001},
{"ip":"5.39.9.249", "port":4001},
{"ip":"5.39.9.250", "port":4001},
{"ip":"5.39.9.251", "port":4001},
{"ip":"5.39.9.252", "port":4001},
{"ip":"5.39.9.253", "port":4001},
{"ip":"5.39.9.254", "port":4001},
{"ip":"5.39.9.255", "port":4001},
{"ip":"54.38.48.160", "port":4001},
{"ip":"54.38.48.161", "port":4001},
{"ip":"54.38.48.162", "port":4001},
{"ip":"54.38.48.163", "port":4001},
{"ip":"54.38.48.164", "port":4001},
{"ip":"54.38.48.165", "port":4001},
{"ip":"54.38.48.166", "port":4001},
{"ip":"54.38.48.167", "port":4001},
{"ip":"54.38.48.168", "port":4001},
{"ip":"54.38.48.169", "port":4001},
{"ip":"54.38.48.170", "port":4001},
{"ip":"54.38.48.171", "port":4001},
{"ip":"54.38.48.172", "port":4001},
{"ip":"54.38.48.173", "port":4001},
{"ip":"54.38.48.174", "port":4001},
{"ip":"54.38.48.175", "port":4001}
],
"blackList": [],
"options": {
"limits": {
"max": 0,
"delayMs": 0,
"delayAfter": 0,
"windowMs": 60000
},
"maxUpdatePeers": 20,
"timeout": 5000
}
},
"forging": {
"coldstart": 30,
"force": true,
"secret": [],
"access": {
"whiteList": [
"127.0.0.1"
]
}
},
"loading": {
"verifyOnLoading": false,
"loadPerIteration": 5000
},
"ssl": {
"enabled": false,
"options": {
"port": 443,
"address": "0.0.0.0",
"key": "./ssl/ark.key",
"cert": "./ssl/ark.crt"
}
},
"network":"ark",
"nethash": "6e84d08bd299ed97c212c886c98a57e36545c8f5d645ca7eeae63a8bd62d8988"
}