Post
Topic
Board Announcements (Altcoins)
Re: [ANN] (Re-announce) -- ApeCoin
by
apecoin
on 14/03/2014, 19:11:44 UTC
it spams to stdout:

Code:
GetNextWorkRequired RETARGET
nTargetTimespan = %lld    nActualTimespan = %lld
Before: %08x  %s
After:  %08x  %s
SetBestChain: new best=%s  height=%d  work=%s  date=%s

I thought this was funny  Tongue

but debug.log has more useful lines:
SetBestChain: new best=8a09f01db6b050792739  height=60313  work=81439733234730  date=25.01.2014 20:39:29


That's in "GetNextWorkRequired_Launch" which is...vestigial at the moment. GetNextWorkRequired_KGW is what currently gets called.

But...you're right, I should scrub the debugging info more diligently.