Geth
Overview
Official Links
Subject
Link
1. Create service account and data directory
sudo adduser --system --no-create-home --group execution
sudo mkdir -p /var/lib/geth
sudo chown -R execution:execution /var/lib/geth2. Install binaries
3. Setup and configure systemd
4. Helpful execution client commands
Last updated