kadena-io / chainweb-node

Chainweb: A Proof-of-Work Parallel-Chain Architecture for Massive Throughput
https://docs.kadena.io/basics/whitepapers/overview
BSD 3-Clause "New" or "Revised" License
249 stars 95 forks source link

Couldn't connect to update stream #659

Closed cryptosword6319 closed 4 years ago

cryptosword6319 commented 5 years ago

Allways getting "[warn] Couldn't connect to update stream. Trying again" with chainweb-miner What does this mean? How to fix it?

emilypi commented 4 years ago

Hey @cryptosword6319 - sorry about the late reply on this. That was the message a miner would give when it couldn't connect to a node's updates during the work request phase. The causes for this would be that a particular target node was unreachable because it was down, had too many requests in its queue, or was unreachable at the network level.

Since this is a miner question, and we've since split out the miner code to https://github.com/kadena-io/chainweb-miner, i'm going to close this and you can log any further issues or questions at that repo. Thanks!