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 (4310)*, ppc64le (4320)*, x86_64 (4272)* | Centos-stream 8 (76 downloads) |
![]() |
aarch64 (4332)*, ppc64le (4298)*, x86_64 (4321)* | Centos-stream 9 (93 downloads) |
![]() |
aarch64 (4291)*, ppc64le (4290)*, x86_64 (4288)* | EPEL 8 (70 downloads) |
![]() |
aarch64 (4286)*, ppc64le (4315)*, x86_64 (4304)* | EPEL 9 (98 downloads) |
![]() |
aarch64 (2387)*, ppc64le (2346)*, x86_64 (2347)* | Fedora 40 (0 downloads) |
![]() |
aarch64 (1925)*, ppc64le (1941)*, x86_64 (1930)* | Fedora 41 (33 downloads) |
![]() |
aarch64 (1256)*, ppc64le (1244)*, x86_64 (1267)* | Fedora 42 (17 downloads) |
![]() |
aarch64 (96)*, ppc64le (96)*, x86_64 (96)* | Fedora 43 (1 downloads) |
![]() |
aarch64 (4291)*, ppc64le (4285)*, x86_64 (4303)* | Fedora eln (66 downloads) |
![]() |
aarch64 (4285)*, ppc64le (4294)*, x86_64 (4265)* | Fedora rawhide (68 downloads) |
![]() |
aarch64 (4279)*, x86_64 (4262)* | Mageia 8 (93 downloads) |
![]() |
aarch64 (4313)*, x86_64 (4275)* | Mageia cauldron (106 downloads) |
* Total number of downloaded packages.
Quick Enable
#> dnf copr enable kwetlesen/nimbus-eth2
More info about enabling Copr repositories