| Chain | VARA Network |
| Block height | 33519283 |
| Block hash | 0xe32e4fc5c2e6ffc394360791304bd3a5a228576de78f4ed4f8b969e6ce90a38f |
| Creation date | 2026-06-04T04:11:57UTC |
| Database format | RocksDb |
| Pruning | 256 |
| Compression format | lz4 |
| DB snapshot download link | vara-mainnet-33519283.tar.lz4 |
| DB size | 18.31 GB |
| Try-runtime snapshot download link | vara-mainnet.snap |
How to use
Issue the following command to download and unpack the archive in one step:
curl -o - -L https://snapshots.vara.network/vara-mainnet-33519283.tar.lz4 | lz4 -c -d - | tar -x -C /home/gear/data/chains/vara_network/db
Note: if applicable, replace /home/gear/data/ with the actual storage location.
Then run the gear node:
gear --chain vara --base-path /home/gear/data/ --database rocksdb --pruning 256