kwetlesen/nimbus-eth2

Project ID: 67604

Description

This package sets up the Nimbus Eth2 client, setting up a consensus layer client and a validator. This will be absolutely essential to run an Ethereum execution client (a.k.a. Eth1 client).

Installation Instructions

Enable this repository, then install! Once installed, there's a small amount of setup you'll need to do:

  1. Import your execution client's JWT secret over to the Nimbus Eth2 configuration directory:
  • For instaince, with Erigon2: cp /var/lib/erigon2/jwt.hex /etc/nimbus-eth2/ && chown nimbus-eth2:nimbus-eth2 /etc/nimbus-eth2/jwt.hex && chmod 0600 /etc/nimbus-eth2/jwt.hex
  1. Configure the beacon client to connect with your execution client by editing /etc/nimbus-eth2/beacon-config.toml.
  2. Start and enable nimbus-eth2-beacon. You're done! However, double-check your logs and ensure that Nimbus is synchronising with your execution client.

Active Releases

The following unofficial repositories are provided as-is by owner of this project. Contact the owner directly for bugs or issues (IE: not bugzilla).

Release Architectures Repo Download
Centos-stream 8 aarch64 (4742)*, ppc64le (4754)*, x86_64 (4705)* Centos-stream 8 (82 downloads)
Centos-stream 9 aarch64 (4764)*, ppc64le (4732)*, x86_64 (4753)* Centos-stream 9 (102 downloads)
EPEL 8 aarch64 (4723)*, ppc64le (4723)*, x86_64 (4720)* EPEL 8 (77 downloads)
EPEL 9 aarch64 (4719)*, ppc64le (4749)*, x86_64 (4738)* EPEL 9 (106 downloads)
Fedora 41 aarch64 (2366)*, ppc64le (2383)*, x86_64 (2371)* Fedora 41 (40 downloads)
Fedora 42 aarch64 (1703)*, ppc64le (1693)*, x86_64 (1714)* Fedora 42 (24 downloads)
Fedora 43 aarch64 (546)*, ppc64le (544)*, x86_64 (544)* Fedora 43 (12 downloads)
Fedora eln aarch64 (4723)*, ppc64le (4718)*, x86_64 (4743)* Fedora eln (72 downloads)
Fedora rawhide aarch64 (4717)*, ppc64le (4726)*, x86_64 (4701)* Fedora rawhide (71 downloads)
Mageia 8 aarch64 (4711)*, x86_64 (4694)* Mageia 8 (99 downloads)
Mageia cauldron aarch64 (4745)*, x86_64 (4709)* Mageia cauldron (112 downloads)

* Total number of downloaded packages.