Snapshots¶
To quickly bootstrap a new Mainnet full node, you can start syncronizing from a snapshot.
- Download the latest snapshot from snapshot.aergo.io.
- Extract the archive, e.g.
tar zxvf 672571_20190423.tar.gz
. - Start the node, pointing it to the extracted data directory:
docker run -v $(pwd)/data:/aergo/data -p 7845:7845 -p 7846:7846 aergo/node