Company Logo

Avail Mainnet Snapshot and RPC

Latest Block Height of Snapshot:

Binary Version of Snapshot node:

Size of Snapshot:

Snapshot Upload time:

Snapshot rpc: wss://avail.rpc.vitwit.com

Snapshot Installation Instructions

- Install prerequisites

sudo apt install lz4

- Create Avail home directory

mkdir -p ~/node-data/chains/avail_da_mainnet

- Download and extract the snapshot in the home directory

curl -o - -L https://vitwit-avail.sgp1.digitaloceanspaces.com/latest.tar.lz4 | lz4 -c -d - | tar -x -C ~/node-data/chains/avail_da_mainnet

- Start the node

avail-node --name <node-name> --chain mainnet -d ~/node-data


Note: Snapshot is taken and uploaded every 6 hours. There will be some downtime for the rpc during this time.