Avalanche Snapshot

Logo SenseiNode

Snapshot

Chain
Avalanche
Block height
59450807
Creation date
March 30, 2025
Download link
Size
1.7T
MD5sum
ce7268e0c8e3be983ac50a1f9f7bfd0e

About us

SenseiNode is the first institutional-grade blockchain infrastructure service provider in Latin America. We automate and simplify the deployment and monitoring of nodes on leading protocols, providing access to organizations looking to build their blockchain infrastructure with a high availability and low total cost of ownership.

How to use Avalanche Snapshot

These steps follow the Avalanche database restore guide as seen here.

  1. You must have installed your Avalanche node previously and keep the database folder path - usually, /root/.avalanchego/db/
  2. Stop the service (or container).
  3. Move the previous "db/mainnet" folder to another place
  4. cd < your-avax-folder >/avalanche/db
    mv mainnet mainnet_old
  5. Download the latest snapshot
  6. wget -O ~/avalanche_mainnet_20250330.tar \
    http://youravaxsnapshot.senseinode.com/avalanche_mainnet_20250330.tar
  7. Extract the content on downloaded tarball
  8. tar -xf ~/avalanche_mainnet_20250330.tar -C .
  9. Restart the avalanche node.