Usage

Forked Repo : https://github.com/maticnetwork/erigon

How to Install

git clone --recurse-submodules -j8 <https://github.com/maticnetwork/erigon.git>
cd erigon
git checkout v0.0.6
make erigon

This should create the binary at

./build/bin/erigon

Use tag v0.0.6 on our forked repo to have a stable version.

How to Start

To start Erigon, run

erigon --chain=mumbai

How to Config

Tips for faster sync

--torrent.upload.rate="512mb" --torrent.download.rate="512mb"