diff --git a/clients/reth/reth.sh b/clients/reth/reth.sh index 40db5e3750..9f6aa1337e 100644 --- a/clients/reth/reth.sh +++ b/clients/reth/reth.sh @@ -159,6 +159,9 @@ fi # Configure NAT FLAGS="$FLAGS --nat none" +# Configure discv5. +FLAGS="$FLAGS --enable.discv5.discovery --discovery.v5.port=30303" + # Launch the main client. echo "Running reth with flags: $FLAGS" RUST_LOG=info $reth node $FLAGS