Snapshot
- Chain
- Avalanche
- Block height
- 50547837
- Creation date
- September 15, 2024
- Download link
-
-
avalanche_mainnet_20240915.tar
-
- Size
- 1.4T
- MD5sum
- 46335f990ac634f5d8215d07c76e23e6
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.
- You must have installed your Avalanche node previously and keep the database folder path - usually, /root/.avalanchego/db/
- Stop the service (or container).
- Move the previous "db/mainnet" folder to another place
- Download the latest snapshot
- Extract the content on downloaded tarball
- Restart the avalanche node.
cd < your-avax-folder >/avalanche/db
mv mainnet mainnet_old
wget -O ~/avalanche_mainnet_20240915.tar \
http://youravaxsnapshot.senseinode.com/avalanche_mainnet_20240915.tar
tar -xf ~/avalanche_mainnet_20240915.tar -C .
- Debes haber instalado tu nodo de Avalanche previamente y acceder a la ruta de la carpeta de la base de datos, generalmente /root/.avalanchego/db/
- Detén el servicio (o contenedor).
- Mueve la carpeta "db/mainnet" anterior a otro lugar
- Descarga el Snapshot mas reciente
- Extraer el contenido del tarball descargado
- Reinicia el nodo de Avalanche
cd < your-avax-folder >/avalanche/db
mv mainnet mainnet_old
wget -O ~/avalanche_mainnet_20220621.tar \ http://youravaxsnapshot.senseinode.com/avalanche_mainnet_20220621.tar
tar -xf ~/avalanche_mainnet_20220621.tar -C .
- Você deve ter previamente instalado seu nó de Avalanche e acessar o diretório do banco de dados, geralmente /root/.avalanchego/db/
- Pare o serviço (ou contêiner).
- Mova a antiga pasta "db/mainnet" para outro local
- Baixe o Snapshot mais recente
- Extraia o conteúdo do tarball baixado
- Reinicie o nó de Avalanche
cd < your-avax-folder >/avalanche/db
mv mainnet mainnet_old
wget -O ~/avalanche_mainnet_20220621.tar \ http://youravaxsnapshot.senseinode.com/avalanche_mainnet_20220621.tar
tar -xf ~/avalanche_mainnet_20220621.tar -C .