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 (3705)*, ppc64le (3733)*, x86_64 (3675)* | Centos-stream 8 (62 downloads) |
![]() |
aarch64 (3738)*, ppc64le (3704)*, x86_64 (3726)* | Centos-stream 9 (77 downloads) |
![]() |
aarch64 (3712)*, ppc64le (3708)*, x86_64 (3708)* | EPEL 8 (57 downloads) |
![]() |
aarch64 (3704)*, ppc64le (3717)*, x86_64 (3716)* | EPEL 9 (78 downloads) |
![]() |
aarch64 (2303)*, ppc64le (2307)*, x86_64 (2315)* | Fedora 39 (0 downloads) |
![]() |
aarch64 (1801)*, ppc64le (1772)*, x86_64 (1749)* | Fedora 40 (31 downloads) |
![]() |
aarch64 (1338)*, ppc64le (1348)*, x86_64 (1349)* | Fedora 41 (19 downloads) |
![]() |
aarch64 (681)*, ppc64le (658)*, x86_64 (664)* | Fedora 42 (7 downloads) |
![]() |
aarch64 (3691)*, ppc64le (3697)*, x86_64 (3717)* | Fedora eln (54 downloads) |
![]() |
aarch64 (3695)*, ppc64le (3709)*, x86_64 (3683)* | Fedora rawhide (59 downloads) |
![]() |
aarch64 (3683)*, x86_64 (3674)* | Mageia 8 (75 downloads) |
![]() |
aarch64 (3707)*, x86_64 (3687)* | Mageia cauldron (86 downloads) |
* Total number of downloaded packages.
Quick Enable
#> dnf copr enable kwetlesen/nimbus-eth2
More info about enabling Copr repositories