0
0
Article

šŸ“’ Guide: How to become a validator on Eth2

Learning how to setup a validator node on Eth2
0
0
Nov 4, 2020 ā€¢ 9 min read

Last updated: November 4th, 2020


Dear Bankless Nation,

Eth2 is here.

That means ETH staking is here. This is the birth of the ether as a digital bond.

The staking contract is open and Eth2 is set to go live on December 1st, 2020. This is years of work finally coming into fruition. And itā€™s safe to say weā€™re excited.

Thatā€™s why weā€™re launching this ETH staking guide for those looking to run a validator node on Mainnet. We did one to help people get setup on the Medalla testnet back in Augustā€”you can still access the testnet guide to practice by the way.

But now itā€™s game time. This is the real deal.

Please join me in thanking Collin Myers & Mara Schmiedt from ConsenSys CodeFi & Bison Trails for putting this togetherā€”we hope it serves as an invaluable resource for the Ethereum community on getting started with Eth2. šŸ‘

This is the frontier.

- RSA

P.S. Calling all builders! Letā€™s use Filecoin to build a decentralized future and earn some cash. Get a $20K grant + over $1M in funding. Davidā€™s mentoring! Apply now!


šŸ™Sponsor: Aaveā€”earn high yields on deposits & borrow at the best possible rate!


We dropped a special episode of ALPHA LEAK on ETH2 and ETH staking!

Learn everything you need to know on Eth2 staking with Preston Van Loon!


Running a validator node on Eth2 guide

This guide covers:

  1. Recommended hardware
  2. Eth2 staking and Ethereum staking
  3. How to stake Ethereum
  4. Choosing & Installing Your Client
  5. Setting up an Eth1 Node
  6. Using the Eth2 Launch Pad
  7. Bonus content and resources

Australian gold rushes - Wikipedia

Bring a friend on the journey! Share this guide with someone. Letā€™s help the world go bankless!


1. Hardware Requirements

Based on the decentralized design goals of Eth2, it is expected that validators will utilize a variety of different infrastructure setups (on-premise, cloud, etc).


šŸ‘‰ If you havenā€™t previously staked your ETH, using the Medalla Testnet is a great way to get involved and gives you sufficient time to determine what type of setup gives you the best, most reliable performance.

Make sure to run some tests before you get started! To test your setup on the Medella testnet first please see here.


Below you will find some hardware recommendations, resource links, and some useful guides to get you prepared.

  • Operating System: 64-bit Linux, Mac OS X, Windows
  • Processor: Intel Core i7-4770 or AMD FX-8310 (or better)
  • Memory: 8GB RAM
  • Storage: 100GB available space SSD
  • Internet: Broadband internet connection (10 Mbps)
  • Power: Uninterruptible power supply (UPS)

Digital Ocean Equivalent (cloud provider):

  • Standard Droplet

    • Memory: 8GB RAM

    • Storage: 160GB available space SSD

    • Uptime: 99.99%

    • Availability: 8 Data Centers

    • $/HR: $0.060

    • $/MO: $40

Hardware Equivalent:

Minimum Requirements:

  • Operating System: 64-bit Linux, Mac OS X, Windows
  • Processor: Intel Core i5-760 or AMD FX-8110 (or better)
  • Memory: 4GB RAM
  • Storage: 20GB available space SSD
  • Internet: Broadband internet connection (10 Mbps)
  • Power: Uninterruptible power supply (UPS)

Digital Ocean Equivalent:

  • Standard Droplet

    • Memory: 4GB RAM

    • Storage: 80GB available space SSD

    • Uptime: 99.99%

    • Availability: 8 Data Centers

    • $/HR: $0.030

    • $/MO: $20

Hardware Equivalent:


2. Choosing & Installing Your Client

The launch of Eth2 features multiple clients, providing validators with the option of using different implementations for running their validator.

As of now, there are 4 client teams with production ready implementations that you can try out:

Client Teams


3. Install an ETH1 Node

Running a validator on Eth2 requires you to run an Eth1 node in order to monitor for 32 ETH validator deposits. There are a variety of options when choosing an Eth1 node, below you will find the tools most commonly used to spin up an Eth1 node.

Self Hosted:

Third Party Hosted:


4. Running an Eth2 Validator

Step 1: Get ETH

If you are new to Ethereum, then a major step is getting your fuel to participate. Eth2 requires 32 ETH per validator. This is the real thing! Recognize that if you end up becoming a validator, youā€™re making a long term commitment (weā€™re talking years) towards this initiative.

If you need to top up on some ETH, hereā€™s the exchanges we recommend.

Step 2: Head over to the Eth2 Launchpad

Over the past few months, the Ethereum Foundation (EF), Codefi Activate, and Deep Work Studio have been working on an interface to make it easier for users to stake and become a validator on Ethereum 2.0.

