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 (2038)*, ppc64le (2040)*, x86_64 (2048)* Centos-stream 8 (30 downloads)
Centos-stream 9 aarch64 (2037)*, ppc64le (2058)*, x86_64 (2059)* Centos-stream 9 (30 downloads)
EPEL 8 aarch64 (2073)*, ppc64le (2058)*, x86_64 (2068)* EPEL 8 (27 downloads)
EPEL 9 aarch64 (2059)*, ppc64le (2024)*, x86_64 (2047)* EPEL 9 (28 downloads)
Fedora 37 aarch64 (2029)*, ppc64le (2024)*, x86_64 (2036)* Fedora 37 (0 downloads)
Fedora 38 aarch64 (1274)*, ppc64le (1281)*, x86_64 (1282)* Fedora 38 (14 downloads)
Fedora 39 aarch64 (648)*, ppc64le (649)*, x86_64 (651)* Fedora 39 (14 downloads)
Fedora 40 aarch64 (135)*, ppc64le (136)*, x86_64 (136)* Fedora 40 (2 downloads)
Fedora eln aarch64 (2056)*, ppc64le (2057)*, x86_64 (2041)* Fedora eln (26 downloads)
Fedora rawhide aarch64 (2048)*, ppc64le (2039)*, x86_64 (2036)* Fedora rawhide (24 downloads)
Mageia 8 aarch64 (2029)*, x86_64 (2024)* Mageia 8 (28 downloads)
Mageia cauldron aarch64 (2032)*, x86_64 (2054)* Mageia cauldron (37 downloads)
Openmandriva cooker aarch64 (2056)*, x86_64 (2056)* Openmandriva cooker (25 downloads)
Openmandriva rolling aarch64 (2050)*, x86_64 (2037)* Openmandriva rolling (24 downloads)

* Total number of downloaded packages.