Skip to content
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

[Doc] Reth snapshots not work #396

Open
TangMonk opened this issue Jan 28, 2025 · 2 comments
Open

[Doc] Reth snapshots not work #396

TangMonk opened this issue Jan 28, 2025 · 2 comments

Comments

@TangMonk
Copy link

untar the base-mainnet-reth-1737128189.tar.zst snapshots to ./reth-data/

Structure is:

 reth-data/
     snapshots/
         mainnet/
            download/

files inside download folder:

$ ls snapshots/mainnet/download/

blobstore  db  invalid_block_hooks  known-peers.json  reth.toml  snapshots  static_files

Then I CLIENT=reth docker compose up, It still sync from 0 block

@hiimrian
Copy link

You need to move the blobstore, db, invalid_block_hooks, known-peers.json, reth.toml, snapshots and static_files to the reth-data/ folder.

@TangMonk
Copy link
Author

TangMonk commented Feb 1, 2025

You need to move the blobstore, db, invalid_block_hooks, known-peers.json, reth.toml, snapshots and static_files to the reth-data/ folder.

Image

Yes, u are right, the doc is wrong

@TangMonk TangMonk changed the title Reth snapshots not work [Doc Problem] Reth snapshots not work Feb 5, 2025
@TangMonk TangMonk changed the title [Doc Problem] Reth snapshots not work [Doc] Reth snapshots not work Feb 5, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants