Ninjastic
Home
Search
Users
Boards
Addresses
Ctrl + K
Toggle theme
Open menu
Post
Edited versions
Quotes to this post
Post
5640833
Topic
475795
Board
Mining (Altcoins)
Re: [ANN][DRK|Q2C|QRK|MYR] sph-sgminer - multi-algo GPU miner | MYR groestl added!
by
badman74
on
11/03/2014, 14:06:28 UTC
Quote from: feeleep on March 11, 2014, 12:38:33 PM
Quote from: IL MinaTore on March 11, 2014, 12:27:33 PM
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 ?
no idea - lets wait for dev to look at this
I can change that in the code then do a new windows compile to test when I get off work (in 6 hours)