ETH 2.0 - Resources
Terminal Commands
Below is a list of common commands used for ETH2 staking with Lighthouse.
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
Eth 2.0 - Pyrmont Testnet Guides
Eth 2.0 - Mainnet Guides
You should successfully run a testnet validator before submitting any mainnet deposits!
Eth 2.0 - Other Guides
Author
Description
accidental-green
accidental-green
accidental-green
accidental-green
accidental-green
Ethos.dev
EthStaker
EthStaker
EthStaker
EthStaker
Eth 2.0 - Client Teams
Client
Documentation
Discord
Website
Launchpad Guide
Community Resources
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
EthStaker Discord - Community of Educators to promote Eth2 staking
EthStaker Reddit - Community to discuss and post about Eth2 staking
Ethereum Magicians - Community for Ethereum contributions
Ethereum Cat Herders - Core developer and community coordination
ethresear.ch forum - Deeper technical discussions on Ethereum for ETH 2.0 and beyond
Block Explorers / Gas Calculators
Beaconcha.in - Open-source Eth 2.0 Block Explorer
Etherchain.org - Open-source Eth 1.0 Block Explorer
Etherscan.io - Ethereum 1.0 Block Explorer
goerli.etherscan.io - Goerli Eth1 Block Explorer
Beaconscan.com - Ethereum 2.0 Block Explorer
Ethgasstation.info - Ethereum gas fees and ranked usage
News / Podcast
Bankless - Podcast / Youtube channel for living a Bankless life
Ethereum Foundation YouTube - Videos and talks about Ethereum
Week in Ethereum News - Weekly newsletter covering key developments across the ecosystem
What’s new in ETH 2.0 - Regular newsletter about Eth 2.0 development
Last updated
Was this helpful?