Getting Started with ETH 2.0

This guide outlines the process of running a validator in the Ethereum 2.0 network (also known as 'Serenity') as well as further related topics.

Overview

This guide contains the following information:

  • Presentation of selected implementations of the Ethereum Serenity protocol

  • Tutorials to operate own Validators

  • Summaries of interesting sections from the Ethereum Serenity specification

Implementations

  • Prysmatic Labs

  • Lighthouse

Tutorials

TODO

Docker stuff

DevOps stuff / Server hardening

Summaries of specification

TODO

Formulas

timeToActivationInMinutes=((yourValidatorIndexhighestActivatedValidatorIndex)/4)6.4timeToActivationInMinutes = ((yourValidatorIndex - highestActivatedValidatorIndex) / 4) * 6.4

I welcome feedback and meaningful contributions.

Last updated

Was this helpful?