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 (3817)*, ppc64le (3841)*, x86_64 (3780)* | Centos-stream 8 (64 downloads) |
![]() |
aarch64 (3843)*, ppc64le (3816)*, x86_64 (3834)* | Centos-stream 9 (79 downloads) |
![]() |
aarch64 (3822)*, ppc64le (3814)*, x86_64 (3812)* | EPEL 8 (58 downloads) |
![]() |
aarch64 (3810)*, ppc64le (3822)*, x86_64 (3823)* | EPEL 9 (80 downloads) |
![]() |
aarch64 (2408)*, ppc64le (2417)*, x86_64 (2419)* | Fedora 39 (0 downloads) |
![]() |
aarch64 (1907)*, ppc64le (1877)*, x86_64 (1859)* | Fedora 40 (32 downloads) |
![]() |
aarch64 (1442)*, ppc64le (1452)*, x86_64 (1453)* | Fedora 41 (19 downloads) |
![]() |
aarch64 (787)*, ppc64le (764)*, x86_64 (773)* | Fedora 42 (7 downloads) |
![]() |
aarch64 (3798)*, ppc64le (3807)*, x86_64 (3822)* | Fedora eln (56 downloads) |
![]() |
aarch64 (3801)*, ppc64le (3813)*, x86_64 (3793)* | Fedora rawhide (59 downloads) |
![]() |
aarch64 (3795)*, x86_64 (3778)* | Mageia 8 (76 downloads) |
![]() |
aarch64 (3814)*, x86_64 (3798)* | Mageia cauldron (87 downloads) |
* Total number of downloaded packages.
Quick Enable
#> dnf copr enable kwetlesen/nimbus-eth2
More info about enabling Copr repositories