NG
UX

UX

Setup Guide

This guide for the umee-betanet-v5 network.
Step-by-step guide available here.

1. Install

Use our script for a quick installation:

wget -q -O umee_betanet_5.sh https://api.nodes.guru/umee_betanet_5.sh && chmod +x umee_betanet_5.sh && sudo /bin/bash umee_betanet_5.sh

Set a name for your node, a name for the wallet and password, then wait for the installation to complete. After that execute the following command:

source $HOME/.bash_profile

You can check the node logs with the command:

journalctl -u umeed -f

Additional

Unjail:

umeed tx slashing unjail --chain-id $UMEE_CHAIN --from $UMEE_WALLET --gas=auto --fees=1000uumee

Withdraw rewards:

umeed tx distribution withdraw-all-rewards --from $UMEE_WALLET --fees=300uumee --chain-id $UMEE_CHAIN

Check balance:

umeed q bank balances ADDRESS

Check your balance:

umeed q bank balances $(umeed keys show $UMEE_WALLET -a)

Get your valoper address:

umeed keys show $UMEE_WALLET --bech val

Bond more tokens (if you want increase your validator stake you should bond more to your valoper address):

umeed tx staking delegate YOUR_VALOPER_ADDRESS AMOUNTuumee --gas auto --chain-id $UMEE_CHAIN --from $UMEE_WALLET --fees=1000uumee

Check your node status:

curl localhost:26657/status

List of active validators:

umeed query staking validators --limit 1000 -o json | jq -r '.validators[] | select(.status=="BOND_STATUS_BONDED") | [.operator_address, .status, (.tokens|tonumber / pow(10; 6)), .description.moniker] | @csv' | column -t -s"," | sort -k3 -n -r | nl

 

Stuck? Ask!

By continuing to use our website, you consent to our use of cookies in accordance with our cookie policy