Slothlike - I did it but it's a lot slower than abc123
Archit did you compile for compute 3.5 and did you change the constant that dave recommended (Copied his post below)?
"I see you found which constants to tune to get a little more speed at the use of a little more memory. :-)
If anyone running Linux wants to try to match his performance numbers, change the constant:
#define NUM_COUNTBITS_POWER 31
in gpuhash.cu from 31 to 32. You'll have to have about 1.2GB of memory on your GPU, but if you have it, you'll get a better c/m rate that should match what the above author posted. I plan a future release that auto-selects this a bit more carefully.
n.b. It's perfectly within the license of the code I released to re-brand and add your own donation to it, but I just want to be clear to the forum that these donations aren't going to me. Obviously, however, it's also a pain to get these things working on Windows."