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 (3416)*, ppc64le (3443)*, x86_64 (3423)* | Centos-stream 8 (58 downloads) |
![]() |
aarch64 (3433)*, ppc64le (3446)*, x86_64 (3446)* | Centos-stream 9 (71 downloads) |
![]() |
aarch64 (3462)*, ppc64le (3442)*, x86_64 (3454)* | EPEL 8 (51 downloads) |
![]() |
aarch64 (3446)*, ppc64le (3415)*, x86_64 (3422)* | EPEL 9 (71 downloads) |
![]() |
aarch64 (2022)*, ppc64le (2035)*, x86_64 (2019)* | Fedora 39 (0 downloads) |
![]() |
aarch64 (1501)*, ppc64le (1514)*, x86_64 (1499)* | Fedora 40 (27 downloads) |
![]() |
aarch64 (1089)*, ppc64le (1084)*, x86_64 (1082)* | Fedora 41 (15 downloads) |
![]() |
aarch64 (400)*, ppc64le (402)*, x86_64 (400)* | Fedora 42 (3 downloads) |
![]() |
aarch64 (3435)*, ppc64le (3431)*, x86_64 (3414)* | Fedora eln (49 downloads) |
![]() |
aarch64 (3420)*, ppc64le (3421)*, x86_64 (3402)* | Fedora rawhide (55 downloads) |
![]() |
aarch64 (3400)*, x86_64 (3383)* | Mageia 8 (67 downloads) |
![]() |
aarch64 (3417)*, x86_64 (3423)* | Mageia cauldron (81 downloads) |
* Total number of downloaded packages.
Quick Enable
#> dnf copr enable kwetlesen/nimbus-eth2
More info about enabling Copr repositories