diff --git a/README.md b/README.md index 0d5759b..c485661 100644 --- a/README.md +++ b/README.md @@ -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.