Skip to content

Commit

Permalink
Fix qubit diff for yaamp
Browse files Browse the repository at this point in the history
was tested first on theblockfactory, but its explained there we can
use -f 128 on their pool.
  • Loading branch information
tpruvot committed Feb 13, 2015
1 parent 9de3ec6 commit 0766081
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion cpu-miner.c
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit 0766081

Please sign in to comment.