-
Notifications
You must be signed in to change notification settings - Fork 26
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
What to do if i want to set up a redundancy node for this (or similar) setup ? #14
Comments
I'm not sure what you mean by redundancy node, but you can configure the |
i meant setting up another node on a physically separate machine |
As long as you facilitate peer discovery for the execution client and the consensus client, you can run from any machine. You will need to modify the script ofcourse, but this script can be used as a reference and nothing new will be required. E.g. You'll also need to make sure all nodes have the same genesis, as done in my script. |
Hi @SyedMuhamadYasir , @rzmahmood ! Machine 1: I am running the bootnode Here I'm running 2 nodes from machine2 and 1 node from machine3 and machine2 2 nodes are creating separate blockchains and the machine3 node is not connecting with the other 2 nodes, showing looking for peers. Here i am using the same genesis files and i am creating the new accounts per each node and adding in genesis file extract data to become a validator. 2_beacon_node.txt |
Hi @SyedMuhamadYasir , @rzmahmood ! I am also creating the two nodes from different droplets with same Genesis file and boot node and prysm bootstrap node from node1 and facing the same issue how to resolve that?? |
Any help is greatly appreciated !
I am running geth with lighthouse and will appreciate your guidance!
The text was updated successfully, but these errors were encountered: