| Latest Snapshot | Size | Version |
|---|---|---|
| Dec-15-2025 0200 UTC | 6.2M | 0.5.3 |
The instructions below will fully install Heimdall's data folder by downloading each file individually instead of working with zipped archives. In short, download the file that will tell aria2c which files to download and which directory to save them to. Then, use aria2c to download all of the Heimdall files. Last, modify the ownership of the files so Heimdall can access them.
data folder in it, then download the file containing which files to download. You might need to do this as the root user.cd /var/lib/heimdall
rm -r ./data
wget <https://snapshots.vaultstaking.com/polygon/heimdall-amoy-files.txt>
tmux or use screen/nohup to keep downloading after you close your connection.tmux
sudo aria2c -j 4 -x 4 --console-log-level=warn --auto-file-renaming=false --summary-interval=3600 -c -i ./heimdall-amoy-files.txt
heimdall and the nogroup group.sudo chown -R heimdall:nogroup /var/lib/heimdall
sudo service heimdalld start