mirror of
https://github.com/JayDDee/cpuminer-opt.git
synced 2025-09-17 23:44:27 +00:00
v3.11.2
This commit is contained in:
@@ -63,11 +63,10 @@ int scanhash_axiom( struct work *work,
|
||||
do {
|
||||
be32enc(&endiandata[19], n);
|
||||
axiomhash(hash64, endiandata);
|
||||
if (hash64[7] < Htarg && fulltest(hash64, ptarget)) {
|
||||
*hashes_done = n - first_nonce + 1;
|
||||
if (hash64[7] < Htarg && fulltest(hash64, ptarget))
|
||||
{
|
||||
pdata[19] = n;
|
||||
work_set_target_ratio( work, hash64 );
|
||||
return true;
|
||||
submit_solution( work, hash64, mythr );
|
||||
}
|
||||
n++;
|
||||
|
||||
|
Reference in New Issue
Block a user