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 (3344)*, ppc64le (3371)*, x86_64 (3351)* | Centos-stream 8 (55 downloads) |
![]() |
aarch64 (3361)*, ppc64le (3374)*, x86_64 (3374)* | Centos-stream 9 (69 downloads) |
![]() |
aarch64 (3390)*, ppc64le (3370)*, x86_64 (3382)* | EPEL 8 (49 downloads) |
![]() |
aarch64 (3374)*, ppc64le (3343)*, x86_64 (3350)* | EPEL 9 (69 downloads) |
![]() |
aarch64 (1950)*, ppc64le (1963)*, x86_64 (1947)* | Fedora 39 (0 downloads) |
![]() |
aarch64 (1429)*, ppc64le (1442)*, x86_64 (1427)* | Fedora 40 (26 downloads) |
![]() |
aarch64 (1017)*, ppc64le (1012)*, x86_64 (1010)* | Fedora 41 (15 downloads) |
![]() |
aarch64 (328)*, ppc64le (330)*, x86_64 (328)* | Fedora 42 (2 downloads) |
![]() |
aarch64 (3363)*, ppc64le (3359)*, x86_64 (3342)* | Fedora eln (48 downloads) |
![]() |
aarch64 (3348)*, ppc64le (3349)*, x86_64 (3330)* | Fedora rawhide (53 downloads) |
![]() |
aarch64 (3328)*, x86_64 (3311)* | Mageia 8 (66 downloads) |
![]() |
aarch64 (3345)*, x86_64 (3351)* | Mageia cauldron (77 downloads) |
* Total number of downloaded packages.
Quick Enable
#> dnf copr enable kwetlesen/nimbus-eth2
More info about enabling Copr repositories