Cosmos sdk network connection issue
Cosmos-SDK3 posts1,749 viewsLast activity Dec 2021
DO
Donggeon_LeeOP
Dec 2021I want to add new node to the blockchain network based on cosmos sdk, I have genesis.json and config.toml. And update moniker. Then running it. But I just get this messages.
Error reconnecting to peer. Trying again addr=
dialing failed (attempts: 7): auth failure: conn.ID
What do I miss?
UD
uditvira
Dec 2021Sounds like you need to add peers to your config.toml file
If you have further questions, you could ask in Cosmos Developers
DO
Donggeon_Lee
Dec 2021Thank you for your reply.
Then I guess it is related to persistent_peers in config.toml.
The persistent peers format is hash number@domain. How do I generate hash number for the domain peer?