Hm, would you mind explaining, what it is this Change actually does? From the comments, I then don't quite get it (and I'm confused about this "active coins participating").
Thanks a lot!
Kernel hash checking is performed using this condition:
hash(kernel) <= bnTarget * nValue * nTimeWeight
If nTimeWeight starts from zero, then immediate block generation will be prevented even with extremely low difficulty.
This feature is active from
being of time startup of chain, but the TimeWeight is
limited by 60 days, which is wrong. This will be fixed
since 1 January 2014.
It's quite stable but has some minor issues. But you are right, it should be moved into experimental folder, I'll ask the account owner to do so.