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 (2968)*, ppc64le (2990)*, x86_64 (2975)* | Centos-stream 8 (53 downloads) |
Centos-stream 9 | aarch64 (2983)*, ppc64le (2992)*, x86_64 (2998)* | Centos-stream 9 (65 downloads) |
EPEL 8 | aarch64 (3008)*, ppc64le (2991)*, x86_64 (3004)* | EPEL 8 (48 downloads) |
EPEL 9 | aarch64 (2996)*, ppc64le (2961)*, x86_64 (2974)* | EPEL 9 (65 downloads) |
Fedora 39 | aarch64 (1574)*, ppc64le (1583)*, x86_64 (1571)* | Fedora 39 (0 downloads) |
Fedora 40 | aarch64 (1053)*, ppc64le (1062)*, x86_64 (1051)* | Fedora 40 (24 downloads) |
Fedora 41 | aarch64 (641)*, ppc64le (634)*, x86_64 (634)* | Fedora 41 (13 downloads) |
Fedora eln | aarch64 (2983)*, ppc64le (2982)*, x86_64 (2962)* | Fedora eln (46 downloads) |
Fedora rawhide | aarch64 (2971)*, ppc64le (2972)*, x86_64 (2954)* | Fedora rawhide (49 downloads) |
Mageia 8 | aarch64 (2948)*, x86_64 (2935)* | Mageia 8 (61 downloads) |
Mageia cauldron | aarch64 (2965)*, x86_64 (2975)* | Mageia cauldron (70 downloads) |
* Total number of downloaded packages.
Quick Enable
#> dnf copr enable kwetlesen/nimbus-eth2
More info about enabling Copr repositories