LogoLogo
Block ExplorerDiscordTwitterMirror
  • What Is Canto?
  • Free Public Infrastructure
    • NOTE
    • Canto Lending Market
    • Canto DEX
  • Canto Neofinance
    • Overview
    • Application Specific Dollar
  • User Guides
    • Connecting to Canto
    • Bridging Assets
      • Bridging to Canto
      • Bridging from Canto
      • Synapse Bridge
      • Celer cBridge
    • Providing Liquidity
    • Lending & Borrowing
    • Staking
    • Governance
  • EVM Development
    • Overview
    • Quickstart Guide
    • NOTE, DEX, and Lending Market
    • Contract Secured Revenue (CSR)
    • Verifying Contracts
    • Contract Addresses
    • Testnet
  • Running a Node
    • Validators
      • Quickstart Guide
      • Useful Commands
      • Snapshots
      • FAQ
      • Troubleshooting
      • Uptime
      • Slashing
    • Archive Node
    • Graph Node (Subgraphs)
  • Technical Reference
    • Application Specific Dollar
      • asdOFT
      • asdRouter
      • asdUSDC
    • Liquidity Coordinator
      • VotingEscrow
      • GaugeController
      • LendingLedger
      • LiquidityGauge
    • Architecture & Design
      • Onboarding Module
      • Gravity Bridge
      • NOTE Design
      • Canto Lending Protocol
      • IBC Token Recovery
    • Governance
      • Governance Module
      • GovShuttle Module
      • Lending Market Governance
    • Tokenomics
    • Audits
Powered by GitBook
On this page
  1. Running a Node
  2. Validators

Useful Commands

Here are some useful commands for node operators:

Command
Description

cantod keys list

Lists the names of keys created on your machine

cantod tendermint show-node-id

Shows your node ID

cantod keys show <keyname> -a --bech val

Gets your valoper address

curl http://localhost:26657/status | jq .result.sync_info.catching_up

Checks if your node is catching up (query via the RPC, default port 26657)

query slashing signing-info $(cantod tendermint show-validator)

Checks if you are jailed or tombstoned

cantod query slashing signing-infos

Shows blocks your node is missing

cantod tendermint show-address

Shows your Tendermint consensus address for comparison to the list of validators missing blocks

PreviousQuickstart GuideNextSnapshots

Last updated 1 year ago