Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Optional slashing protection for remote keys #4981

Merged
3 changes: 3 additions & 0 deletions book/src/help_vc.md
Original file line number Diff line number Diff line change
Expand Up @@ -96,6 +96,9 @@ OPTIONS:
--debug-level <LEVEL>
Specifies the verbosity level used when emitting logs to the terminal. [default: info] [possible values:
info, debug, trace, warn, error, crit]
--disable-slashing-protection-web3signer <disable-slashing-protection-web3signer>
Disable Lighthouse's slashing protection for all web3signer keys. This can reduce the I/O burden on the VC
and is safe as long as slashing protection is enabled on the remote signer and is implemented correctly.
--gas-limit <INTEGER>
The gas limit to be used in all builder proposals for all validators managed by this validator client. Note
this will not necessarily be used if the gas limit set here moves too far from the previous block's gas
Expand Down
Loading
Loading