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 (2110)*, ppc64le (2112)*, x86_64 (2128)* Centos-stream 8 (31 downloads)
Centos-stream 9 aarch64 (2110)*, ppc64le (2138)*, x86_64 (2139)* Centos-stream 9 (32 downloads)
EPEL 8 aarch64 (2153)*, ppc64le (2138)*, x86_64 (2148)* EPEL 8 (28 downloads)
EPEL 9 aarch64 (2139)*, ppc64le (2096)*, x86_64 (2119)* EPEL 9 (29 downloads)
Fedora 37 aarch64 (2101)*, ppc64le (2096)*, x86_64 (2108)* Fedora 37 (0 downloads)
Fedora 38 aarch64 (1346)*, ppc64le (1354)*, x86_64 (1362)* Fedora 38 (16 downloads)
Fedora 39 aarch64 (720)*, ppc64le (729)*, x86_64 (724)* Fedora 39 (15 downloads)
Fedora 40 aarch64 (207)*, ppc64le (216)*, x86_64 (216)* Fedora 40 (3 downloads)
Fedora eln aarch64 (2136)*, ppc64le (2137)*, x86_64 (2113)* Fedora eln (27 downloads)
Fedora rawhide aarch64 (2128)*, ppc64le (2111)*, x86_64 (2108)* Fedora rawhide (26 downloads)
Mageia 8 aarch64 (2101)*, x86_64 (2096)* Mageia 8 (30 downloads)
Mageia cauldron aarch64 (2104)*, x86_64 (2126)* Mageia cauldron (38 downloads)
Openmandriva cooker aarch64 (2136)*, x86_64 (2136)* Openmandriva cooker (27 downloads)
Openmandriva rolling aarch64 (2131)*, x86_64 (2111)* Openmandriva rolling (25 downloads)

* Total number of downloaded packages.