Op-Reth

This package provides op-reth, a Rust execution client for the Optimism protocol, packaged for Ethereum on ARM.

Services

This package installs systemd services for various networks. The services are disabled by default.

  • op-reth.service (Generic/Default)

  • op-reth-base.service (Base Mainnet)

To enable a service, run:

sudo systemctl enable –now <service_name>

Configuration

Configuration arguments are defined in environment files located in /etc/ethereum/.

  • /etc/ethereum/op-reth.conf

  • /etc/ethereum/op-reth-base.conf

You can edit these files to customize the arguments passed to the op-reth binary.

Data Directories

By default, this package stores data in the ethereum user’s home directory:

  • /home/ethereum/.op-reth

User and Group

All services run as the ethereum user and group.

Package Details