Giter Site home page Giter Site logo

Comments (5)

rzmahmood avatar rzmahmood commented on July 26, 2024

I'm not sure what you mean by redundancy node, but you can configure the NUM_NODES variable in the script to run multiple nodes, which can give you more redundancy.

from ethereum-pos-testnet.

SyedMuhamadYasir avatar SyedMuhamadYasir commented on July 26, 2024

i meant setting up another node on a physically separate machine

from ethereum-pos-testnet.

rzmahmood avatar rzmahmood commented on July 26, 2024

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.
Machine 1: Run execution client bootnode. Store the enode
Machine 2: Run Node 1 (execution client configured to use bootnode from Machine 1 / consensus client with no bootnode)
Machine 3: Run Node 2 (execution client configured to use bootnode from Machine 1 / consensus client configured to use Machine 2's consensus client as bootnode).

You'll also need to make sure all nodes have the same genesis, as done in my script.

from ethereum-pos-testnet.

Gopal-Gurram avatar Gopal-Gurram commented on July 26, 2024

Hi @SyedMuhamadYasir , @rzmahmood !
Hope you both are doing well.

Machine 1: I am running the bootnode
Machine 2: Node-1) Running the geth node with machine 1 bootnode and beacon node without bootstrap node
Node-2) Running 2nd geth node with machine 1 bootnode and beacon node with first beacon bootstrap node.
Machine 3: Node-3) Running 3rd geth node with machine 1 bootnode and beacon node with first beacon bootstrap node.

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
1_beacon_node.txt
2_geth_node.txt
1_geth_node.txt

from ethereum-pos-testnet.

rupamharod1 avatar rupamharod1 commented on July 26, 2024

Hi @SyedMuhamadYasir , @rzmahmood !
Hope you both are doing well.

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??

from ethereum-pos-testnet.

Related Issues (10)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.