Skip to content
Cosmopediaby Unity Nodes
DiscussionsTendermintPersistent_peers: cannot add non-routable addressForum ↗

Persistent_peers: cannot add non-routable address

Tendermint2 posts1,806 views1 likesLast activity Sep 2020
RA
randomshinichiOP
Sep 2020

While setting up testnets, I’ve found that Tendermint likes to complain about the persistent_peers that I setup, but connects anyway - mostly: ``` E[2020-09-28|14:05:03.353] Can't add peer's address to addrbook module=p2p err="Cannot add non-routable address [email protected]:26656" E[2020-09-28|14:05:03.354] Can't add peer's address to addrbook module=p2p err="Cannot add non-routable address [email protected]:26656" E[2020-09-28|14:05:03.354] Can't add peer's address to addrbook module=p2p err="Cannot add non-routable address [email protected]:26656" I[2020-09-28|14:05:08.900] Executed block module=state height=1 validTxs=0 invalidTxs=0 I[2020-09-28|14:05:08.903] Committed state module=state height=1 txs=0 appHash=3A077A032279403DC9B56C0CB870A30EE35C336778C19BA4A4C35C59B40698BC I[2020-09-28|14:05:14.237] Executed block module=state height=2 validTxs=0 invalidTxs=0 ``` I don’t think there’s something wrong with how I specified the peers. My…

Excerpt (1185 of 1537 characters). Read the whole post on the forum ↗

EB
ebuchman
Sep 2020 1

It will still connect to them but they won’t get put in the address book, which isn’t really a problem if they’re local ips and you’re not gossipping them anyways. If you wanted to address this you could set addr_book_strict = false

← Back to Discussions