So I finally got cudaminer up and running for a day and i was getting a whopping 7-20kb/s using this formula that i found somewhere for dogecoin:
cudaminer -r 10 -R 30 -T 30 -H 1 -i 0 -C 2 -1 auto -- url stratum+tcp://pool:port -u username -p password
setx GPU_USE_SYNC_OBJECTS 1
setx GPU_MAX_ALLOC_PERCENT 100
So i thought i would try another thing I found:
cudaminer --script -o stratum+tcp://pool:port -u username -p password -i 20 -g 1 -W 256 --thread-concurrency 8000
It gave me an error that I have now forgotten
so I switched back to the first one and now I get this error no matter what I try: "the application was unable to start correctly (0xc000007b)
Thanks
~J
Try
cudaminer.exe -R 1 -C 0 -a scrypt -o "URL" -u username -p pw
I suggest you don't mess with GPU settings; just let cudaminer pick the best settings.
*EDIT* Now that I read your post more closely, are you saying you're trying to run cudaminer on an ATI Radeon 5870? Cudaminer is for nVidia cards. Use cgminer. Entering
will show all options.