Junø
Web
Discord
Github
Medium
Search…
Juno
Introduction
Home of CosmWasm
Economic Overview
Contributors
Brand Identity
Social/Resources/Updates
Security Disclosures
TUTORIALS
Wallets
Staking
Governance
Before submitting a proposal
Submitting a Proposal (CLI)
Command-Line Interface (CLI)
Introduction
Useful CLI Commands
Module Reference
bank
debug
distribution
gov
keys
params
slashing
staking
status
tendermint
upgrade
wasm
Smart Contracts & Junod Development
Getting started
Junod Local Dev Setup
Interacting with Smart Contracts
Smart Contracts Installation
ERC-20 Tutorial
CW1 Tutorial
Nodes & Validators
Junod Installation and setup
Setting up Cosmovisor
Mainnet Setup and Tooling
Joining Mainnet
Mainnet Upgrades
Joining Testnet
Sync from Snapshot
Sync with state-sync
Relayers
Official Delegations Handbook
Sync Juno Classic
Powered By
GitBook
tendermint
The tendermint module allows for querying of validator and node addresses.
Available Commands
Name, shorthand
Description
show-address
Shows this node's tendermint validator consensus address
show-node-id
Show this node's ID
show-validator
Show this node's tendermint validator info
version
Print tendermint libraries' version
junod tendermint show-address
The following command will show the tendermint validator address of the local node.
1
junod tendermint show-address
Copied!
Returns the bech32 encoded validator consensus address
<junovalcon...>
:
1
junovalcons1xyld7wpwjwx5reu8k0rrveceqztyp3h3fy3m6m
Copied!
junod tendermint show-node-id
The following command will show the nodes ID
1
junod tendermint show-node-id
Copied!
Returns something similar to:
1
ec730773944fbdc6a8c4918984f571aa57c975a3
Copied!
junod tendermint show-validator
The following command will show the validators tendermint consensus pubkey:
1
junod tendermint show-validator
Copied!
Returns something similar to:
1
junovalconspub1zcjduepqltmy70ayq5c52fqga7xv336wv3jn8wxjcqra72amp6gcm7l8jwkss0ekqe
Copied!
junod tendermint version
1
junod tendermint version
Copied!
Returns something similar to:
1
tendermint: ""
2
abci: 0.17.0
3
blockprotocol: 11
4
p2pprotocol: 8
Copied!
Previous
status
Next
upgrade
Last modified
9mo ago
Copy link
Contents
Available Commands
junod tendermint show-address
junod tendermint show-node-id
junod tendermint show-validator
junod tendermint version