Polygon Amoy (Pruned)

ChainAge

Heimdall - Amoy

24-11-17

ChainAge

Bor - Amoy

24-11-17

Snapshots are taken automatically every 1 week.

Heimdall Amoy

1 - Stop the service and reset the data.

 systemctl stop heimdalld.service
 rm -rf /var/lib/heimdall/data

2 - Download the heimdall

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

3 - Run:

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

4 - Move the data directory.

 mv data /var/lib/heimdall

5 - Restart the service and check the log

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

Bor Amoy

1 - Stop the service and reset the chaindata

 systemctl stop bor.service
 rm -rf /var/lib/bor/data/bor/chaindata

2 - Download the bor manifest file.

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

3 - Run:

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

4 - Move the chaindata directory.

 mv chaindata /var/lib/bor/data/bor

5 - Restart the service and check the log.

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

Last updated