Linux and MacOS
How to install Erigon in Linux and MacOS
The basic Erigon configuration is suitable for most users just wanting to run a node. For building the latest stable release use the following command:
git clone --branch <vx.xx.x> --single-branch https://github.com/erigontech/erigon.git
cd erigon
make erigon
for example:
git clone --branch v2.61.3 --single-branch https://github.com/erigontech/erigon.git
cd erigon
make erigon
Always check the list of releases for release notes.
UsageLast updated
Was this helpful?