HomeยทValidation ToolsยทFIRMACHAIN
FIRMACHAIN 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.3.5-patch

BlockAgeDownload
1746771434 hourssnapshot (2.42 GB)


โ“˜ย ย ย  You can query api.lavenderfive.com/snapshots/firmachain to double check the latest state if the above information doesnt display.

#Instructions

#Quick setup

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

#Stop firmachaind and reset the data

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

#Download latest snapshot

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

#Restart firmachaind and check the log

sudo systemctl start firmachaind && sudo journalctl -u firmachaind -f --no-hostname -o cat
Chain ID:
colosseum-1
Latest Version:
v0.3.5-patch
Github:
firmachain/firmachain
Public endpoints
REST/LCD
rest.lavenderfive.com:443/firmachain
RPC
rpc.lavenderfive.com:443/firmachain
gRPC
firmachain.lavenderfive.com:443
WebSocket
wss://rpc.lavenderfive.com:443/firmachain/websocket
Lavender Five
ยฉ 2022 Lavender.Five Nodes. All rights reserved.
Terms of Service.Privacy policy.Cookies policy.