Fix Geth
https://agstakingco.gitbook.io/eth-2-0-mainnet-staking-guide-lighthouse/
1) Stop Geth:
sudo systemctl stop geth
2) Remove Geth Database:
sudo -u geth geth removedb --datadir /var/lib/geth
3) Start Geth:
sudo systemctl start geth
Last updated