So I've only been mining for about a month but I've acquired 3 extra GPUs and the rest of the parts needed for a full time mining rig in that time frame.
PTS got me into it all but now I'm looking to branch out some, so of course cgminer is a must.
I'm running linux mint 16 and all was going fine with drivers, overclocks, and the clpts miner for PTS. Cgminer seems to be not wanting to go so smoothly.
From everything I have researched you need to extract the tar.gz file and then cd into the extracted directory and run
to make sure it's picking up the GPUs correctly. Only problem is I don't have that file. When I list the directory contents the closest thing to it is cgminer.c.
Edit: I'm willing to bet that all my issues would be solved if I could find out why I don't have the cgminer file in my extracted directory.So I know it's something obvious I'm missing but it's driving me nuts. I have done the obvious google searching for this exact problem and have yet to come across any solutions or suggestions.
I also followed tried to follow this guide...
https://coinaxis.com/index.php/news/entry/how-to-configure-linux-and-build-cgminer-for-bitcoin-and-litecoinI installed all the dependencies and I already had the AMD drivers and the SDK installed. When I got to the ADL drivers I ran into an error there as well after typing in only the second command listed (not to mention the ./audogen.sh that's suggested is again nowhere in my directory)...
$ mkdir ADL
$ mv ADL_SDK_5.0.zip ADL
mv: cannot stat 'ADL_SDK 5.0.zip': No such file or directory
It seems as if that code was getting me to extract a zip from nothing so I'm not sure what was supposed to happen there. So I just tried to skip over that to the "Build Cgminer" section. I used the exact same code listed except my SDK is in a folder labeled "AMDAPP" so I subbed out the "AMD-APP-SDK-v2.8.1.0-RC-lnx32" in the code and subbed in the correct "AMDAPP" in both neccisary places.
When I run that it seems to go through some compiling before I get back the start of the "Configuration Options Summary:" but there are only 4 lines of information listed as so...
libcurl(GBT+getwork).: Enabled: -lcurl
curses.TUI...................: Found: -lncurses
OpenCL.......................: NOT FOUND. GPU mining support DISABLED
configure: error: No mining configured in
Any suggestions would be greatly appreciated!