You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: codechain/codechain.yml
+6-6Lines changed: 6 additions & 6 deletions
Original file line number
Diff line number
Diff line change
@@ -6,7 +6,7 @@ about: CodeChian Core client
6
6
args:
7
7
- config-path:
8
8
long: config-path
9
-
help: Specify the config file path.
9
+
help: Specify the certain config file path that you want to use to configure CodeChain to your needs.
10
10
takes_value: true
11
11
- port:
12
12
long: port
@@ -25,18 +25,18 @@ args:
25
25
help: Do not open network socket.
26
26
- min-peers:
27
27
long: min-peers
28
-
help: Minimum number of connections
28
+
help: Sets the minimum number of connections the user would like.
29
29
takes_value: true
30
30
default_value: "10"
31
31
- max-peers:
32
32
long: max-peers
33
-
help: Maximum number of connections
33
+
help: Sets the maximum number of connections the user would like.
34
34
takes_value: true
35
35
default_value: "30"
36
36
- instance-id:
37
37
short: i
38
38
long: instance-id
39
-
help: Specify instance id for logging.
39
+
help: Specify instance id for logging. Used when running multiple instances of CodeChain.
40
40
takes_value: true
41
41
- quiet:
42
42
short: q
@@ -45,7 +45,7 @@ args:
45
45
- chain:
46
46
short: c
47
47
long: chain
48
-
help: Chain type; solo, solo_authority, tendermint or a path to chain spec file.
48
+
help: Sets the blockchain type out of solo, solo_authority, tendermint or a path to chain spec file.
49
49
takes_value: true
50
50
- db-path:
51
51
long: db-path
@@ -88,7 +88,7 @@ args:
88
88
help: Do not use discovery
89
89
- discovery:
90
90
long: discovery
91
-
help: p2p discovery extension
91
+
help: Decides which p2p discovery extension to use. Options are kademlia and unstructured. In a testing environment, an unstructured p2p network is desirable because it is more than sufficient when there are a few users.
0 commit comments