Ethereum Merge Guide - Lighthouse/Geth
  • Ethereum Merge Guide - Lighthouse/Geth
  • Update Geth
  • Update Lighthouse
  • Fix Geth
  • Terminal Commands
  • How Much Is Enough?
Powered by GitBook
On this page

Terminal Commands

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

STOP ALL 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

PreviousFix GethNextHow Much Is Enough?

Last updated 2 years ago