-
Notifications
You must be signed in to change notification settings - Fork 2.1k
Description
Hello
I cloned the tendermint code and setup the abci also.
While creating a p2p connection between two servers with this command:
Tendermint command: tendermint node --p2p.persistent_peers=18.xxx.xxx.xx:46656,18.xxx.xxx.xxx:46656
Both server have genesis.json compiled with both server public keys
I am facing this issue:
I[04-06|12:22:15.281] Dialing peer module=p2p address=18.194.143.153:46656 E[04-06|12:22:15.283] Failed to dial peer module=p2p address=18.194.143.153:46656 err="Failed to authenticat peer. Dialed 18.194.143.153:46656, but got peer with ID a2db1baac0329361133fe61aba6436e90d93c4fe" E[04-06|12:22:15.283] Error dialing seed module=p2p err="Failed to authenticate peer. Dialed 18.194.143.15346656, but got peer with ID a2db1baac0329361133fe61aba6436e90d93c4fe" seed=18.194.143.153:46656 E[04-06|12:22:15.283] Couldn't connect to any seeds module=p2p I[04-06|12:22:15.283] Ignoring inbound connection: error while adding peer module=p2p address=18.194.143.153:36302 err="Error during andshake/read: EOF"
https://www.screencast.com/t/3TJKMSVZU3
Please guide.