Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Node 8 Sync Won't Continue after Stopping #571

Open
uiucgrad opened this issue Jul 18, 2018 · 2 comments
Open

Node 8 Sync Won't Continue after Stopping #571

uiucgrad opened this issue Jul 18, 2018 · 2 comments

Comments

@uiucgrad
Copy link

I was able to get Node 8 beta up and running on BTC but had to quickly stop it after it started. I stopped it using Ctrl-C. When I restart bitcore-node it reconnects with the peer but does not continue syncing. Is there a way for me to get bitcore-node to start syncing again?

The message I get is below. It does not change or update with time.

info: Syncing from 503 to 224172 for chain BTC
(node:7349) DeprecationWarning: current URL string parser is deprecated, and will be removed in a future version. To use the new parser, pass option { useNewUrlParser: true } to MongoClient.connect.
info: API server started on port 3000

@tharunprabhakaran
Copy link

Any workaround or fix ?

@micahriggan
Copy link
Contributor

Try dropping your state collection in bitcore-node if you're having issues with it picking back up. Theres an entry in there that tracks which process is syncing, and it expires after a couple of minutes.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants