mirror of
https://github.com/JayDDee/cpuminer-opt.git
synced 2025-09-17 23:44:27 +00:00
v3.7.10
This commit is contained in:
@@ -47,7 +47,6 @@ void init_x15_4way_ctx()
|
||||
{
|
||||
blake512_4way_init( &x15_4way_ctx.blake );
|
||||
bmw512_4way_init( &x15_4way_ctx.bmw );
|
||||
sph_bmw512_init( &x15_4way_ctx.bmw );
|
||||
init_groestl( &x15_4way_ctx.groestl, 64 );
|
||||
skein512_4way_init( &x15_4way_ctx.skein );
|
||||
jh512_4way_init( &x15_4way_ctx.jh );
|
||||
|
||||
@@ -245,6 +245,7 @@ int scanhash_x15(int thr_id, struct work *work,
|
||||
if (!(hash64[7] & mask)) {
|
||||
printf("[%d]",thr_id);
|
||||
if (fulltest(hash64, ptarget)) {
|
||||
work_set_target_ratio( work, hash64 );
|
||||
*hashes_done = n - first_nonce + 1;
|
||||
return true;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user