Eth2 - Resources

Terminal Commands

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

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

ESP

Ecosystem Support Program

Documentation

EF Developer Docs

Logos

Ethereum Logos

Eth 2.0 - Mainnet Guides

You should successfully run a testnet validator before submitting any mainnet deposits!

Eth 2.0 - Client Teams

Community Resources

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

Educational

  • EthHub - Comprehensive knowledge base for all things Ethereum

  • District0x - An educational resource about Ethereum targeted at beginners

  • Ethereum.wiki - A community-built wiki about Ethereum’s technology

  • Kauri - Technical articles and tutorials for Ethereum and related projects

  • ETHGlobal - An Ethereum hackathon series - attend one near you

Message Boards

Block Explorers / Gas Calculators

News / Podcast

Last updated