Skip to content

Fix Geth bootnode setup#1132

Closed
cskiraly wants to merge 2 commits intoethpandaops:mainfrom
cskiraly:geth-bootnode-fix
Closed

Fix Geth bootnode setup#1132
cskiraly wants to merge 2 commits intoethpandaops:mainfrom
cskiraly:geth-bootnode-fix

Conversation

@cskiraly
Copy link
Contributor

override public bootnodes in first node as well

Bootnodes were changes in all but one node. In the node that was
started first, the "--bootnodes" parameter was not used, leaving
public bootnodes in effect. This can create issues in testnets.

This is just a quick workaround. A better solution would be to use separate parameters for

  • using or not using the public bootnodes
  • adding new bootnodes

cskiraly added 2 commits July 30, 2025 23:40
required by kurtosis to accept URL as parameter

Signed-off-by: Csaba Kiraly <csaba.kiraly@gmail.com>
Bootnodes were changes in all but one node. In the node that was
started first, the "--bootnodes" parameter was not used, leaving
public bootnodes in effect. This can create issues in testnets.

Signed-off-by: Csaba Kiraly <csaba.kiraly@gmail.com>
@barnabasbusa
Copy link
Collaborator

fixed in #1133

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants

Comments