@@ -58,7 +58,7 @@ teku [OPTIONS] [COMMAND]
5858 TEKU_CONFIG_FILE=/home/me/me_node/config.yaml
5959 ```
6060
61- The path to the [ YAML configuration file] ( ../../HowTo/Configure/Use-Configuration-File.md ) .
61+ Path to the [ YAML configuration file] ( ../../HowTo/Configure/Use-Configuration-File.md ) .
6262The default is ` none ` .
6363
6464### data-base-path, data-path
@@ -87,7 +87,7 @@ The default is `none`.
8787 data-base-path: "/home/me/me_node"
8888 ```
8989
90- The path to the Teku data directory. The default directory is OS dependent:
90+ Path to the Teku data directory. The default directory is OS- dependent:
9191
9292* macOS: ` ~/Library/teku `
9393* Unix/Linux: ` $XDG_DATA_HOME/teku ` if ` $XDG_DATA_HOME ` is set; otherwise ` ~/.local/share/teku `
@@ -121,7 +121,7 @@ The default Docker image location is `/root/.local/share/teku`.
121121 data-beacon-path: "/home/me/me_beaon"
122122 ```
123123
124- Path to the beacon chain client data. Defaults to ` <data-base-path>/beacon ` where ` <data-base-path> `
124+ Path to the beacon chain client data. The default is ` <data-base-path>/beacon ` where ` <data-base-path> `
125125is specified using [ ` --data-base-path ` ] ( #data-base-path-data-path ) .
126126
127127### data-storage-archive-frequency
@@ -150,7 +150,7 @@ is specified using [`--data-base-path`](#data-base-path-data-path).
150150 data-storage-archive-frequency: 1028
151151 ```
152152
153- Set the frequency (in slots) at which to store finalized states to disk. Defaults to 2048.
153+ Set the frequency (in slots) at which to store finalized states to disk. The default is 2048.
154154
155155This option is ignored if [ ` --data-storage-mode ` ] ( #data-storage-mode ) is set to ` prune ` .
156156
@@ -192,7 +192,7 @@ This option is ignored if [`--data-storage-mode`](#data-storage-mode) is set to
192192 ```
193193
194194Set the strategy for handling historical chain data. Valid options are ` prune ` and ` archive ` .
195- Defaults to ` prune ` .
195+ The default is ` prune ` .
196196
197197### data-validator-path
198198
@@ -220,7 +220,7 @@ Defaults to `prune`.
220220 data-validator-path: "/home/me/me_validator"
221221 ```
222222
223- Path to the validator client data. Defaults to ` <data-base-path>/validator ` where ` <data-base-path> `
223+ Path to the validator client data. The default is ` <data-base-path>/validator ` where ` <data-base-path> `
224224is specified using [ ` --data-base-path ` ] ( #data-base-path-data-path ) .
225225
226226### eth1-deposit-contract-address
@@ -283,7 +283,7 @@ The deposit contract address can also be defined in:
283283 ```
284284
285285The maximum number of blocks to request deposit contract event logs for in a single request.
286- Defaults to 10000.
286+ The default is 10000.
287287
288288Setting a smaller max size may help if your ETH1 node is slow at loading deposit event logs, or when
289289receiving warnings that the ETH1 node is unavailable.
@@ -436,7 +436,7 @@ Default is `INFO`.
436436 ```
437437
438438Specify whether status and event log messages include a console color display code.
439- Defaults to ` true ` .
439+ The default is ` true ` .
440440
441441### log-destination
442442
@@ -471,7 +471,7 @@ Specify where to output log information. Valid options are:
471471* ` DEFAULT_BOTH `
472472* ` FILE `
473473
474- Defaults to ` DEFAULT_BOTH ` . When using ` BOTH ` or ` DEFAULT_BOTH ` , system updates such as blockchain
474+ The default is ` DEFAULT_BOTH ` . When using ` BOTH ` or ` DEFAULT_BOTH ` , system updates such as blockchain
475475events are displayed on the console, and errors and other information are logged to a file. Specify
476476the log file with the [ ` --log-file ` ] ( #log-file ) command-line option.
477477
@@ -512,7 +512,7 @@ information is available in one place.
512512
513513Relative or absolute location, and filename of the log file.
514514
515- The default directory is OS dependent:
515+ The default directory is OS- dependent:
516516
517517* macOS: ` ~/Library/teku/logs `
518518* Unix/Linux: ` $XDG_DATA_HOME/teku/logs ` if ` $XDG_DATA_HOME ` is set; otherwise ` ~/.local/share/teku/logs `
@@ -575,7 +575,7 @@ Filename pattern to apply when creating log files.
575575 ```
576576
577577Specify whether to log frequent update events. For example every slot event with
578- validators and attestations. Defaults to ` true ` .
578+ validators and attestations. The default is ` true ` .
579579
580580### log-include-validator-duties-enabled
581581
@@ -603,7 +603,7 @@ validators and attestations. Defaults to `true`.
603603 log-include-validator-duties-enabled: false
604604 ```
605605
606- Specify whether to log details of validator event duties. Defaults to ` true ` .
606+ Specify whether to log details of validator event duties. The default is ` true ` .
607607
608608!!! note
609609 Logs could become noisy when running many validators.
@@ -828,7 +828,7 @@ bootnodes, and the address of the Ethereum 1.0 deposit contract.
828828 p2p-advertised-ip: "192.168.1.132"
829829 ```
830830
831- Advertised peer-to-peer IP address. Default is ` 127.0.0.1 ` .
831+ Advertised peer-to-peer IP address. The default is ` 127.0.0.1 ` .
832832
833833### p2p-enabled
834834
@@ -1186,7 +1186,7 @@ of static peers.
11861186 ```
11871187
11881188Forces the beacon node to stay subscribed to all subnets regardless of the number of validators.
1189- Defaults to ` false ` .
1189+ The default is ` false ` .
11901190
11911191When set to ` true ` and running a low number of validators, Teku subscribes and unsubscribes from
11921192subnets as needed for the running validators.
@@ -1232,7 +1232,7 @@ them with commas.
12321232Listed domains can access the node using HTTP REST API calls. If your client interacts with Teku
12331233using a browser app (such as a block explorer), add the client domain to the list.
12341234
1235- The default value is "none." If you don't list any domains, browser apps can't interact with your
1235+ The default is "none." If you don't list any domains, browser apps can't interact with your
12361236Teku node.
12371237
12381238!!! tip
@@ -1489,7 +1489,7 @@ When specifying file names, Teku expects that the files exist.
14891489 ```
14901490
14911491Specify whether to use Teku's built-in early attestation production, which creates an
1492- attestation as soon as a block is received. Defaults to ` true ` .
1492+ attestation as soon as a block is received. The default is ` true ` .
14931493
14941494Set this option to ` false ` if running a validator client connected to a load balanced beacon node
14951495(including most hosted beacon nodes such as [ Infura] ), and validator effectiveness is poor.
@@ -1627,7 +1627,7 @@ Ensure the external signer is running before starting Teku.
16271627 ```
16281628
16291629Specify whether to use Teku's built-in [ slashing protection] when using an external signer such as
1630- [ Web3Signer] . Defaults to ` true ` .
1630+ [ Web3Signer] . The default is ` true ` .
16311631
16321632Set this option to ` false ` if using the slashing protection implemented by an external signer.
16331633
@@ -1665,7 +1665,7 @@ using Teku to sign blocks and attestations always uses its built-in slashing pro
16651665 validators-external-signer-timeout: 2000
16661666 ```
16671667
1668- Timeout in milliseconds for requests to the external signer. Default is 1000.
1668+ Timeout in milliseconds for requests to the external signer. The default is 1000.
16691669
16701670### validators-external-signer-truststore
16711671
@@ -1844,7 +1844,7 @@ This option takes precedence over [`--validators-graffiti`](#validators-graffiti
18441844 validators-keystore-locking-enabled: true
18451845 ```
18461846
1847- Locks the keystore files listed in [ ` --validator-keys ` ] ( #validator-keys ) . Defaults to ` true ` .
1847+ Locks the keystore files listed in [ ` --validator-keys ` ] ( #validator-keys ) . The default is ` true ` .
18481848
18491849Attempts to lock all keystores in a directory if a directory is specified in
18501850[ ` --validator-keys ` ] ( #validator-keys ) .
@@ -1876,7 +1876,7 @@ Attempts to lock all keystores in a directory if a directory is specified in
18761876 ```
18771877
18781878Set the validator performance tracking strategy. Valid options are ` LOGGING ` , ` METRICS ` , ` ALL ` , and
1879- ` NONE ` . Defaults to ` ALL ` .
1879+ ` NONE ` . The default is ` ALL ` .
18801880
18811881When ` LOGGING ` is enabled, attestation and block performance is reported as log messages. When
18821882` METRICS ` is enabled, attestation and block performance is reported using [ metrics] in the
0 commit comments