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 |
---|---|---|
Centos-stream 8 | aarch64 (2718)*, ppc64le (2726)*, x86_64 (2727)* | Centos-stream 8 (48 downloads) |
Centos-stream 9 | aarch64 (2730)*, ppc64le (2752)*, x86_64 (2746)* | Centos-stream 9 (59 downloads) |
EPEL 8 | aarch64 (2757)*, ppc64le (2739)*, x86_64 (2750)* | EPEL 8 (46 downloads) |
EPEL 9 | aarch64 (2745)*, ppc64le (2707)*, x86_64 (2726)* | EPEL 9 (59 downloads) |
Fedora 38 | aarch64 (1942)*, ppc64le (1951)*, x86_64 (1969)* | Fedora 38 (0 downloads) |
Fedora 39 | aarch64 (1326)*, ppc64le (1330)*, x86_64 (1325)* | Fedora 39 (38 downloads) |
Fedora 40 | aarch64 (802)*, ppc64le (816)*, x86_64 (811)* | Fedora 40 (20 downloads) |
Fedora 41 | aarch64 (393)*, ppc64le (390)*, x86_64 (384)* | Fedora 41 (7 downloads) |
Fedora eln | aarch64 (2736)*, ppc64le (2739)*, x86_64 (2711)* | Fedora eln (42 downloads) |
Fedora rawhide | aarch64 (2729)*, ppc64le (2722)*, x86_64 (2712)* | Fedora rawhide (45 downloads) |
Mageia 8 | aarch64 (2703)*, x86_64 (2687)* | Mageia 8 (55 downloads) |
Mageia cauldron | aarch64 (2718)*, x86_64 (2735)* | Mageia cauldron (65 downloads) |
* Total number of downloaded packages.
Quick Enable
#> dnf copr enable kwetlesen/nimbus-eth2
More info about enabling Copr repositories