Avail

Avail DA is the essential next step in a three phase plan to provide an infrastructure layer to accelerate the unification of web3. Nexus is second, addressing cross chain composability and responsive

Hourly Snapshot Details
Block Height: 
Size: 1.59 GB
Unpacking Size: 2.4 GB
File Name: avail-full-latest.tar.lz4
Time: Sat Jun 15 14:00:22 UTC 2024
URL: https://krews.xyz/snapshots/avail/avail-full-latest.tar.lz4
# install lz4 to extract snapshot
sudo apt update
sudo apt install snapd -y
sudo snap install lz4

# stop avail service
sudo systemctl stop availd

# delete current db
rm -r <your data directory>/chains/avail_turing_testnet/paritydb

# download and extract snapshot
curl https://krews.xyz/snapshots/warden/avail-full-latest.tar.lz4 \
| lz4 -dc - | tar -xf - -C \
<your data directory>/chains/avail_turing_testnet/

# restart your service
sudo systemctl restart availd && sudo journalctl -u availd -f -o cat

Last updated