tendermint/tmkms

Validator Peer ID Changes On Gaiad Start

gaia opened this issue · 2 comments

gaia commented

if/when gaiad is restarted, the Validator Peer ID changes, and tmkms complains.

So I can only use addr = "tcp://a.b.c.d:26658", since specifying the Validator Peer ID makes tmkms reject (as it should) the validator with the new peer ID.

tmkms 0.6.3, gaiad 2.0.3 (0.34.x had the same issue though).

this is likely a misconfig on gaiad's side, but someone in here might have a clue on what the problem is.

Relevant Tendermint issue is here: tendermint/tendermint#3105

gaia commented

Thanks, subscribed to #3105. Closing