We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
untar the base-mainnet-reth-1737128189.tar.zst snapshots to ./reth-data/
base-mainnet-reth-1737128189.tar.zst
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
CLIENT=reth docker compose up
The text was updated successfully, but these errors were encountered:
You need to move the blobstore, db, invalid_block_hooks, known-peers.json, reth.toml, snapshots and static_files to the reth-data/ folder.
Sorry, something went wrong.
Yes, u are right, the doc is wrong
No branches or pull requests
untar the
base-mainnet-reth-1737128189.tar.zst
snapshots to ./reth-data/Structure is:
files inside download folder:
Then I
CLIENT=reth docker compose up
, It still sync from 0 blockThe text was updated successfully, but these errors were encountered: