1 2014-03-09 00:13:24 <alex_fun> hello
2 2014-03-09 00:13:48 <alex_fun> #// Go back by what we want to be 14 days worth of blocks     const CBlockIndex* pindexFirst = pindexLast;     for (int i = 0; pindexFirst && i < nInterval-1; i++)         pindexFirst = pindexFirst->pprev;     assert(pindexFirst);  How this formula covers 14days?
3 2014-03-09 00:15:41 <jgarzik> whee, fun burst of
4 2014-03-09 00:15:42 <jgarzik> 2014-03-09 00:15:28 ERROR: AcceptToMemoryPool : free transaction rejected by rate limiter
5 2014-03-09 00:15:50 <jgarzik> right after a long burst of double-spend denials
6 2014-03-09 00:26:11 <alex_fun> :))
7 2014-03-09 00:32:39 <trainhappy> bitcoin-deamon on arch linux appears to be corrupted