Post
Topic
Board Mining (Altcoins)
Re: [ANN] sph-sgminer: multi-coin multi-algorithm GPU miner | added Sifcoin
by
apple_talk
on 07/04/2014, 14:33:03 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.

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


sgminer 4.1.0-98-ga683 - Started: [2014-04-03 15:05:52]
--------------------------------------------------------------------------------
(5s):1.447M (avg):2.011Mh/s | A:0  R:0  HW:0  WU:0.000/m
ST: 10  SS: 0  NB: 1  LW: 0  GF: 0  RF: 0
Connected to Pool 0 (longpoll) diff 424 as user vcoinrpc
Block: 4a9731f1...  Diff:424  Started: [15:05:51]  Best share: 0
--------------------------------------------------------------------------------
[P]ool management [G]PU management [ S ]ettings [D]isplay options [Q]uit
 GPU 0:                | 799.4K/997.3Kh/s | R:  0.0% HW:0 WU:0.000/m I:18
 GPU 1:                | 864.0K/1.098Mh/s | R:  0.0% HW:0 WU:0.000/m I:18
--------------------------------------------------------------------------------
[15:05:48] Started sgminer 4.1.0-98-ga683
[15:05:48] Loaded configuration file /opt/ifmi/cgminer.darkcoin.conf
[15:05:49] Kernel darkcoin is experimental.
[15:05:49] Kernel darkcoin is experimental.
[15:05:49] Kernel darkcoin is experimental.
[15:05:50] Kernel darkcoin is experimental.
[15:05:50] Kernel darkcoin is experimental.
[15:05:50] Kernel darkcoin is experimental.
[15:05:50] Kernel darkcoin is experimental.
[15:05:51] Kernel darkcoin is experimental.
[15:05:51] Probing for an alive pool
[15:05:51] Network diff set to 424
[15:05:51] No suitable long-poll found for http://192.168.1.99:12345
[15:05:57] API bind to port 4028 failed - trying again in 30sec





When running sgminer...
sgminer 4.1.153-63-g10ec - Started: [2014-04-03 19:02:50]
--------------------------------------------------------------------------------
(5s):1.677M (avg):1.598Mh/s | A:0  R:0  HW:0  WU:1674.3/m
ST: 1  SS: 0  NB: 2  LW: 42  GF: 0  RF: 0
Connected to sf.clevermining.com (stratum) diff 512 as user XXXXXXXXXXXXXXXXXXXXXXXXXXXX
Block: e47ee237...  Diff:48.6M  Started: [19:02:55]  Best share: 220
--------------------------------------------------------------------------------
[P]ool management [G]PU management [ S ]ettings [D]isplay options [Q]uit
GPU 0:  73.0C 2050RPM | 666.9K/909.4Kh/s | R:  0.0% HW:0 WU: 979.0/m I:18
GPU 1:  61.0C 2410RPM | 636.0K/869.4Kh/s | R:  0.0% HW:0 WU: 848.6/m I:18
--------------------------------------------------------------------------------
[19:02:43] Started sgminer 4.1.153-63-g10ec
[19:02:43] Loaded configuration file /opt/ifmi/cgminer.conf
[19:02:44] Initialising kernel ckolivas.cl with bitalign, unpatched BFI
[19:02:44] Initialising kernel ckolivas.cl with bitalign, unpatched BFI
[19:02:44] Probing for an alive pool
[19:02:49] sf.clevermining.com difficulty changed to 512
[19:02:50] Network diff set to 46.9M
[19:02:55] API running in IP access mode on port 4028 (11)
[19:02:55] Network diff set to 48.6M
[19:02:55] Stratum from sf.clevermining.com detected new block



deleted sph-sgminer folder

Yesterday I did another fresh pull using git.
updated ADL_SDK .h files into include folder.
autoreconf -fvi
./configure CFLAGS="-O2 -Wall -march=native"
make


same result, btw, it still showed .98 version, I thought their is a version update?