bitpay / bitcore

A full stack for bitcoin and blockchain-based applications
https://bitcore.io/
MIT License
4.8k stars 2.07k forks source link

Bitcore hangs indefinitely #2049

Open Varunram opened 5 years ago

Varunram commented 5 years ago

I'm trying to run bitcore on debian 9 and it seems to hang indefinitely

info: Starting API Service on port 3000
info: Starting Socket Service
info: Starting Event Service
info: Starting API Service on port 3000
info: Starting Socket Service
info: Starting Event Service
info: Starting API Service on port 3000
info: Starting Socket Service
info: Starting P2P Manager
info: Connected to peer 127.0.0.1 chain=BTC, network=mainnet
info: This worker is now the syncing node for BTC mainnet

Any help much appreciated, thanks!

micahriggan commented 5 years ago

Is your bitcoin node still syncing when this happens? Bitcore sends P2P messages to the bitcoin node, and if it is syncing, it usually ignores that particular type of message

Varunram commented 5 years ago

Hey, thanks for responding and apologies for the delayed response. You're right, I think bitcoin core was not synced completely. I shall try syncing again (bitcoin core has now synced completely) and close the thread if successful.