Post
Topic
Board Pools
Re: [8500 GH/s] Slush's Pool (mining.bitcoin.cz); TX FEES + UserDiff; ASIC tested
by
Trongersoll
on 26/05/2013, 16:52:49 UTC
Well, the negatives were amusing. I suspect that what happened is the numbers got bigger than could be represented with the number type in the code. when that happens the sign bit gets changed and the number wraps around becoming negative. basically the biggest number + 1 = the most negative number. Shocked