Polygon Amoy (Erigon)

ChainAgeDownload

Erigon - Amoy

24-10-13

61 GB

Snapshots are taken automatically every 1 week.

Erigon Amoy

1 - Stop the service and reset the data.

sudo systemctl stop erigon.service
sudo rm -rf /var/lib/erigon/data

2 - Download the heimdall

sudo aria2c -j 22 -x 16 -c https://snapshots.stakepool.dev.br/erigon.tar.zst

3 - Run:

sudo zstd -dc --fast=1 erigon.tar.zst | tar -xvf -

4 - Move the data directory.

sudo mv data /var/lib/erigon

5 - Restart the service and check the log

sudo systemctl start erigon.service && sudo journalctl -u erigon.service -f -o cat

Last updated