minium
Results
2
comments of
minium
Hey David, this is very strange. According to the block header definition, the nBits field is of an unsigned integer type, in 0.9.0 it was "unsigned int" and in the...
You are indeed correct. The compact floating point representation includes a sign bit. The full target is computed from its compact representation as: significand = compact & 0x007FFFFF exponent =...