From 3c292b460294e3c4fa0dcc23c08f7334bdecf14c Mon Sep 17 00:00:00 2001 From: Alexey Shekhirin Date: Wed, 5 Jul 2023 13:46:08 +0100 Subject: [PATCH] fix(book): authrpc port --- 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 f140947a3d9f..c9286a7ca084 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!