-
Notifications
You must be signed in to change notification settings - Fork 1.3k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add new cli command to download public node snapshots #13469
Comments
Hello, can I work on it ? |
Let me handle this issue! |
in an ideal world, one would point to a currently running live totally sync'ed node and "trust" that node to generate a stream of a then current snapshot. point being is to not constrain ourselves to external snapshots but also trusted sister nodes that are already sync'ed. |
@lean-apple are you still working on this? |
Yes Im working on it, will open a PR soon. |
Would love to tackle this! |
Hey there, I'd really like tacle this issue. |
Describe the feature
It would be nice to have a dedicated command that only given a
chain
anddatadir
it would automatically download a public available snapshot into disk (example below).Usage example:
reth download
reth download --chain holesky
reth download --chain holesky --datadir holesky-node
reth download --chain holesky --datadir holesky-node --url https://downloads.merkle.io/reth-2024-10-23.tar.lz4
Publicly available snapshots (both .tar.lz4):
https://snapshots.merkle.io/
https://publicnode.com/snapshots
Additional context
No response
The text was updated successfully, but these errors were encountered: