Home·Validation Tools·Axone protocol
Axone protocol logo
TESTNET
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/13nullv10.0.0

BlockAgeDownload
23053774 hourssnapshot (217.25 MB)


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

#Instructions

#Quick setup

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

#Stop axoned and reset the data

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

#Download latest snapshot

curl -L https://snapshots.lavenderfive.com/testnet-snapshots/axone/axone_2305377.tar.zst | tar -Ilz4 -xf - -C $HOME/.axoned
mv $HOME/.axoned/priv_validator_state.json.backup $HOME/.axoned/data/priv_validator_state.json

#Restart axoned and check the log

sudo systemctl start axoned && sudo journalctl -u axoned -f --no-hostname -o cat
Chain ID:
axone-dentrite-1
Latest Version:
v10.0.0
Github:
axone-protocol/axoned
Public endpoints
REST/LCD
testnet-rest.lavenderfive.com:443/axone
RPC
testnet-rpc.lavenderfive.com:443/axone
gRPC
testnet-axone.lavenderfive.com:443
WebSocket
wss://testnet-rpc.lavenderfive.com:443/axone/ws
Lavender Five
© 2022 Lavender.Five Nodes. All rights reserved.
Terms of Service.Privacy policy.Cookies policy.