Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 5 additions & 0 deletions docs/base-chain/node-operators/snapshots.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,11 @@ These steps assume you are in the cloned `node` directory (the one containing `d

2. **Download Snapshot**: Choose the appropriate snapshot for your network and client from the table below. Download it into the `node` directory.

The download commands use `aria2c` for faster multi-connection downloads. If it is not already installed, run:
```bash
sudo apt-get install -y aria2
```

| Network | Snapshot Type | Download Command |
| -------- | ------------- | ---------------- |
| Testnet | Archive (recommended)| `aria2c -c -x 16 -s 16 "https://sepolia-reth-archive-snapshots.base.org/$(curl -s https://sepolia-reth-archive-snapshots.base.org/latest)"` |
Expand Down