You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
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.
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
The text was updated successfully, but these errors were encountered: