From 338d6d5d9fc6f0efdc10a52233adc858d3e0b8f5 Mon Sep 17 00:00:00 2001 From: Alexey Shekhirin Date: Wed, 5 Jul 2023 14:21:29 +0100 Subject: [PATCH] fix(book): change recommended `--authrpc.port` value from 9999 to 8551 (#3599) --- book/run/mainnet.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/book/run/mainnet.md b/book/run/mainnet.md index f140947a3..c9286a7ca 100644 --- a/book/run/mainnet.md +++ b/book/run/mainnet.md @@ -35,7 +35,7 @@ So one might do: RUST_LOG=info reth node \ --authrpc.jwtsecret /path/to/secret \ --authrpc.addr 127.0.0.1 \ - --authrpc.port 9999 + --authrpc.port 8551 ``` At this point, our Reth node has started discovery, and even discovered some new peers. But it will not start syncing until you spin up the consensus layer!