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:
- 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
- Configure the beacon client to connect with your execution client by editing
/etc/nimbus-eth2/beacon-config.toml
. - 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 |
---|---|---|
![]() |
aarch64 (4398)*, ppc64le (4408)*, x86_64 (4360)* | Centos-stream 8 (78 downloads) |
![]() |
aarch64 (4420)*, ppc64le (4386)*, x86_64 (4409)* | Centos-stream 9 (96 downloads) |
![]() |
aarch64 (4379)*, ppc64le (4378)*, x86_64 (4376)* | EPEL 8 (72 downloads) |
![]() |
aarch64 (4374)*, ppc64le (4404)*, x86_64 (4392)* | EPEL 9 (101 downloads) |
![]() |
aarch64 (2483)*, ppc64le (2442)*, x86_64 (2443)* | Fedora 40 (0 downloads) |
![]() |
aarch64 (2021)*, ppc64le (2037)*, x86_64 (2026)* | Fedora 41 (35 downloads) |
![]() |
aarch64 (1359)*, ppc64le (1347)*, x86_64 (1370)* | Fedora 42 (18 downloads) |
![]() |
aarch64 (199)*, ppc64le (199)*, x86_64 (199)* | Fedora 43 (3 downloads) |
![]() |
aarch64 (4379)*, ppc64le (4373)*, x86_64 (4391)* | Fedora eln (69 downloads) |
![]() |
aarch64 (4373)*, ppc64le (4382)*, x86_64 (4353)* | Fedora rawhide (69 downloads) |
![]() |
aarch64 (4367)*, x86_64 (4350)* | Mageia 8 (94 downloads) |
![]() |
aarch64 (4401)*, x86_64 (4363)* | Mageia cauldron (108 downloads) |
* Total number of downloaded packages.
Quick Enable
#> dnf copr enable kwetlesen/nimbus-eth2
More info about enabling Copr repositories