Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Create bootnode for private network #28

Open
singhsourav73 opened this issue Nov 15, 2021 · 2 comments
Open

Create bootnode for private network #28

singhsourav73 opened this issue Nov 15, 2021 · 2 comments

Comments

@singhsourav73
Copy link

I am trying to create a private network using the chart. I am trying to automate that peers can add each other. Because of which I cannot use the admin.addPeer() command. I need to bootstrap a Bootnode so that each node to connect to the others.
Is it possible to create a Bootnode for a private network using the chart? If so, could you elaborate what are the configuration changes needed to be done for it?
Any other viable solution is also welcome.

@leovigna
Copy link
Contributor

I recommend checking out the geth docs.
https://geth.ethereum.org/docs/interface/private-network

@leovigna
Copy link
Contributor

The chart right now is more designed for a standalone node but I could imagine potentially extending it where one deploys multiple replicas as peers and a bootnode.

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

No branches or pull requests

2 participants