You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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:
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: