tendermint
The tendermint module allows for querying of validator and node addresses.
Name, shorthand | Description |
---|---|
Shows this node's tendermint validator consensus address | |
Show this node's ID | |
Show this node's tendermint validator info | |
Print tendermint libraries' version |
The following command will show the tendermint validator address of the local node.
junod tendermint show-address
Returns the bech32 encoded validator consensus address
<junovalcon...>
:junovalcons1xyld7wpwjwx5reu8k0rrveceqztyp3h3fy3m6m
The following command will show the nodes ID
junod tendermint show-node-id
Returns something similar to:
ec730773944fbdc6a8c4918984f571aa57c975a3
The following command will show the validators tendermint consensus pubkey:
junod tendermint show-validator
Returns something similar to:
junovalconspub1zcjduepqltmy70ayq5c52fqga7xv336wv3jn8wxjcqra72amp6gcm7l8jwkss0ekqe
junod tendermint version
Returns something similar to:
tendermint: ""
abci: 0.17.0
blockprotocol: 11
p2pprotocol: 8
Last modified 6mo ago