validator
Create wallet
noriad keys add $WALLETnoriad keys add $WALLET --recovernoriad keys listSave wallet info
NORIA_WALLET_ADDRESS=$(noriad keys show $WALLET -a)
NORIA_VALOPER_ADDRESS=$(noriad keys show $WALLET --bech val -a)
echo 'export NORIA_WALLET_ADDRESS='${NORIA_WALLET_ADDRESS} >> $HOME/.bash_profile
echo 'export NORIA_VALOPER_ADDRESS='${NORIA_VALOPER_ADDRESS} >> $HOME/.bash_profile
source $HOME/.bash_profileFund your wallet
Go to #noria-faucet on discord channel and filled noria address
To get unoria, either swap some of your ucrd on the dex: https://macro.noria.network/Create 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