-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathconfig.json
47 lines (47 loc) · 941 Bytes
/
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
{
"Seed":[
"172.168.3.158:20338",
"172.168.3.159:20338",
"172.168.3.160:20338",
"172.168.3.161:20338"
],
"Sync":[
"172.168.3.162:20338",
"172.168.3.163:20338",
"172.168.3.164:20338",
"172.168.3.165:20338"
],
"Net":{
"ReservedPeersOnly":false,
"ReservedCfg":{
"reserved":[
"1.2.3.4",
"1.2.3.5"
],
"mask":[
"172.168.3.151",
"172.168.3.152",
"172.168.3.153",
"172.168.3.154",
"172.168.3.155",
"172.168.3.156",
"172.168.3.157"
]
},
"NetworkMagic":299,
"NetworkId":299,
"NetworkName":"",
"NodePort":20338,
"HttpInfoPort":20446,
"IsTLS":false,
"MaxHdrSyncReqs":1024,
"MaxConnInBound":1024,
"MaxConnOutBound":1024,
"MaxConnInBoundForSingleIP":1024
},
"Sdk":{
"JsonRpcAddress":"http://172.168.3.162:20336",
"GasPrice":0,
"GasLimit":20000
}
}