forked from ontio/ontology
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathconfig.json
More file actions
29 lines (27 loc) · 760 Bytes
/
Copy pathconfig.json
File metadata and controls
29 lines (27 loc) · 760 Bytes
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
{
"Configuration": {
"Magic": 7630401,
"Version": 23,
"SeedList": [
"127.0.0.1:20338"
],
"Bookkeepers": [
"12020366df437099ca0f8185b95a833c625dc3e6ef7cbb0ba4c705512abd74d9f0704e",
"12020366df437099ca0f8185b95a833c625dc3e6ef7cbb0ba4c705512abd74d9f0704e",
"12020366df437099ca0f8185b95a833c625dc3e6ef7cbb0ba4c705512abd74d9f0704e",
"12020366df437099ca0f8185b95a833c625dc3e6ef7cbb0ba4c705512abd74d9f0704e"
],
"HttpRestPort": 20334,
"HttpWsPort":20335,
"HttpJsonPort": 20336,
"HttpLocalPort": 20337,
"NodePort": 20338,
"NodeConsensusPort": 20389,
"PrintLevel": 1,
"IsTLS": false,
"MaxTransactionInBlock": 50000,
"MultiCoreNum": 4,
"ConsensusType":"solo"
}
}