Post
Topic
Board Mining (Altcoins)
Re: [ANN] sph-sgminer: multi-coin multi-algorithm GPU miner | added Sifcoin
by
DJstone
on 03/04/2014, 18:13:33 UTC
running latest SPH-SGMINER .98 version for dark coin & getting no monitor.

rebuild so many times with updated ADL SDL .h files.

290 & 290X GPUs

when using sgminer 4.1.0 (in scrypt), no issues with hardware monitoring, temp, fan.


did you run:

autoreconf -fvi
./configure CFLAGS="-O2 whatever you depend on"
make

??

I also Ran test cmd
aticonfig --adapter=1 --od-getclocks && aticonfig --adapter=1 --od-gettemperature
This confirms hardware is working.


Used this

./autogen.sh
./configure --enable-opencl --disable-adl
make
make install



Also tried...
./autogen.sh
./configure CFLAGS="-O3" --enable-opencl --enable-adl
make
make install



Not CFLAGS="-O3 ...."

CFLAGS="-O2 ..." !!!!

Pls try exactly this, without anything more or less.

This all is only working if you copied the ADL-Header files from your ADL-Download into sgminer/ADL_SDK (Build-Directory).

then in your build-directory run:

autoreconf -fvi
./configure CFLAGS="-O2 -Wall -march=native"
make


that's it.