You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm not sure if this is a Tendermint issue or tmkms issue but if I try to associate the validator node id
with tmkms the id keep changing randomly everytime I restart the validator.
This is testend on the latest Kava node (0.11.0-alpha.1) with Tendermint v0.33.6
If I run tmkms without the peer id.
I get the log -
Also I couldn't find how to do the opposite (get the validator verifying tmkms ID)
When I try to set validator config,json with priv_validator_laddr as follows priv_validator_laddr = "tcp://[email protected]:26658"
where 5E56C6946AD644795E3EE948FA224C1A10A51A61 is the node ID I'm getting from the log for KMS node ID
I get the following error when starting the validator -
ERROR: error with private validator socket client: failed to start private validator: listen tcp:
lookup [email protected]: no such host
I guess I'm just not setting the ID at the right place but I couldn't find where I should set it
The text was updated successfully, but these errors were encountered:
I'm not sure if this is a Tendermint issue or tmkms issue but if I try to associate the validator node id
with tmkms the id keep changing randomly everytime I restart the validator.
This is testend on the latest Kava node (0.11.0-alpha.1) with Tendermint v0.33.6
If I run tmkms without the peer id.
I get the log -
I than set the peer id to my toml file and restart tmkms -
addr = "tcp://[email protected]:26658"
This will work as long as the validator is running but if I restart the validator tmkms will start showing the following error and refuse to connect.
Also I couldn't find how to do the opposite (get the validator verifying tmkms ID)
When I try to set validator config,json with priv_validator_laddr as follows
priv_validator_laddr = "tcp://[email protected]:26658"
where 5E56C6946AD644795E3EE948FA224C1A10A51A61 is the node ID I'm getting from the log for
KMS node ID
I get the following error when starting the validator -
I guess I'm just not setting the ID at the right place but I couldn't find where I should set it
The text was updated successfully, but these errors were encountered: