Skip to main content

Astar

Download daily snapshot:

LATEST HEIGHTSIZECHAIN IDPRUNINGDATETIMELINK
0478Gastararchive2024-09-0704:21:10astar_2024-09-07.tar

Instructions

Our tips

We are providing several commands in order to download and extract the snapshot to its corresponding place. Don't hesitate to adjust the commands according to your setup.

Stop the service:

sudo systemctl stop astar.service
Back up your session keys

Please make sure you have a copy of the session keys in case you mess up with snapshot location.

Remove the old datadir

rm -rf ~/.local/share/astar-collator/chains/astar/db/full
mkdir -p ~/.local/share/astar-collator/chains/astar/db/full

Download the snapshot archive:

wget -O - https://snapshots.stakecraft.com/astar_2024-09-07.tar | tar -xvf -C ~/.local/share/astar 

Start service and check the logs:

sudo systemctl start astar.service
sudo journalctl -u astar.service -f