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 (2062)*, ppc64le (2064)*, x86_64 (2080)* Centos-stream 8 (30 downloads)
Centos-stream 9 aarch64 (2062)*, ppc64le (2090)*, x86_64 (2091)* Centos-stream 9 (31 downloads)
EPEL 8 aarch64 (2105)*, ppc64le (2090)*, x86_64 (2100)* EPEL 8 (27 downloads)
EPEL 9 aarch64 (2091)*, ppc64le (2048)*, x86_64 (2071)* EPEL 9 (28 downloads)
Fedora 37 aarch64 (2053)*, ppc64le (2048)*, x86_64 (2060)* Fedora 37 (0 downloads)
Fedora 38 aarch64 (1298)*, ppc64le (1306)*, x86_64 (1314)* Fedora 38 (14 downloads)
Fedora 39 aarch64 (672)*, ppc64le (681)*, x86_64 (675)* Fedora 39 (14 downloads)
Fedora 40 aarch64 (159)*, ppc64le (168)*, x86_64 (168)* Fedora 40 (2 downloads)
Fedora eln aarch64 (2088)*, ppc64le (2089)*, x86_64 (2065)* Fedora eln (26 downloads)
Fedora rawhide aarch64 (2080)*, ppc64le (2063)*, x86_64 (2060)* Fedora rawhide (24 downloads)
Mageia 8 aarch64 (2053)*, x86_64 (2048)* Mageia 8 (28 downloads)
Mageia cauldron aarch64 (2056)*, x86_64 (2078)* Mageia cauldron (37 downloads)
Openmandriva cooker aarch64 (2088)*, x86_64 (2088)* Openmandriva cooker (26 downloads)
Openmandriva rolling aarch64 (2083)*, x86_64 (2061)* Openmandriva rolling (24 downloads)

* Total number of downloaded packages.