validator
Create wallet
lumenxd keys add $WALLETlumenxd keys add $WALLET --recoverlumenxd keys listSave wallet info
LUMENX_WALLET_ADDRESS=$(lumenxd keys show $WALLET -a)
LUMENX_VALOPER_ADDRESS=$(lumenxd keys show $WALLET --bech val -a)
echo 'export LUMENX_WALLET_ADDRESS='${LUMENX_WALLET_ADDRESS} >> $HOME/.bash_profile
echo 'export LUMENX_VALOPER_ADDRESS='${LUMENX_VALOPER_ADDRESS} >> $HOME/.bash_profile
source $HOME/.bash_profileFund your wallet
https://frontier.osmosis.zone/pool/788Create 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