The result of this effort is the Eth2 Launch Pad, an application designed to securely guide you through the process of generating your Eth2 key pairs and staking your 32 ETH into the official deposit contract on Eth2 mainnet.

The Launch Pad was designed for at-home validators. These are hobbyists who intend to run their own validator and are comfortable running commands in a terminal screen on their computer.

Step 2a: Due Diligence (Overview section)

It is important to take your time and read through the content during this part of the journey. The overview section is designed to be educational and informative about the risks involved when staking your ETH.

Step 3: Generate your key pairs and mnemonic phrase

For each validator node, you are required to generate your validator key pair and a mnemonic phrase to generate your withdrawal key later on.

As a first step, you are required to select the number of validators you would like to run and on which operating system you would like to run them on.

The Launchpad will provide you with the two options to generate your deposit keys.

You can find detailed instructions for your operating system here:

https://github.com/ethereum/eth2.0-deposit-cli/blob/master/README.md

The first is to use the binary executable file that you can download from the Eth2 Github repo and then run the ./deposit command in your terminal window.

Please remember to verify the URL and that you are using is the correct one!

The other option is to build the deposit-CLI tool from the Python source code. You will need to follow the instructions to ensure you have all the required development libraries and the deposit-CLI tool installed.

Once you have installed the deposit-CLI tool and run it in your terminal window, you will be prompted to:

  1. Specify the number of validators you would like to run
  2. The language in which you would like to generate your mnemonic phrase
  3. Specify the network (mainnet) on which you would like to run your validator.

Please make sure you have set --chain mainnet for Mainnet testnet, otherwise the deposit will be invalid.

Now you will be asked to set your password and once confirmed your mnemonic phrase will be generated. Make sure you have it written down in a safe place and stored offline!

If you have successfully completed this step you should see the screen below.

If you have questions about the deposit-cli, please visit the GitHub repository:

https://github.com/ethereum/eth2.0-deposit-cli

Step 4: Upload your deposit file

You are almost there! As a next step upload the deposit .json file you generated in the previous step.

It is located in the /eth2.0-deposit-cli/validator_keys directory and is titled deposit-data-[timestamp].json.

Step 5: Connect your wallet

Next connect your Web3 wallet and click continue. Make sure you select Mainnet in your wallet settings.


Step 6: Confirm transaction summary & initiate deposit

Once you have connected and confirmed your wallet address you will be taken to a summary page that displays the total amount of ETH required to send to the deposit contract based on the number of validators you have selected to run.

Consent to the alert checks and click confirm to navigate to the final step ā€” the actual deposit.

Click ā€˜Initiate the Transactionā€™ to deposit your ETH into the official Eth2 Deposit Contract.

You will be required to confirm the 32 ETH deposit per validator through your wallet.

Once your transaction is confirmed ā€¦.Boom! Youā€™ve made it and can call yourself an official staker for a monumental moment in Web3.

Congratulations!! šŸ„³


6. Bonus Content & Resources

After reviewing the above steps we recommend that to be validators look through the client specific guides below before getting the process kicked off. The above steps will follow different orders of operations based on which client you decide to work with.

The below guides are the most in depth we have seen in the industry so far and will take Bankless readers through the nuances of the process.

Bonus Resources for Eth2 Validators

These are highly recommended once you make your decision about which client you would like to use:

Eth2 Block Explorers:

Infrastructure/Hardware

CoinCashew Series:

Somer Esat Guides:

Stay on Top of Eth2 Developments:

Itā€™s all about the Keys Keys Keys:

Earn some POAPs to compliment your Bankless POAP. Run different clients and collect the set.



šŸ™Thanks to our sponsor

Aave

Aave is an open source and non-custodial protocol for money market creation. Originally launched with the Aave Market, it now supports Uniswap and TokenSet markets and enables users and developers to earn interest and leverage their assets. Aave also pioneered Flash Loans, an innovative DeFi building block for developers to build self-liquidations, collateral swaps, and more. Check it out here.


Not financial or tax advice. This newsletter is strictly educational and is not investment advice or a solicitation to buy or sell any assets or to make any financial decisions. This newsletter is not tax advice. Talk to your accountant. Do your own research.


Disclosure. From time-to-time I may add links in this newsletter to products I use. I may receive commission if you make a purchase through one of these links. Iā€™ll always disclose when this is the case.

Not financial or tax advice. This newsletter is strictly educational and is not investment advice or a solicitation to buy or sell any assets or to make any financial decisions. This newsletter is not tax advice. Talk to your accountant. Do your own research.

Disclosure. From time-to-time I may add links in this newsletter to products I use. I may receive commission if you make a purchase through one of these links. Additionally, the Bankless writers hold crypto assets. See our investment disclosures here.

Account Light mode Log Out