SGMiner 'Modded' versions are usually nothing more than standard sgminer compiled under 14.6 Beta (rev 1) Drivers.
You're right! But how?
I can compile the SPH-SGMiner, but no chance with SGMiner 5. This is my current
NOT working howto:
copy ADL 6 files to /sgminer-5_0/ADL*
cd sgminer-5_0
git clone
https://github.com/sgminer-dev/sgminergit init
git submodule init
git submodule update
libtoolize
autoreconf -ivf
CFLAGS="-O2 -Wall -march=native" ./configure
sudo make
After "make" a get the same error:
https://github.com/sgminer-dev/sgminer/issues/339Realy don't understand the "git thing". Don't need that for compiling SPH-SGMiner, which works fine:
cp ADL_SDK_6.0/include/* sph-sgminer_x11mod/ADL_SDK
cd sph-sgminer_x11mod
./autogen.sh
CFLAGS="-O2 -Wall -march=native" ./configure
sudo make install
It amazes me how many people have no idea what they are doing, and just look for other peoples mining compiles/software.
Do a little work, and you can do it yourself. Plus it is a LOT less risky, than downloading miners that are probably doing hidden mining.
I know i am falling on deaf ears, as nearly all you 'miners' are point-and-click warriors, and have no fundamental knowledge on what you are doing. If it wasn't so sad i would laugh.

Do you have any sources where a beginner could start with and get some fundamental knowledge?