From 20e6ee1062e410651492dec3390a2e334f8caebc Mon Sep 17 00:00:00 2001 From: Tanguy Pruvot Date: Wed, 11 Feb 2015 18:41:42 +0100 Subject: [PATCH] qubit: fix difficulty factor for yaamp --- ccminer.cpp | 1 - 1 file changed, 1 deletion(-) diff --git a/ccminer.cpp b/ccminer.cpp index 5ea790a..306b5cf 100644 --- a/ccminer.cpp +++ b/ccminer.cpp @@ -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: