ETH 2.0 - Resources

Terminal Commands

Below is a list of common commands used for ETH2 staking with Lighthouse.

circle-info

Hint: You can execute multiple commands at once by using && to connect them, so a few commands listed below are a combination of several commands (e.g. Start All Services).

START ALL SERVICES

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

STOP ALL SERVICES

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

VIEW JOURNAL ENTRIES

sudo journalctl -f -u geth.service
sudo journalctl -f -u lighthousebeacon.service
sudo journalctl -f -u lighthousevalidator.service

OPEN/EDIT SERVICE FILES WITH NANO

sudo nano /etc/systemd/system/geth.service
sudo nano /etc/systemd/system/lighthousebeacon.service
sudo nano /etc/systemd/system/lighthousevalidator.service

Ethereum Foundation

Name

Description

Link

Github

Ethereum Foundation Github

Ethereum.org

Ethereum Foundation Website

Whitepaper

Written 2013 by Vitalik Buterin

Yellowpaper

Ethereum Technical Specifications

Eth 2.0 Specs

Ethereum 2.0 Specifications

EF Blog

Updates from Ethereum Foundation

Eth 2.0 - Pyrmont Testnet Guides

circle-info

Pyrmont uses Goerli Eth which has no value. You can request Goerli Eth in EthStaker Discordarrow-up-right

Eth 2.0 - Mainnet Guides

triangle-exclamation

Eth 2.0 - Client Teams

Community Resources

circle-info

If you'd like 1-on-1 help, join the EthStaker Discordarrow-up-right. Very friendly and knowledgeable group.

Educational

Message Boards

Block Explorers / Gas Calculators

News / Podcast

Last updated