node icon indicating copy to clipboard operation
node copied to clipboard

[Doc] Reth snapshots not work

Open TangMonk opened this issue 1 year ago • 2 comments

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

TangMonk avatar Jan 28 '25 10:01 TangMonk

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

hiimrian avatar Jan 30 '25 15:01 hiimrian

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 avatar Feb 01 '25 05:02 TangMonk

These docs have been clarified: https://docs.base.org/base-chain/node-operators/snapshots#node-snapshots

danyalprout avatar Sep 24 '25 01:09 danyalprout