Akash logo
MAINNET
By LavenderFive

Catch the latest block faster or recover from a missed upgrade or corrupted database by using our daily snapshots.

ⓘ    Snapshots allows a new node to join the network by recovering application state from a backup file. Snapshot contains compressed copy of chain data directory. To keep backup files as small as plausible, snapshot server is periodically beeing state-synced.

Snapshots are taken automatically every 12 hours

PruningIndexerVersion Tag
107/0/13nullv0.36.0

BlockAgeDownload
201006111 hourssnapshot (4.31 GB)


ⓘ    You can query api.lavenderfive.com/snapshots/akash to double check the latest state if the above information doesnt display.

#Instructions

#Quick setup

ⓘ    One liner to get moving quickly
sudo systemctl stop akash
cp $HOME/.akash/data/priv_validator_state.json $HOME/.akash/priv_validator_state.json.backup
rm -rf $HOME/.akash/data
curl -L https://snapshots.lavenderfive.com/snapshots/akash/akash_20100611.tar.zst | tar -Ilz4 -xf - -C $HOME/.akash
mv $HOME/.akash/priv_validator_state.json.backup $HOME/.akash/data/priv_validator_state.json
sudo systemctl start akash && sudo journalctl -u akash -f --no-hostname -o cat

#Stop akash and reset the data

sudo systemctl stop akash
cp $HOME/.akash/data/priv_validator_state.json $HOME/.akash/priv_validator_state.json.backup
rm -rf $HOME/.akash/data

#Download latest snapshot

curl -L https://snapshots.lavenderfive.com/snapshots/akash/akash_20100611.tar.zst | tar -Ilz4 -xf - -C $HOME/.akash
mv $HOME/.akash/priv_validator_state.json.backup $HOME/.akash/data/priv_validator_state.json

#Restart akash and check the log

sudo systemctl start akash && sudo journalctl -u akash -f --no-hostname -o cat
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.