Astar
Download daily snapshot:
LATEST HEIGHT | SIZE | CHAIN ID | PRUNING | DATE | TIME | LINK |
---|---|---|---|---|---|---|
0 | 478G | astar | archive | 2024-11-21 | 04:21:15 | astar_2024-11-21.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-11-21.tar | tar -xvf -C ~/.local/share/astar
Start service and check the logs:
sudo systemctl start astar.service
sudo journalctl -u astar.service -f