1
0
mirror of https://github.com/GOSTSec/ccminer synced 2025-01-10 14:57:53 +00:00

qubit: fix difficulty factor for yaamp

This commit is contained in:
Tanguy Pruvot 2015-02-11 18:41:42 +01:00
parent 09c3ac6b4b
commit 20e6ee1062

View File

@ -1063,7 +1063,6 @@ static void stratum_gen_work(struct stratum_ctx *sctx, struct work *work)
break;
case ALGO_KECCAK:
case ALGO_LYRA2:
case ALGO_QUBIT:
diff_to_target(work->target, sctx->job.diff / (128.0 * opt_difficulty));
break;
default: