Use Ctrl + X to exit, Y to save, then Enter to confirm.
Reload the daemon:
sudo systemctl daemon-reload
Start geth.service:
sudo systemctl start geth
Check geth.service output:
sudo journalctl -f -u geth.service
This shows running journal entries created by geth.service. You can use Ctrl + C to close the window, but the program will continue running in the background.
Use sudo systemctl stop geth if you need to stop geth.service
The node will begin searching for peers, and eventually start downloading/verifying blocks.
Geth Sync
Geth data is currently ~875gb and may take ~24 hours to fully sync.
As you wait for the Eth1 node to sync, you can open a new terminal and install Lighthouse - Beacon Node.
You can check your progress by comparing your block number in Geth to the current block at