IMPORTANT NOTICE: This project is still a work in progress. Use it at your own risk. Please don't run in production environments yet.
This project provides reproducible Debian packages for Ethereum nodes. Each build generates identical hashes, allowing users to verify package authenticity and integrity. These Debian packages simplify node installation and maintenance on Debian-based systems.
- Add the repository key and source
- Install desired client(s)
- Configure and run your node
Choose your distribution:
# Add repository key
sudo curl -fsSL https://eth-nodes.com/keys/ethnodes-archive-keyring.asc -o /usr/share/keyrings/ethnodes-archive-keyring.asc -o /usr/share/keyrings/ethnodes-archive-keyring.asc
# Add repository source
echo "deb [arch=amd64 signed-by=/usr/share/keyrings/ethnodes-archive-keyring.asc] http://packages.eth-nodes.com/$(lsb_release -cs)-main $(lsb_release -cs) main" | sudo tee /etc/apt/sources.list.d/ethnodes.list
# Update package list
sudo apt update
Complete node setup including execution, consensus, and validator clients. Recommended for running a full Ethereum node.
Install specific clients for custom configurations:
Client | Package Name | Description |
---|---|---|
Besu | besu |
Java-based client by Hyperledger |
Erigon | erigon |
Go client focused on efficiency |
Geth | geth |
Go-based reference client |
Nethermind | nethermind |
.NET-based high-performance client |
Reth | reth |
Rust-based next-gen client |
Client | Package Name | Description |
---|---|---|
Lighthouse | lighthouse |
Rust-based client |
Lodestar | lodestar |
TypeScript/JavaScript client |
Nimbus | nimbus-eth2 |
Nim-based lightweight client |
Prysm | prysm |
Go-based popular client |
Teku | teku |
Java-based enterprise client |
ethereum-genesis-generator
: Genesis state generatoreth2-testnet-genesis
eth2-val-tools
zcli
- Building Guide - Create your own packages
- Verification Guide - Verify package integrity
- Architecture - System design details
- FAQ - Common questions and answers
Contributions are welcome! Please see our Contributing Guide for details.
AGPL v3
See LICENSE for details