Use Ctrl + X to exit, Y to save, then Enter to confirm.
Reload Daemon:
sudo systemctl daemon-reload
ETH2 || Validator || Run
Start lighthousevalidator.service:
sudo systemctl start lighthousevalidator
Check lighthousevalidator.service output:
sudo journalctl -fu lighthousevalidator.service
This shows running journal entries created by lighthousevalidator.service . You can use Ctrl + C to close the window, but the program will continue running in the background.
Use sudo systemctl stop lighthousevalidator if you need to stop the service.
Validator || Waiting for Beacon Node to Sync
If the beacon node has not finished syncing, the validator will provide a warning:
Validator || Awaiting Activation
Beaconcha.in || Awaiting Activation
Congratulations, you are officially ready to begin staking! Your validator will be assigned an activation epoch. Be sure you have all systems updated and online prior to activation!
Once your validator has activated and began attesting, no other action is needed. It's important to check for updates (both ETH1 and ETH2), and occassionally check your validator to ensure you are attesting.
Update Geth (and some other software packages)
sudo apt update && sudo apt upgrade
It may prompt you to hit "Y" to continue updating the system
Update Lighthouse
Lighthouse does not automatically update. Follow these instructions to install updates: