@@ -13,14 +13,19 @@ FLAGS:
13
13
--disable-auto-discover
14
14
If present, do not attempt to discover new validators in the validators-dir. Validators will need to be
15
15
manually added to the validator_definitions.yml file.
16
- --disable-log-timestamp If present, do not include timestamps in logging output.
16
+ --disable-log-timestamp If present, do not include timestamps in logging output.
17
17
--disable-malloc-tuning
18
18
If present, do not configure the system allocator. Providing this flag will generally increase memory usage,
19
19
it should only be provided when debugging specific memory allocation issues.
20
20
--disable-run-on-all
21
21
DEPRECATED. Use --broadcast. By default, Lighthouse publishes attestation, sync committee subscriptions and
22
22
proposer preparation messages to all beacon nodes provided in the `--beacon-nodes flag`. This option changes
23
23
that behaviour such that these api calls only go out to the first available and synced beacon node
24
+ --disable-slashing-protection-web3signer
25
+ Disable Lighthouse's slashing protection for all web3signer keys. This can reduce the I/O burden on the VC
26
+ but is only safe if slashing protection is enabled on the remote signer and is implemented correctly. DO NOT
27
+ ENABLE THIS FLAG UNLESS YOU ARE CERTAIN THAT SLASHING PROTECTION IS ENABLED ON THE REMOTE SIGNER. YOU WILL
28
+ GET SLASHED IF YOU USE THIS FLAG WITHOUT ENABLING WEB3SIGNER'S SLASHING PROTECTION.
24
29
--enable-doppelganger-protection
25
30
If this flag is set, Lighthouse will delay startup for three epochs and monitor for messages on the network
26
31
by any of the validators managed by this client. This will result in three (possibly four) epochs worth of
32
37
Enable per validator metrics for > 64 validators. Note: This flag is automatically enabled for <= 64
33
38
validators. Enabling this metric for higher validator counts will lead to higher volume of prometheus
34
39
metrics being collected.
35
- -h, --help Prints help information
36
- --http Enable the RESTful HTTP API server. Disabled by default.
40
+ -h, --help Prints help information
41
+ --http Enable the RESTful HTTP API server. Disabled by default.
37
42
--http-allow-keystore-export
38
43
If present, allow access to the DELETE /lighthouse/keystores HTTP API method, which allows exporting
39
44
keystores and passwords to HTTP API consumers who have access to the API token. This method is useful for
@@ -47,15 +52,15 @@ FLAGS:
47
52
flag unless you're certain that a new slashing protection database is required. Usually, your database will
48
53
have been initialized when you imported your validator keys. If you misplace your database and then run with
49
54
this flag you risk being slashed.
50
- --log-color Force outputting colors when emitting logs to the terminal.
55
+ --log-color Force outputting colors when emitting logs to the terminal.
51
56
--logfile-compress
52
57
If present, compress old log files. This can help reduce the space needed to store old logs.
53
58
54
59
--logfile-no-restricted-perms
55
60
If present, log files will be generated as world-readable meaning they can be read by any user on the
56
61
machine. Note that logs can often contain sensitive information about your validator and so this flag should
57
62
be used with caution. For Windows users, the log file permissions will be inherited from the parent folder.
58
- --metrics Enable the Prometheus metrics HTTP server. Disabled by default.
63
+ --metrics Enable the Prometheus metrics HTTP server. Disabled by default.
59
64
--prefer-builder-proposals
60
65
If this flag is set, Lighthouse will always prefer blocks constructed by builders, regardless of payload
61
66
value.
69
74
--use-long-timeouts
70
75
If present, the validator client will use longer timeouts for requests made to the beacon node. This flag is
71
76
generally not recommended, longer timeouts can cause missed duties when fallbacks are used.
72
- -V, --version Prints version information
77
+ -V, --version Prints version information
73
78
74
79
OPTIONS:
75
80
--beacon-nodes <NETWORK_ADDRESSES>
0 commit comments