Voluntary validator exit

How to Voluntary validator exit with lighthouse

  1. Download the lighthouse binary from https://github.com/sigp/lighthouse/releases

Choose for your architechture.
  • How to download with the command line:

    • Copy link address

    • Open deposit-cli folder and run this command

  • Extract zip file

  • Test binary file

  • Clone chain config

  • Run to exit validator

The --keystore flag is used to specify the path to the EIP-2335 voting keystore for the validator. The path should point directly to the validator key .json file, not the folder containing the .json file.

  • Enter password

  • Type "Exit my validator"

  • Done

Done !

Last updated