So I finally got Cudaminer working with CUDA 5.5 on my GTX 560, but it's reporting crazy high hashrates, in the range of 100,000-500,000 kh/s mining Scrypt.
On top of that, the pool I'm mining with to test it out only received two shares from me 10 minutes, and told me I was ranging from 0-3 kh/s.
Any suggestions on what I'm doing wrong?
Which cudaminer are you using? Where did you download it from? What's your command line/batch file?
I assume I'm using the most recent version, since I downloaded the zip straight from the Github
https://github.com/cbuchner1/CudaMinerMy sh file is
#!/bin/bash
cudaminer -H 2 -l F112x2 -o stratum+tcp://doge-us.poolerino.com:3333 -O username:password
It's exactly the same as when I used it to mine back in December, which worked.
Is there a new command line option since then that I have to add for it to work, maybe?