Importance of client diversity

Your Ethereum validator node is made up of various pieces of software clients working together to process and attest to transactions. Being a decentralised network, Ethereum is not dependent on any single physical server/node.

However, if every node runs only on one single client set, the existence of crazy bugs or targeted attacks on the software layer can still disrupt this process.

When this happens, we, as validator node operators, will suffer penalties. These penalties increase exponentially when our validator nodes go offline together with a large portion of the network.

Looking at the chart below, correlation penalties involving 33% or more of the network will result in all of your staked ETH being slashed!

This is why there are at least 4 - 5 clients to choose from for execution layer and consensus layer clients today. With Geth owning more than 50% of the execution layer client market share today, the existence of a crazy bug causing validator nodes running Geth to double-sign will be catastrophic.

This is why we will be recommending minority clients for this curriculum.

Key considerations

Even though we should run minority clients, it does not automatically mean that any client can run on the same hardware. A key reason for Geth's popularity, other than its reliability, is the ability for it to run on minimal hardware.

Execution layer clients (updated 4th Feb 2024)

ClientCPU speedRAMStorageSSD speedsSync speedMarket share

Geth

lowest

16 GB

2 TB

Good

2nd

78%

Besu

lower

32 GB

2 TB

Good

1st

5%

Nethermind

lower

32 GB

2 TB

Good

3rd

14%

Erigon

higher

32 GB

4 TB*

Good

4th

2%

*Erigon is optimised for running archival nodes (full nodes are sufficient for validators) and will consume 2 TB of disk space within several weeks after syncing.

Source on market share - https://clientdiversity.org/

Consensus layer clients (updated 4th Feb 2024)

Because the dependencies on hardware requirements is greater for the execution layer (EL) clients, the considerations for consensus layer (CL) clients will primarily be on market share.

ClientMarket share

Prysm

38.93%

Lighthouse

33.01%

Teku

18.69%

Nimbus

8.21%

Lodestar

1.16%

Source on market share - https://clientdiversity.org/

Further, because all CL clients now have the checkpoint sync feature - enabling CL syncing in just a few minutes - we can rapidly switch between CL clients with minimal downtime when there are bugs in one.

Curriculum Scope

Because of the Key Considerations above, we will be covering the following clients as the scope for this DVT Home Staker Programme:

  1. Execution layer: Nethermind and Besu

  2. Consensus layer: Teku, Nimbus, Lodestar

Last updated