Skip to content

erigontech/erigon-snapshot

Folders and files

NameName
Last commit message
Last commit date

Latest commit

michelemodoloMichele Modolo
and
Michele Modolo
Mar 26, 2025
67078f7 · Mar 26, 2025
Oct 23, 2024
Mar 7, 2025
Sep 11, 2023
Dec 12, 2021
Apr 18, 2024
Dec 14, 2021
Mar 24, 2025
Mar 24, 2025
Mar 17, 2025
Mar 17, 2025
Mar 17, 2025
Mar 25, 2025
Jul 17, 2024
Mar 19, 2025
Mar 26, 2025
Mar 25, 2025
Jul 17, 2024

Repository files navigation

Erigon Snapshot

This repo contains the snapshot data used when syncing Erigon

Contribute new files

./build/bin/downloader torrent_hashes --datadir=<your>

Add output as a PR to this repository. Update dependency in erigon's go.mod

Force generate new files

If your node didn't produce files yet, but db has data (node synced):

# stop erigon
./build/bin/erigon snapshots retire --datadir=<your>
./build/bin/downloader torrent_create --datadir=<your>
./build/bin/downloader torrent_hashes --datadir=<your>

Generating Magnet Links

This repo contains a shell script that can be used to generate Magnet Links

By default it will download and generate magnet links for Ethereum Mainnet, you can override this with the --network argument.

Valid networks are what you see in this repo.

Tested with Linux and OSX (wget or curl required)