Node 8 Sync Won't Continue after Stopping
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
Any workaround or fix ?
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.