Hi,
Did you set the startHiveBlock
correctly in the config.json
before starting up the node after restoring the snapshot? If you forgot that, you will have to start over unfortunately.. The process is as follows:
- Stop the node
- Delete mongo database
hsc
if you already have one (mongo
,use hsc
,db.dropDatabase()
) - mongorestore --gzip --archive=<archive name> (will take a few hours)
- Edit config.json and set the
startHiveBlock
to0
- Start up the node
- Wait for the node to catch up (should take 0.5-2 hours depending on how recent the snapshot is)
Hi, thanks so much for your response, is possible i forgot that, will try again and let you know, thanks so much again.
Perfect, if you have any more issues, just let me know.