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 (4180)*, ppc64le (4192)*, x86_64 (4144)* | Centos-stream 8 (74 downloads) |
![]() |
aarch64 (4204)*, ppc64le (4170)*, x86_64 (4193)* | Centos-stream 9 (92 downloads) |
![]() |
aarch64 (4163)*, ppc64le (4162)*, x86_64 (4160)* | EPEL 8 (66 downloads) |
![]() |
aarch64 (4158)*, ppc64le (4187)*, x86_64 (4176)* | EPEL 9 (95 downloads) |
![]() |
aarch64 (2259)*, ppc64le (2218)*, x86_64 (2219)* | Fedora 40 (0 downloads) |
![]() |
aarch64 (1797)*, ppc64le (1813)*, x86_64 (1802)* | Fedora 41 (31 downloads) |
![]() |
aarch64 (1128)*, ppc64le (1116)*, x86_64 (1135)* | Fedora 42 (15 downloads) |
![]() |
aarch64 (4163)*, ppc64le (4157)*, x86_64 (4173)* | Fedora eln (63 downloads) |
![]() |
aarch64 (4157)*, ppc64le (4166)*, x86_64 (4137)* | Fedora rawhide (67 downloads) |
![]() |
aarch64 (4151)*, x86_64 (4134)* | Mageia 8 (90 downloads) |
![]() |
aarch64 (4185)*, x86_64 (4147)* | Mageia cauldron (104 downloads) |
* Total number of downloaded packages.
Quick Enable
#> dnf copr enable kwetlesen/nimbus-eth2
More info about enabling Copr repositories