The block source seems to be fading in and out. Anyone else have there blockchain falling behind? Do I need to add a new node?
Mine sometimes gets stuck even with 4-5 connections but if I just leave it open and come back a couple hours later it usually figures itself out.
This is due to indexing issues in memory [pindex->pnext], that were not properly linked. It takes hours because it has to update the chain from the Orphan Root which does one block at a time when getblocks fails. At least that has been my experience in the code [and oh what a Bugger this can be].
~Videlicet