| Chain | VARA Network |
| Block height | 33575115 |
| Block hash | 0xddc7769fe7ed329b3d3a71171c7d3998a7f71f5d9dddd1fc2135f5ce4a85485a |
| Creation date | 2026-06-06T03:54:41UTC |
| Database format | RocksDb |
| Pruning | 256 |
| Compression format | lz4 |
| DB snapshot download link | vara-mainnet-33575115.tar.lz4 |
| DB size | 18.35 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-33575115.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