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 (4080)*, ppc64le (4104)*, x86_64 (4038)* | Centos-stream 8 (68 downloads) |
![]() |
aarch64 (4107)*, ppc64le (4070)*, x86_64 (4095)* | Centos-stream 9 (87 downloads) |
![]() |
aarch64 (4075)*, ppc64le (4074)*, x86_64 (4072)* | EPEL 8 (64 downloads) |
![]() |
aarch64 (4070)*, ppc64le (4085)*, x86_64 (4080)* | EPEL 9 (89 downloads) |
![]() |
aarch64 (2163)*, ppc64le (2130)*, x86_64 (2123)* | Fedora 40 (0 downloads) |
![]() |
aarch64 (1695)*, ppc64le (1722)*, x86_64 (1714)* | Fedora 41 (25 downloads) |
![]() |
aarch64 (1040)*, ppc64le (1026)*, x86_64 (1037)* | Fedora 42 (12 downloads) |
![]() |
aarch64 (4059)*, ppc64le (4069)*, x86_64 (4081)* | Fedora eln (60 downloads) |
![]() |
aarch64 (4057)*, ppc64le (4078)*, x86_64 (4047)* | Fedora rawhide (63 downloads) |
![]() |
aarch64 (4057)*, x86_64 (4034)* | Mageia 8 (85 downloads) |
![]() |
aarch64 (4078)*, x86_64 (4059)* | Mageia cauldron (96 downloads) |
* Total number of downloaded packages.
Quick Enable
#> dnf copr enable kwetlesen/nimbus-eth2
More info about enabling Copr repositories