-
Notifications
You must be signed in to change notification settings - Fork 20.2k
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
Add Peer Using Holesky Testnet #30607
Comments
You can use |
There are "i/o timeout" error. what should I do? Is it related to the network? |
also, these errors found.
|
Hmm maybe @fjl knows why we get |
Hi, I built 3 nodes on 3 different servers using geth and holesky testnet.
After that, for interworking with each other, after finding the enode value with "admin.nodeInfo.enode", I try to connect the nodes through the "admin.addPeer()" command, but when I input it, "true" is output, but when I check with "admin.peers" on other nodes, it cannot be confirmed.
The same Genesis block was used, and the network id was the same and all environments were the same.
All ports, firewalls, ip, etc. between each other are open.
If I use holesky testnet, can only the nodes that have already been determined be connected as peers in dns list, and can't the nodes that I built customly be connected?
Plz help me 😭
The text was updated successfully, but these errors were encountered: