Bitcoin Forum

Alternate cryptocurrencies => Mining (Altcoins) => Topic started by: darxide on January 21, 2014, 03:05:03 AM



Title: Can't get cgminer to recognize video card
Post by: darxide on January 21, 2014, 03:05:03 AM
EDIT: Problem solved. Please disregard.

I managed to get CPU mining up and running without any problems so I know my pool and workers are functioning just fine so now I'm trying to get GPU mining to work

I have an old Radeon 4670HD and after some Googling I found that this card works just fine for mining. I have the latest drivers for the card as well as the latest OpenCL SDK (v 2.9) from AMD.

My .bat file currently looks like this:

Code:
cgminer.exe --scrypt -o stratum+tcp://server1.cryptovalley.com:3333 -u darxide.worker1 -p 1234

This is what I see when I run the .bat file.
http://vvcap.net/db/fdSHI-IAe7Pvdp0g0Zqe.png

I've been told cgminer 3.7 isn't as good as 3.5 so I also tried 3.5 and got the same results. I found someone with my same graphics card having the same problem here (http://bitcointalk.org/index.php?topic=361813.120) on pages 7 and 8 but following the same steps given to them I still can't get mine going.

Help appreciated. Thanks.