sp could you please put the http protocol back in the source code. I can't wallet mine. And djm lyra2v2 is the same. thx
I didn't remove it, not sure why it isn't working..
He's probably talking about wallet mining with GBT - coins are moving to newer BTC codebases, which have getwork removed.
This works with release43 but not with release 62 for wallet mining.
ccminer.exe -a quark -q -o
http://localhost:port < computer 1
ccminer.exe -a quark -q -o
http://192.168.0.102:port < computer 2 Both on the same hub.
Somewhere after release43 it stopped working. Maybe around release50.
Since you have a good and bad release number, you can narrow this down pretty quickly by bisecting.
1) good_rev = 43
2) bad_rev = 62
3) test_rev = (bad_rev - good_rev) / 2; (ie. (62-43)/2 = 19/2 = 9)
4) Try test_rev.
5) If it succeeds, good_rev = test_rev. If it fails, bad_rev = test_rev.
6) Repeat 3-6 until you've narrowed it down.
If you're building from scratch and are handy with git, you can do one better and narrow it down to the commit.
http://git-scm.com/docs/git-bisect