Post
Topic
Board Mining (Altcoins)
Re: [ANN] cudaMiner - a new litecoin mining application [Windows/Linux]
by
ltcnim
on 24/03/2014, 17:31:39 UTC
Atrides & me found a fix (well, he came up with it, I just found another spot which has to be fixed ^^) for ccminer 0.3 to work with dwarfpool for GroestlCoin:

edit cpu-miner.c line 672

Code:
if (opt_algo == ALGO_FUGUE256)
to
Code:
if (opt_algo == ALGO_FUGUE256 || opt_algo == ALGO_GROESTL)

edit cpu-miner.c line 722
Code:
if (opt_algo == ALGO_FUGUE256)
to
Code:
if (opt_algo == ALGO_FUGUE256 || opt_algo == ALGO_GROESTL)

stratum works now on http://dwarfpool.com/grs Smiley Have fun & join the boat ^^