Sync
Updated every 12 hours ( 48.6GB )
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_da_mainnetrm -rf paritydbDownload the snapshot
wget https://snapshots.aknodes.net/snapshots/avail-mainnet/snapshot-avail-mainnet.lz4Exract the file
lz4 -c -d snapshot-avail-mainnet.lz4 | tar -x -C /root/avail/node-data/chains/avail_da_mainnetRestart the node and see the logs
sudo systemctl restart availd.service & journalctl -u availd.service -fLast updated