Skip to content

Commit 8611a17

Browse files
author
01node
committed
Enables P2P for execution client. Although this stack is hardcoded to run consensus-layer sync, other node runners will appreciate the extra peers on the execution-layer
1 parent 18746ae commit 8611a17

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

scripts/start-op-geth.sh

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -43,8 +43,6 @@ exec geth \
4343
--txpool.lifetime=12h0m0s \
4444
--rpc.txfeecap=4 \
4545
--rpc.evmtimeout=0 \
46-
--maxpeers=0 \
47-
--nodiscover \
4846
--gpo.percentile=60 \
4947
--verbosity=3 \
5048
--syncmode="full" \

0 commit comments

Comments
 (0)