Maru¶
Description¶
ConsenSys Maru Client (Validium/Prover Helper), packaged for Ethereum on ARM.
Installation¶
sudo apt install maru
Service Management¶
The service is disabled by default.
sudo systemctl enable --now maru
# Or for Sepolia:
sudo systemctl enable --now maru-sepolia
Configuration¶
Configuration file is located at /etc/ethereum/maru.conf.
# /etc/ethereum/maru.conf (Mainnet)
ARGS="--network=linea-mainnet ..."
# /etc/ethereum/maru-sepolia.conf (Sepolia)
ARGS="--network=linea-sepolia ..."
Data Directories¶
By default, data is stored in the ethereum user’s home directory.