Useful Commands
✅ Node Status
curl localhost:26657/status | jqcurl -s localhost:26657/status | jq -r '.result.node_info.protocol_version.p2p'curl -s localhost:26657/status | jq -r '.result.node_info.id'curl -s localhost:26657/status | jq -r '.result.node_info.listen_addr'curl -s localhost:26657/status | jq -r '.result.node_info.network'curl -s localhost:26657/status | jq -r '.result.node_info.version'curl -s localhost:26657/status | jq -r '.result.node_info.moniker'curl -s localhost:26657/status | jq -r '.result.node_info.other.rpc_address'✅ Address and Wallet
namada wallet = namadaw
Generate a New Wallet:
Derive Key from Mnemonic or Hardware Wallet:
Generate a Payment Address:
List Known Keys and Addresses:
Find Known Keys and Addresses:
Remove a Key or Address from the Wallet:
Grep Your Validator:
✅ Validator and Staking
namada client = namadac
Bond Token to Your Validator (adjust the amount):
Check Bonds:
Query the Set of Validators:
Check Your Validator State:
Unjail Your Validator:
Change Validator's Commission Rate (adjust the rate):
Change Consensus Key:
Change Validator Metadata:
Unbond Tokens:
Redelegate Tokens (add $DEST_MONIKER):
Withdraw Tokens:
Delegate Tokens to a Validator (adjust the amount):
Check Delegations:
Withdraw Rewards:
✅ Transactions and Transfers
✅ Account and Proposal
✅ Query Commands
✅ Network and Configuration
Last updated