Akash logo
MAINNET
By LavenderFive

Prepare for and the upcomming chain upgrade using Cosmovisor.

#Upgrade

ⓘ    Since we are using Cosmovisor, it makes it very easy to prepare for upcoming upgrade. You just have to build new binaries and move it into cosmovisor upgrades directory.

#Download and build upgrade binaries

# Clone project repository
cd $HOME
rm -rf akash
git clone https://github.com/akash-network/node/ akash
cd akash
git checkout v0.36.0

# Build binaries
make build

# Prepare binaries for Cosmovisor
mkdir -p $HOME/.akash/cosmovisor/upgrades/v15/bin
mv build/akash $HOME/.akash/cosmovisor/upgrades/v15/bin/
rm -rf build

Thats it! Now when upgrade block height is reached, Cosmovisor will handle it automatically!

Chain ID:
akashnet-2
Latest Version:
v0.36.0
Github:
akash-network/node
Public endpoints
REST/LCD
rest.lavenderfive.com:443/akash
RPC
rpc.lavenderfive.com:443/akash
gRPC
akash.lavenderfive.com:443
WebSocket
wss://rpc.lavenderfive.com:443/akash/ws
Lavender Five
© 2022 Lavender.Five Nodes. All rights reserved.
Terms of Service.Privacy policy.Cookies policy.