Home·Validation Tools·Archway
Archway logo
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/13nullv9.0.0

BlockAgeDownload
85228968 hourssnapshot (717.65 MB)


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

#Instructions

#Quick setup

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

#Stop archwayd and reset the data

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

#Download latest snapshot

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

#Restart archwayd and check the log

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