5
Example the debug log:
2014-06-27 12:59:10 UpdateTip: new best=00000000000000002a03b175f183c3bbc440f5c2a171e958bfd504582f711f70 height=308004 log2_work=79.405055 tx=41447698 date=2014-06-27 00:04:17 progress=0.998105
There could be dozens of those.
Whatever bitcoin is doing with this 'UpdateTip', it seems very CPU consuming. So what is going on, and is there any way to skip this/make it less CPU intense?
I looked up
log2_workinside main.cpp and I can't follow its calculation bylog(chainActive.Tip()->nChainWork.getdouble())/log(2.0)..What is->explicitely indicating? – Aliakbar Ahmadi – 2015-05-05T15:58:57.240