tendermint / tmkms

Key Management service for Tendermint Validator nodes

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Validator Peer ID Changes On Gaiad Start

gaia opened this issue · comments

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

commented

Thanks, subscribed to #3105. Closing