You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
code for the correct nonce found:
if (!(uint32_t)(&hash[28]))
{
hash_found = 1;
......
}
hash[28] = 0 means the hash is smaller then target?
don't need to compare the hash with the target? like... hextoint(hash) < hextoint(target)....?
i'm new sorry, but why..
The text was updated successfully, but these errors were encountered:
superkisme
changed the title
why this code can check nonce is lower than target?
why this code can check nonce is smaller than target?
Jul 22, 2021
superkisme
changed the title
why this code can check nonce is smaller than target?
why this code can check the nonce-hash is smaller than target?
Jul 22, 2021
code for the correct nonce found:
if (!(uint32_t)(&hash[28]))
{
hash_found = 1;
......
}
hash[28] = 0 means the hash is smaller then target?
don't need to compare the hash with the target? like... hextoint(hash) < hextoint(target)....?
i'm new sorry, but why..
The text was updated successfully, but these errors were encountered: