mirror of
https://github.com/GOSTSec/ccminer
synced 2025-01-10 23:08:02 +00:00
qubit: fix difficulty factor for yaamp
This commit is contained in:
parent
09c3ac6b4b
commit
20e6ee1062
@ -1063,7 +1063,6 @@ static void stratum_gen_work(struct stratum_ctx *sctx, struct work *work)
|
|||||||
break;
|
break;
|
||||||
case ALGO_KECCAK:
|
case ALGO_KECCAK:
|
||||||
case ALGO_LYRA2:
|
case ALGO_LYRA2:
|
||||||
case ALGO_QUBIT:
|
|
||||||
diff_to_target(work->target, sctx->job.diff / (128.0 * opt_difficulty));
|
diff_to_target(work->target, sctx->job.diff / (128.0 * opt_difficulty));
|
||||||
break;
|
break;
|
||||||
default:
|
default:
|
||||||
|
Loading…
Reference in New Issue
Block a user