# tendermint

## Available Commands

| Name, shorthand                                   | Description                                              |
| ------------------------------------------------- | -------------------------------------------------------- |
| [show-address](#junod-tendermint-show-address)    | Shows this node's tendermint validator consensus address |
| [show-node-id](#iris-tendermint-show-node-id)     | Show this node's ID                                      |
| [show-validator](#iris-tendermint-show-validator) | Show this node's tendermint validator info               |
| [version](#iris-tendermint-version)               | Print tendermint libraries' version                      |

### junod tendermint show-address

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
```

### junod tendermint show-node-id <a href="#iris-tendermint-show-node-id" id="iris-tendermint-show-node-id"></a>

The following command will show the nodes ID

```
junod tendermint show-node-id
```

Returns something similar to:

```
ec730773944fbdc6a8c4918984f571aa57c975a3
```

### junod tendermint show-validator <a href="#iris-tendermint-show-validator" id="iris-tendermint-show-validator"></a>

The following command will show the validators tendermint consensus pubkey:

```
junod tendermint show-validator
```

Returns something similar to:

```
junovalconspub1zcjduepqltmy70ayq5c52fqga7xv336wv3jn8wxjcqra72amp6gcm7l8jwkss0ekqe
```

### junod tendermint version <a href="#iris-tendermint-version" id="iris-tendermint-version"></a>

```
junod tendermint version
```

Returns something similar to:

```
tendermint: ""
abci: 0.17.0
blockprotocol: 11
p2pprotocol: 8
```
