Terminal Commands

GETH / LIGHTHOUSE

This assumes you are running Geth and Lighthouse (Guide), including merge updates

START ALL SERVICE

sudo systemctl start geth && sudo systemctl start lighthousebeacon && sudo systemctl start lighthousevalidator

STOP ALL SERVICE

sudo systemctl stop geth && sudo systemctl stop lighthousebeacon && sudo systemctl stop lighthousevalidator

START SERVICES: sudo systemctl start geth sudo systemctl start lighthousebeacon sudo systemctl start lighthousevalidator

STOP SERVICES: sudo systemctl stop geth sudo systemctl stop lighthousebeacon sudo systemctl stop lighthousevalidator

OPEN JOURNALS TO VIEW LOGS: sudo journalctl -fu geth.service sudo journalctl -fu lighthousebeacon.service sudo journalctl -fu lighthousevalidator.service

OPEN SERVICE FILES TO EDIT: sudo nano /etc/systemd/system/geth.service sudo nano /etc/systemd/system/lighthousebeacon.service sudo nano /etc/systemd/system/lighthousevalidator.service

Last updated