Address balance list updated up to block #210732. Also, here's a normalized hashrate graph, assuming 50% hashrate decrease on each Nfactor change (I'm not entirely convinced it's correct). The formula I'm using is:
f_normalize(time, hashrate) = hashrate / (0.5**(f_getNfactor(time) - 9))
where 0.5 is the hashrate decrease factor and 9 is the Nfactor we're normalizing for (N=1024 as in litecoin and other altcoins).
I don't like the sharp drops after each Nfactor change. Any clues as to why might this be happening? Could this be because of broken GPU miners that needed code changes for each N change? Also, need feedback on the 50% figure.