validator
Create wallet
timpid keys add $WALLETtimpid keys add $WALLET --recovertimpid keys listSave wallet info
TIMPI_WALLET_ADDRESS=$(timpid keys show $WALLET -a)
TIMPI_VALOPER_ADDRESS=$(timpid keys show $WALLET --bech val -a)
echo 'export TIMPI_WALLET_ADDRESS='${TIMPI_WALLET_ADDRESS} >> $HOME/.bash_profile
echo 'export TIMPI_VALOPER_ADDRESS='${TIMPI_VALOPER_ADDRESS} >> $HOME/.bash_profile
source $HOME/.bash_profileFund your wallet
Go to http://173.249.54.208:1337/YOURWALLET
and replace with YOURWALLETCreate 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