Skip to main content
Version: v1.26.0

System requirements

Supported operating systems

Nethermind supports a broad range of modern 64-bit operating systems including but not limited to:

  • Linux
    • Alpine 3.17+
    • CentOS Stream 9+
    • Debian 11+
    • Fedora 37+
    • openSUSE 15+
    • RHEL 8+
    • SLES 15+
    • Ubuntu 20.04+
  • Windows
    • Windows 10+ (x64 only)
    • Windows Server 2012+ (x64 only)
  • macOS 10.15+

Hardware requirements

Suggested requirements can be found below.

NetworkMemoryCPU cores
Mainnet16 GB4
Mainnet archive128 GB8
Gnosis16 GB2
Energy Web8 GB2
Volta8 GB2

Disk requirements

Running an Ethereum Mainnet full node requires at least a 1 TB fast disk, such as NVMe or a fast SSD. However, 2 TB is recommended to minimize maintenance requirements. To choose a specific disk model, we recommend checking out this guide.
Choosing a 2 TB disk is a comfortable option for most common Mainnet node usage patterns, including staking. Nonetheless, for a comprehensive understanding of disk growth and usage, we recommend delving further into the topic.

Database growth

Nethermind requires approximately 898 GB of disk space (as of Jan 2024) after a fresh Ethereum Mainnet sync using default parameters. This size increases over time as the Ethereum chain grows. The node's database is in its most optimal state immediately after a sync or full pruning. Following the initial sync, the database grows at a rate of approximately 27 GB per week. To maintain this process, occasional resyncing or pruning of the node is necessary to bring it back to its optimal database size. For more info on managing node disk usage growth, see how to reduce database size.
Having a larger disk space allocation reduces the need for frequent maintenance and alleviates concerns about the chain outgrowing the available space. It's worth noting that the only drawback of running a smaller disk is the requirement for more regular resyncing or pruning. We believe that a 2 TB disk will suffice for most users. However, the choice between 1 TB and 2 TB depends on factors such as hardware costs, cloud provider expenses, and individual requirements.

For more details, see Database size.

Disk speed

The speed of the disk often acts as a bottleneck for the node's performance. It is crucial for optimizing your validator's performance rewards and the syncing process. We highly recommend a disk with a minimum of 10,000 IOPS for both write and read operations. Slower disks may hinder your ability to synchronize the blockchain successfully.

Sync modes and disk usage

A node can be run using different syncing options, and each option has different characteristics of disk space usage.

  • Archive node. This mode stores the full historical state for all blocks. As of July 2023, an archive node requires at least 14 TB of disk space, and it grows by approximately 60 GB per week.
  • Ancient barriers. Nethermind allows you to specify how many old block bodies and receipts you want to store. By default, Nethermind sets the ancient barrier at block 11052984. This block is significant because it marks the deployment of the deposit contract required for consensus client deposit scanning for validators. Peers and JSON-RPC requests will not have access to block bodies and receipts older than the ancient barrier.
  • Non-validator mode. This mode drops all historical receipts and bodies, but it cannot be used for validation.

For more details, see sync modes.