Ninjastic
Home
Search
Users
Boards
Addresses
Ctrl + K
Toggle theme
Open menu
Post
Edited versions
Quotes to this post
Post
5639455
Topic
475795
Board
Mining (Altcoins)
Re: [ANN][DRK|Q2C|QRK|MYR] sph-sgminer - multi-algo GPU miner | MYR groestl added!
by
IL MinaTore
on
11/03/2014, 12:27:33 UTC
Quote from: feeleep on March 11, 2014, 09:33:54 AM
@phm
I was investigating rejected share ration for quark based coins and noticed that you may have a mistake in the code:
https://github.com/prettyhatemachine/sph-sgminer/blob/master/quarkcoin.c#L144
for quarks it should be:
Code:
static const uint32_t diff1targ = 0x00000000ffff;
instead of:
Code:
static const uint32_t diff1targ = 0x0000ffff;
please consider this
feeleep
there will be some update of the code to fix the problem ?