BareMetal | Decentralised | Reliable Validators


Our clustered and automated validator monitoring systems guarantees unbeatable reliability and
state-of-the-art security.


VIEW VALIDATOR

BareMetal | Decentralised | Reliable Validators

Our clustered and automated validator monitoring systems guarantees unbeatable reliability and state-of-the-art security.

VIEW VALIDATOR
Mobile home hero image

Umee will be acting as a cross-chain DeFi hub, connecting various ecosystems together and developing novel financial products on top. Umee will incorporate tools such as layer 2 scaling solutions, side chain architectures, tools from the roll-ups ecosystem as well as alternative base layer protocols for connecting between blockchain networks. Within our DeFi Hub, we have been experimenting with interest rate instruments and other new financial primitives that will act as foundational infrastructure for the evolving crypto world.

Stake UMEE or auto-compound here

Umee Staking

Have a look into Umee blocks with our Explorer here

Umee Explorer

Node Services

AutoStake Snapshots:

# Install dependancies and stop chain
sudo apt install curl liblz4-tool -y
sudo systemctl stop umee

# Remove current data and save priv_validator_state.json
cd $HOME/.umee
cp data/priv_validator_state.json priv_validator_state.json.backup
rm -r data/*

# Download the snapshot
SNAP_URL="http://snapshots.autostake.com/lyIs25DaSWMSm8evWKHGQrb/umee-1/latest.tar.lz4"
curl $SNAP_URL | lz4 -d | tar -xvf -

# Restore priv_validator_state.json and restart chain
mv priv_validator_state.json.backup data/priv_validator_state.json
sudo systemctl start umee
                        

AutoStake addrbook:

sudo apt install curl -y
cd $HOME/.umee/config

curl http://snapshots.autostake.com/lyIs25DaSWMSm8evWKHGQrb/umee-1/addrbook.json --output addrbook.json
                        

State-Sync RPC:

We have and RPC server with state-sync enabled here: https://umee-mainnet-rpc.autostake.com:443

STATESYNC_RPC="https://umee-mainnet-rpc.autostake.com:443"
LATEST_HEIGHT=$(curl -s "$STATESYNC_RPC/block" | jq -r .result.block.header.height)
TRUST_HEIGHT=$(("$LATEST_HEIGHT" - 2000))
TRUST_HASH=$(curl -s "$STATESYNC_RPC/block?height=$TRUST_HEIGHT" | jq -r .result.block_id.hash)

cd $HOME/.umee
sed -i '/\[statesync\]/{:a;n;/enable/s/false/true/;Ta;}' config/config.toml
sed -i "s@rpc_servers = \".*\"@rpc_servers = \"$STATESYNC_RPC,$STATESYNC_RPC\"@" config/config.toml
sed -i "s@trust_height = .*@trust_height = $TRUST_HEIGHT@" config/config.toml
sed -i "s@trust_hash = \".*\"@trust_hash = \"$TRUST_HASH\"@" config/config.toml
                        

AutoStake Seed:

ebc272824924ea1a27ea3183dd0b9ba713494f83@umee-mainnet-seed.autostake.com:26756

cd $HOME/.umee
SEED="ebc272824924ea1a27ea3183dd0b9ba713494f83@umee-mainnet-seed.autostake.com:26756"
sed -i "s/seeds = \"\"/seeds = \"$SEED\"/" config/config.toml
                        

AutoStake Peer:

ebc272824924ea1a27ea3183dd0b9ba713494f83@umee-mainnet-peer.autostake.com:26756

cd $HOME/.umee
PEER="ebc272824924ea1a27ea3183dd0b9ba713494f83@umee-mainnet-peer.autostake.com:26756"
sed -i "s/persistent_peers = \"\"/persistent_peers = \"$PEER\"/" config/config.toml
                        

AutoStake LCD:

https://umee-mainnet-lcd.autostake.com:443

AutoStake gRPC:

umee-mainnet-grpc.autostake.com:443

Are you ready to earn a return for HODLing?

Delegate to our validator now and start earning right away!

BlockNgine Ltd, 20-22 Wenlock Road, London, England, N1 7GU
© 2023 BlockNgine Ltd. All rights reserved.