Skip to content

Commit 8b9f8c9

Browse files
committed
feat: add note on using aria2 to download snapshots faster
1 parent 66320b6 commit 8b9f8c9

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

docs/pages/chain/run-a-base-node.mdx

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -96,6 +96,8 @@ In the home directory of your Base Node, create a folder named `geth-data` or `r
9696

9797
You'll then need to untar the downloaded snapshot and place the `geth` subfolder inside of it in the `geth-data` folder you created (unless you changed the location of your data directory).
9898

99+
You can use a tool like [`aria2`](https://aria2.github.io/) to download the snapshot faster using parallel range requests.
100+
99101
Return to the root of your Base node folder and start your node.
100102

101103
```bash [Terminal]

0 commit comments

Comments
 (0)