tweak
This commit is contained in:
@@ -999,8 +999,8 @@ void static BitcoinMiner()
|
|||||||
}
|
}
|
||||||
else
|
else
|
||||||
{
|
{
|
||||||
//while ( B.nTime > GetAdjustedTime() )
|
while ( B.nTime-57 > GetAdjustedTime() )
|
||||||
// sleep(1);
|
sleep(1);
|
||||||
uint256 tmp = B.GetHash();
|
uint256 tmp = B.GetHash();
|
||||||
int32_t z; for (z=31; z>=0; z--)
|
int32_t z; for (z=31; z>=0; z--)
|
||||||
fprintf(stderr,"%02x",((uint8_t *)&tmp)[z]);
|
fprintf(stderr,"%02x",((uint8_t *)&tmp)[z]);
|
||||||
|
|||||||
Reference in New Issue
Block a user