Services | LiveRaveN
  • 😎Introduction
  • ⛓️Supported networks
  • 💰Cosmos Mainnets
    • Andromeda Protocol
      • Services
      • State Sync
      • Management
      • Governance
      • Maintenance
    • Empower Chain
      • Services
      • Snapshot
      • State Sync
    • Gitopia
      • Services
      • Snapshot
      • State Sync
    • Kyve
      • Services
      • Snapshot
      • State Sync
      • Upgrade Path
    • Nibiru
      • Services
      • Snapshot
      • State Sync
    • Nolus
      • Services
      • Snapshot
      • State Sync
    • Rebus Chain
      • Services
      • Snapshot
      • State Sync
    • Uptick Network
      • Services
      • Snapshot
      • State Sync
  • 💻Cosmos Testnets
    • Arkeo
      • Services
      • Snapshot
      • State Sync
    • Elys Network
      • Services
      • Snapshot
      • State Sync
    • Fiamma
      • Services
      • Snapshot
      • State Sync
      • Management
      • Governance
      • Maintenance
    • Initia
      • Services
      • Snapshot
      • State Sync
      • Management
      • Governance
      • Maintenance
    • Lava Network
      • Services
      • Snapshot
      • State Sync
    • Mantra Chain
      • Services
      • Snapshot
      • State Sync
      • Management
      • Governance
      • Maintenance
    • Namada
      • Services
      • Snapshot
      • Active IBC Channels
      • RPC Scanner
    • Side Protocol
      • Services
      • Snapshot
      • State Sync
      • Management
      • Governance
      • Maintenance
    • Union
      • Services
      • Snapshot
      • State Sync
      • Management
      • Governance
      • Maintenance
    • Warden Protocol
      • Services
      • Snapshot
      • State Sync
      • Management
      • Governance
      • Maintenance
    • Zero Gravity
      • Services
      • Snapshot
      • State Sync
      • Management
      • Governance
      • Maintenance
    • And more to come...
  • Mainnets
    • And here...
  • Testnets
Powered by GitBook
On this page
  • Stop the service and reset the data
  • Download latest snapshot
  • Restart the service and check the log
  1. Cosmos Testnets
  2. Fiamma

Snapshot

Stop the service and reset the data

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

Download latest snapshot

curl -L http://snapshots.liveraven.net/snapshots/testnet/fiamma/fiamma-testnet-1_latest.tar.lz4 | tar -Ilz4 -xf - -C $HOME/.fiamma
mv $HOME/.fiamma/priv_validator_state.json.backup $HOME/.fiamma/data/priv_validator_state.json

Restart the service and check the log

sudo systemctl start fiammad && sudo journalctl -u fiammad -fn 100 -o cat
PreviousServicesNextState Sync

Last updated 9 months ago

💻