For the complete documentation index, see llms.txt. This page is also available as Markdown.

Validator Management

Validator Management

Edit Existing Validator

pchaind tx staking edit-validator \
--commission-rate 0.1 \
--new-moniker "YOUR_NODES_NAME" \
--identity "YOUR_KEYBASE" \
--details "YOUR_DETAIL" \
--from wallet \
--chain-id push_42101-1 \
--gas auto --gas-adjustment 1.5 --gas-prices 0.25upc \
--home $HOME/.pushchain \
-y

Validator Info

pchaind status 2>&1 | jq .validator_info --home $HOME/.pushchain

Validator Details

pchaind q staking validator $(pchaind keys show wallet --bech val -a --home $HOME/.pushchain) --home $HOME/.pushchain

Jailing Info

Slashing Parameters

Unjail Validator

Active Validators List

Signing Info