Skip to content

Latest commit

 

History

History
8 lines (6 loc) · 416 Bytes

snapshots.rst

File metadata and controls

8 lines (6 loc) · 416 Bytes

Snapshots

To quickly bootstrap a new Mainnet full node, you can start syncronizing from a snapshot.

  1. Download the latest snapshot from snapshot.aergo.io.
  2. Extract the archive, e.g. tar zxvf 672571_20190423.tar.gz.
  3. 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