Skip to main content

Shiden

Download daily snapshot:

LATEST HEIGHTSIZECHAIN IDPRUNINGDATETIMELINK
7023074261Gshidenarchive2024-07-2703:15:43shiden_2024-07-27.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 shiden.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/shiden/db/full
mkdir -p ~/.local/share/astar-collator/chains/shiden/db/full

Download the snapshot archive:

wget -O - https://snapshots.stakecraft.com/shiden_2024-07-27.tar | tar -xvf -C ~/.local/share/shiden 

Start service and check the logs:

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