Polygon Amoy (Erigon)

Chain
Age
DB
Scheme
Type

Amoy - erigon

25-01-19

leveldb

hash

full

Snapshots are taken automatically every 1 week.

Erigon Amoy

1 - Stop the service and reset the data.

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

2 - Download the erigon

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

3 - Run:

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

4 - Move the data directory.

 mv data /var/lib/erigon

5 - Restart the service and check the log

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

Last updated