forked from BooniesFX/ontology
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathconfig.json
29 lines (29 loc) · 851 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
{
"Configuration": {
"Magic": 7630401,
"Version": 23,
"SeedList": [
"139.219.108.204:20338",
"139.219.111.50:20338",
"139.219.69.70:20338",
"40.125.165.118:20338"
],
"Bookkeepers": [
"1202021c6750d2c5d99813997438cee0740b04a73e42664c444e778e001196eed96c9d",
"12020339541a43af2206358714cf6bd385fc9ac8b5df554fec5497d9e947d583f985fc",
"120203bdf0d966f98ff4af5c563c4a3e2fe499d98542115e1ffd75fbca44b12c56a591",
"1202021401156f187ec23ce631a489c3fa17f292171009c6c3162ef642406d3d09c74d"
],
"HttpRestPort": 20334,
"HttpWsPort":20335,
"HttpJsonPort": 20336,
"HttpLocalPort": 20337,
"NodePort": 20338,
"NodeConsensusPort": 20339,
"PrintLevel": 1,
"IsTLS": false,
"MaxTransactionInBlock": 60000,
"ConsensusType":"dbft",
"MultiCoreNum": 4
}
}