☄️
ETH 2.0 Staking Guide: Prater || Lighthouse
  • ETH 2.0 Staking Guide: Prater || Lighthouse
  • Universal Firewall (UFW)
  • ETH 1.0 - Goerli Testnet
  • ETH 2.0 - Beacon Node
  • ETH 2.0 - Validator
  • ETH 2.0 - Resources
  • How Much Is Enough?
Powered by GitBook
On this page
  • What is Eth 2.0?
  • ETH1 and ETH2 Interacting
  • Recommended PC ( i7 / 32GB RAM / 2TB SSD )
  • Related Technologies
  • ETH 2.0 - Prater Testnet
  • Goerli ETH (GoEth)
  • Linux CLI

Was this helpful?

ETH 2.0 Staking Guide: Prater || Lighthouse

NextUniversal Firewall (UFW)

Last updated 3 years ago

Was this helpful?

Beginners guide to staking on the Eth 2.0 Prater testnet using Lighthouse and Ubuntu 20.04.

This serves as a "Hello World" to Eth 2.0, but it requires a basic understanding of Ethereum and Ubuntu command line interface (CLI).

If you're new to Ubuntu and would like to start with the basics, see

What is Eth 2.0?

When Ethereum was created in 2013, much of the road-map wasn't feasible given the current state of technology. Ethereum 1.0 was launched in 2015 to introduce the Ethereum Virtual Machine (EVM), while Proof-of-Stake (POS) and sharding would be incorporated in the redesigned Ethereum 2.0.

The ETH 2.0 Beacon Chain launched on Dec 1st, 2020 with a total of 21,063 validators, and Eth1 is expected to merge with Eth2 in early 2022.

ETH1 and ETH2 Interacting

This diagram gives an overview of the Eth1 POW and Eth2 POS chains running in parallel.

Recommended PC ( i7 / 32GB RAM / 2TB SSD )

This guide is tailored for a dedicated Ethereum PC/server. A new machine with ( i7 / 32GB RAM / 2TB SSD ) will cost ~$800 and should last through Eth 2.0 - Phase 2.

It's possible to run on ~8gb RAM, but may struggle under stressful network conditions.

Related Technologies

The following technologies are used in this guide:

ETH 2.0 - Prater Testnet

The Eth2 Prater testnet launched in June 2021, and is the successor to Pyrmont.

Goerli ETH (GoEth)

Linux CLI

You will be running everything from the terminal window (aka Command Line Interface).

You can use the following shortcuts for Linux CLI:

  • Ctrl + Alt + T || Open new terminal window

  • Ctrl + Shift + V || Paste contents into terminal window

  • Ctrl + C || Quit terminal process

We'll begin the installation by enabling the Universal Firewall (UFW).

Ubuntu 20.04 LTS -

Python 3.7 -

Metamask -

Go Ethereum -

Lighthouse -

Beaconcha.in -

Somer Esat's:

Testnets have no value, but each validator on Prater requires a deposit of 32 GoEth. You can request GoEth in the . You can use as a Goerli block explorer.

Linux Operating System
Programming Language
Ethereum Browser Extension
Eth1 Client Software
Eth2 Client Software
Eth2 Block Explorer
Testnet Guides
EthStaker Discord
https://goerli.etherscan.io/
Ubuntu for Beginners