https://github.com/erigontech/erigon-snapshot
Hashes of Erigon snapshots https://erigontech.github.io/erigon-snapshot/
https://github.com/erigontech/erigon-snapshot
Last synced: 4 months ago
JSON representation
Hashes of Erigon snapshots https://erigontech.github.io/erigon-snapshot/
- Host: GitHub
- URL: https://github.com/erigontech/erigon-snapshot
- Owner: erigontech
- License: apache-2.0
- Created: 2021-12-12T01:59:12.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2026-02-27T08:54:24.000Z (4 months ago)
- Last Synced: 2026-02-27T12:16:28.610Z (4 months ago)
- Language: Python
- Homepage:
- Size: 20.9 MB
- Stars: 44
- Watchers: 8
- Forks: 27
- Open Issues: 5
-
Metadata Files:
- Readme: README.md
- License: LICENSE
- Codeowners: .github/CODEOWNERS
Awesome Lists containing this project
README
## Erigon Snapshot
This repo contains the snapshot data used when syncing Erigon
## Contribute new files
`./build/bin/downloader torrent_hashes --datadir=`
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=
./build/bin/downloader torrent_create --datadir=
./build/bin/downloader torrent_hashes --datadir=
```
## Generating Magnet Links
This repo contains a shell script that can be used to
generate [Magnet Links](https://en.wikipedia.org/wiki/Magnet_URI_scheme)
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)