OffchainLabs / eth-pos-devnet

MIT License
112 stars 134 forks source link

How to enable p2p #28

Open cihati opened 1 year ago

cihati commented 1 year ago

Currently, there's a single beacon-chain node and it has --min-sync-peers=0. Has anyone managed to have multiple ones? I tried but keep getting "no peers available, waiting for reconnect" error in the logs.

kingfavourjudah commented 1 year ago

I have this same error. Has someone been able to fix this?

rzmahmood commented 1 year ago

I built this to run multiple nodes. You can probably copy the configurations @cihati @kingfavourjudah
https://github.com/rzmahmood/ethereum-pos-testnet/tree/main

kingfavourjudah commented 1 year ago

Thank you @rzmahmood