State Sync Troubleshooting / Resetting Chain Data
Steps for resetting / re-syncing a state synced node (or recovering from a failed state sync).
State Sync Failed!?
Steps to reset chain data without losing your accounts:
# Delete the binaries
# This is useful if you're not sure that you downloaded the right binaries:
rm -rf ~/layer/binaries
# deletes chain data
# This is useful if state sync fails and you need to try a different config
rm -rf ~/.layer/data/application.db; \
rm -rf ~/.layer/data/blockstore.db; \
rm -rf ~/.layer/data/cs.wal; \
rm -rf ~/.layer/data/evidence.db; \
rm -rf ~/.layer/data/snapshots; \
rm -rf ~/.layer/data/state.db; \
rm -rf ~/.layer/data/tx_index.dbStart your Node
Last updated
Was this helpful?

