validator
Create wallet
acred keys add $WALLETacred keys add $WALLET --recoveracred keys listSave wallet info
ACRE_WALLET_ADDRESS=$(acred keys show $WALLET -a)
ACRE_VALOPER_ADDRESS=$(acred keys show $WALLET --bech val -a)
echo 'export ACRE_WALLET_ADDRESS='${ACRE_WALLET_ADDRESS} >> $HOME/.bash_profile
echo 'export ACRE_VALOPER_ADDRESS='${ACRE_VALOPER_ADDRESS} >> $HOME/.bash_profile
source $HOME/.bash_profileFund your wallet
https://frontier.osmosis.zone/pool/858Create 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