Add new cli command to download public node snapshots #13469
Labels
A-cli
Related to the reth CLI
C-enhancement
New feature or request
D-good-first-issue
Nice and easy! A great choice to get started
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: