Sync
Updated every 12 hours ( 26.1GB )
Stop the node and remove the old data file make sure to find the location of the file before using the command ( paritydb )
sudo systemctl stop availd.servicecd avail/node-data/chains/avail_turing_networkrm -rf paritydbDownload the snapshot
wget https://snapshots.aknodes.net/snapshots/avail/snapshot-avail-turing.lz4Exract the file
lz4 -c -d snapshot-avail-turing.lz4  | tar -x -C /root/avail/node-data/chains/avail_turing_networkRestart the node and see the logs
sudo systemctl restart availd.service & journalctl -u availd.service -fLast updated