reth

reth

Dwellir AB (dwellir-snapcrafters) Publisher Verified account Verified account

Install latest/beta of reth

Ubuntu 16.04 or later?

Make sure snap support is enabled in your Desktop store.


Install using the command line

sudo snap install reth --beta

Don't have snapd? Get set up for snaps.

reth is only available on the unstable beta channel. It could break and change often.

Channel Version Published

Rust implemetation of ethereum client

WORK IN PROGRESS - THIS IS NOT INTENDED FOR PRODUCTION

This example assumes reth and lighthouse are both on localhost.

  • Reth --datadir path: /mnt/reth/datadir

Start by installing reth:

 sudo snap install reth

(Optionally) Set the snap to not restart after an automatic upgrade. You need to restart the reth-daemon yourself if set.

 sudo snap set reth endure=true

Install and use with "lighthouse" to participate in the ethereum network.

 sudo snap install lighthouse

Check and change the configuration of reth and/or lighthouse to your liking:

 snap get lighthouse
 snap get reth

Change the location of the --datadir and allow the snap to access some external filsystems/dirs (see: snap interface removable-media)

 sudo snap connect reth:removable-media
 sudo snap set reth service-args='node --full --datadir /mnt/reth/datadir'

Start reth.

 sudo snap start reth

Copy the jwt.hex from where you set the reth --datadir -> lighthouse

 sudo cp /mnt/reth/datadir/jwt.hex /var/snap/lighthouse/common/

Start lighthouse:

 sudo snap start lighthouse

Check logs:

 sudo snap logs reth -f
 sudo snap logs lighthouse -f

Optionally, check the file-log in the snap location:

 sudo tail -f /root/snap/reth/current/.cache/reth/logs/mainnet/reth.log

Details for reth

License
  • Apache-2.0 OR MIT

Last updated
  • 14 October 2024 - latest/beta
  • 12 November 2024 - latest/edge

Websites

Report a Snap Store violation

Share this snap

Generate an embeddable card to be shared on external websites.


Install reth on your Linux distribution

Choose your Linux distribution to get detailed installation instructions. If yours is not shown, get more details on the installing snapd documentation.


Where people are using reth