validator
Create wallet
pointd keys add $WALLETpointd keys add $WALLET --recoverpointd keys listSave wallet info
POINT_WALLET_ADDRESS=$(pointd keys show $WALLET -a)
POINT_VALOPER_ADDRESS=$(pointd keys show $WALLET --bech val -a)
echo 'export POINT_WALLET_ADDRESS='${POINT_WALLET_ADDRESS} >> $HOME/.bash_profile
echo 'export POINT_VALOPER_ADDRESS='${POINT_VALOPER_ADDRESS} >> $HOME/.bash_profile
source $HOME/.bash_profileFund your wallet
Buy point on MEXCCreate validator
Check your validator key
Get list of validators
Usefull commands
Service management
Node info
Wallet operations
Voting
Staking, Delegation and Rewards
Validator management
Last updated