Post
Topic
Board Altcoin Discussion
Re: feathercoin chain stuck at 33582
by
normunds0ch
on 13/04/2014, 08:34:57 UTC
update ur wallet
can I kindly ask you which version are you running? I downloaded it yesterday and as far as I tell there are no later versions than 0.8.6.1; I downloaded the source code as well (and compiled Linux version that also stays on the same block); code also has not been changed yet.

Well, talking about latest changes - there is one that could affect:

-    enum { nMedianTimeSpan=11 };
+    enum { nMedianTimeSpan=13 };


The AcceptBlock() routine uses median time span to decide if timsetamp is valid or not. I assume changing it might affect certain blocks with not fully cosher timestamps.

Edited: that was it - I changed it back to enum { nMedianTimeSpan=11 }; re-compiled and it works now. Do not want to compile QT client on Windows, but at least Linux version is on the way of getting the full chain now... Thanks guys for inspiration to look around  Wink