Q: I'm having an issue. What debugging information should I provide?
A: Start sgminer with your regular commands and add -D -T --verbose and provide
the full startup output and a summary of your hardware, operating system, ATI
driver version and ATI stream version.
the full startup output and a summary of your hardware, operating system, AMD
driver version and AMD stream version.
Q: Why don't you provide win64 builds?
A: Win32 builds work everywhere and there is precisely zero advantage to a
@ -85,12 +85,7 @@ A: sgminer will compile on OSX, but the performance of GPU mining is
@@ -85,12 +85,7 @@ A: sgminer will compile on OSX, but the performance of GPU mining is
compromised due to the opencl implementation on OSX, there is no temperature
or fanspeed monitoring, and the cooling design of most MACs, despite having
powerful GPUs, will usually not cope with constant usage leading to a high
risk of thermal damage. It is highly recommended not to mine on a MAC unless
it is to a USB device.
Q: I'm trying to mine litecoin but sgminer shows MH values instead of kH and
submits no shares?
A: Add the --scrypt parameter.
risk of thermal damage. It is highly recommended not to mine on a MAC.
Q: I switch users on windows and my mining stops working?
A: That's correct, it does. It's a permissions issue that there is no known
@ -116,19 +111,8 @@ it fail when php is installed properly but I only get errors about Sockets not
@@ -116,19 +111,8 @@ it fail when php is installed properly but I only get errors about Sockets not
@ -169,7 +169,7 @@ Extract the share\git-core folder and place it into \MinGW\share.
@@ -169,7 +169,7 @@ Extract the share\git-core folder and place it into \MinGW\share.
After the previous step you should have a folder called \MinGW\share\git-core.
To test if it is working, open a MinGW shell and type the following:
git config -–global core.autocrlf false (note: one time run only)
git clone git://github.com/ckolivas/sgminer.git
git clone git://github.com/veox/sgminer.git
If you simply just want to update the source after you have already cloned, type:
git pull
@ -191,65 +191,13 @@ From now on when your current working directory is the sgminer source directory
@@ -191,65 +191,13 @@ From now on when your current working directory is the sgminer source directory
You can simply type "adl.sh" and it will place the ADL header files into place
For you. Make sure you never remove the ADL_SDK folder from your home folder.