I just tried on one pool Blakecoin EU1 pool, I get only boo's.
the hashrate would be max 130Mhash, I just checked with the big amd electron's sucker (which doesn't seem to use that much on it),
ouch 3.25GHash/s
this is the code from the blakecoin CPU miner... so the line on the bottom applies to Blake256.
I fixed this in cudaminer now.
if (opt_algo == ALGO_SCRYPT)
diff_to_target(work->target, sctx->job.diff / 65536.0);
else
diff_to_target(work->target, sctx->job.diff);
About the hashing speed: This is a straight port of the CPU code running mostly unoptimized in CUDA. Bad speed is kind of
expected, although 50 MHash/s is a start...
If hashes are still getting rejected now, there must be another reason (maybe endianness problems....)
Christian