rzmahmood / ethereum-pos-testnet

💻⛓️ A Quick and Easy Way to Bootstrap your own Local Ethereum PoS Testnet. Great for testing consensus ⛓️💻
MIT License
41 stars 18 forks source link

Hi @SyedMuhamadYasir , @rzmahmood ! #15

Closed rupamharod1 closed 9 months ago

rupamharod1 commented 9 months ago
          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 per 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

Originally posted by @Gopal-Gurram in https://github.com/rzmahmood/ethereum-pos-testnet/issues/14#issuecomment-1820230125

i am also facing the same issue