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
You can safely shut down the validator client at this point.
57
57
58
-
The following exit command will only generate the exit message and will not publish the message to the network, i.e., there will be no voluntary exit.
58
+
The following command will only generate the voluntary exit message and save it to a file named `{validator_pubkey}.json`. It will not publish the message to the network, i.e., there will be no voluntary exit.
59
59
60
-
To only generate the exit message without publishing it to the network, use the flag `--signature`:
60
+
To generate the exit message and save it to a file, use the flag `--signature`:
61
61
62
62
```bash
63
63
lighthouse vm exit --vc-token ~/.lighthouse/mainnet/validators/api-token.txt --validators all --signature
0 commit comments