From e87e4783a810dc94666645d2ea5b53d509994b3a Mon Sep 17 00:00:00 2001 From: sprites0 <199826320+sprites0@users.noreply.github.com> Date: Sun, 6 Jul 2025 17:48:49 +0000 Subject: [PATCH] doc: Revise README --- README.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 26f7803f6..7ae54e2ef 100644 --- a/README.md +++ b/README.md @@ -26,7 +26,9 @@ Building nanoreth from source requires Rust and Cargo to be installed: 3) Start nanoreth which will begin syncing using the blocks in `~/evm-blocks`: ```sh -$ reth-hl node --http --http.addr 0.0.0.0 --http.api eth,ots,net,web3 --ws --ws.addr 0.0.0.0 --ws.origins '*' --ws.api eth,ots,net,web3 --s3 --ws.port 8545 +reth-hl node --http --http.addr 0.0.0.0 --http.api eth,ots,net,web3 \ + --ws --ws.addr 0.0.0.0 --ws.origins '*' --ws.api eth,ots,net,web3 \ + --ws.port 8545 --http.port 8545 --s3 ``` ## How to run (mainnet) (with local block sync)