Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,3 +7,4 @@ Steps:
- make sure Catalystd is not running on your machine
- remove the database files, for linux this would be `rm -r .Catalyst/`
- copy the contents of the zip into `.Catalyst/`, and restart `Catalystd`, it will use the snapshot to reconstruct the Blockchain
- If your node appears to be doing nothing on restart, it is likely due to the outdated p2pstate.bin - give the node 10-15 minutes if it does not begin to sync new blocks stop it and run `rm .Catalyst/p2pstate.bin` then start your node again and it should begin syncing normally.