From 076608119bbfe3e8322053fc7a6e759dabd68580 Mon Sep 17 00:00:00 2001 From: Tanguy Pruvot Date: Fri, 13 Feb 2015 20:21:47 +0100 Subject: [PATCH] Fix qubit diff for yaamp was tested first on theblockfactory, but its explained there we can use -f 128 on their pool. --- cpu-miner.c | 1 - 1 file changed, 1 deletion(-) diff --git a/cpu-miner.c b/cpu-miner.c index 3fd4d72ea..b21c01f87 100644 --- a/cpu-miner.c +++ b/cpu-miner.c @@ -1631,7 +1631,6 @@ static void stratum_gen_work(struct stratum_ctx *sctx, struct work *work) case ALGO_FRESH: case ALGO_DMD_GR: case ALGO_GROESTL: - case ALGO_QUBIT: diff_to_target(work->target, sctx->job.diff / (256.0 * opt_diff_factor)); break; case ALGO_KECCAK: