From 0c640ab2f29d4e474226f66813a74d0c38b39a8e Mon Sep 17 00:00:00 2001 From: sprites0 <199826320+sprites0@users.noreply.github.com> Date: Sun, 6 Jul 2025 17:51:42 +0000 Subject: [PATCH] doc: Revise README --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 7ae54e2ef..0c5bdfc08 100644 --- a/README.md +++ b/README.md @@ -33,7 +33,7 @@ reth-hl node --http --http.addr 0.0.0.0 --http.api eth,ots,net,web3 \ ## How to run (mainnet) (with local block sync) -The `--s3` method above fetches blocks from S3, but you can instead source them from your local hl-node. +The `--s3` method above fetches blocks from S3, but you can instead source them from your local hl-node using `--ingest-dir` and `--local-ingest-dir`. This will require you to first have a hl-node outputting blocks prior to running the initial s3 sync, the node will prioritise locally produced blocks with a fallback to s3.