Pages:
Author

Topic: [ANN] sph-sgminer: multi-coin multi-algorithm GPU miner | added MaruCoin - page 18. (Read 515713 times)

legendary
Activity: 1792
Merit: 1008
/dev/null
I am offering a 0.1 Bitcoin tip for assistance in getting my mining rig up and running.

I have been struggling for days to get sph-sgminer to see my Radion R9 290 Tri-x card.
I am running Zorin a 64 bit linux distribution.

What I have done so far

First I tried installing the latest versions of catalyst but that did not work. Gave a black screen and HDMI cable stopped transmitting info to the monitor although system could still be accessed via teamviewer and otherwise loaded normally.

Then I downgraded (after complete wipe and reinstall) to catalyst-13.11-beta V9.4 which seemed to work as the system now loaded fine.

After installing catalyst I then installed AMD-APP-SDK-v2.9-lnx64.

I then downloaded sph-sgminer-master, and I copied the three files from the ADL_SDK_6.0/ include folder to their appropriate place in the sph-sgminer-master folder

I downloaded the the dependencies and compiled sph-sgminer-master without issue.

./configure shows that everything installed correctly
Quote
Configuration Options Summary:
  Use git version......: no
  libcurl(GBT+getwork).: Enabled: -lcurl  
  curses.TUI...........: FOUND: -lncurses
  OpenCL...............: FOUND. GPU mining support enabled
  ADL..................: SDK found, GPU monitoring support enabled

However after I compile when I run ./sgminer -n I get the following
Quote
[21:25:48] CL Platform 0 vendor: Advanced Micro Devices, Inc.                    
[21:25:48] CL Platform 0 name: AMD Accelerated Parallel Processing                    
[21:25:48] CL Platform 0 version: OpenCL 1.2 AMD-APP (1214.3)                    
[21:25:48] Error -1: Getting Device IDs (num)                    
[21:25:48] clDevicesNum returned error, no GPUs usable                    
[21:25:48] 0 GPU devices max detected                

Looks like no GPU drivers are installed, however they are installed.
When I check sudo aticonfig --lsa
My output is
Quote
* 0. 01:00.0 AMD Radeon R9 290 Series
* - Default adapter

I checked my xorg.conf and its output is as follows
Quote
Section "ServerLayout"
   Identifier     "aticonfig Layout"
   Screen      0  "aticonfig-Screen[0]-0" 0 0
EndSection

Section "Module"
EndSection

Section "Monitor"
   Identifier   "aticonfig-Monitor[0]-0"
   Option       "VendorName" "ATI Proprietary Driver"
   Option       "ModelName" "Generic Autodetecting Monitor"
   Option       "DPMS" "true"
EndSection

Section "Device"
   Identifier  "aticonfig-Device[0]-0"
   Driver      "fglrx"
   BusID       "PCI:1:0:0"
EndSection

Section "Screen"
   Identifier "aticonfig-Screen[0]-0"
   Device     "aticonfig-Device[0]-0"
   Monitor    "aticonfig-Monitor[0]-0"
   DefaultDepth     24
   SubSection "Display"
      Viewport   0 0
      Depth     24
   EndSubSection
EndSection

So I am totally stumped. I don't want to spend hours on this and get nowhere. Figure this out for me and I'll tip you 0.1 Bitcoin.

Are you logged in? If not, you have to. OpenCL for ATI only works when an X is running. the logging screen itself is no X.
Also what is the output of this command: fglrxinfo (run it inside your X or set DISPLAY)
hero member
Activity: 812
Merit: 1000
I'd suggest getting PiMP or Bamt 1.6 and it'll run out of the box.  Undecided
newbie
Activity: 13
Merit: 0
I am offering a 0.1 Bitcoin tip for assistance in getting my mining rig up and running.

I have been struggling for days to get sph-sgminer to see my Radion R9 290 Tri-x card.
I am running Zorin a 64 bit linux distribution.

What I have done so far

First I tried installing the latest versions of catalyst but that did not work. Gave a black screen and HDMI cable stopped transmitting info to the monitor although system could still be accessed via teamviewer and otherwise loaded normally.

Then I downgraded (after complete wipe and reinstall) to catalyst-13.11-beta V9.4 which seemed to work as the system now loaded fine.

After installing catalyst I then installed AMD-APP-SDK-v2.9-lnx64.

I then downloaded sph-sgminer-master, and I copied the three files from the ADL_SDK_6.0/ include folder to their appropriate place in the sph-sgminer-master folder

I downloaded the the dependencies and compiled sph-sgminer-master without issue.

./configure shows that everything installed correctly
Quote
Configuration Options Summary:
  Use git version......: no
  libcurl(GBT+getwork).: Enabled: -lcurl  
  curses.TUI...........: FOUND: -lncurses
  OpenCL...............: FOUND. GPU mining support enabled
  ADL..................: SDK found, GPU monitoring support enabled

However after I compile when I run ./sgminer -n I get the following
Quote
[21:25:48] CL Platform 0 vendor: Advanced Micro Devices, Inc.                    
[21:25:48] CL Platform 0 name: AMD Accelerated Parallel Processing                    
[21:25:48] CL Platform 0 version: OpenCL 1.2 AMD-APP (1214.3)                    
[21:25:48] Error -1: Getting Device IDs (num)                    
[21:25:48] clDevicesNum returned error, no GPUs usable                    
[21:25:48] 0 GPU devices max detected                

Looks like no GPU drivers are installed, however they are installed.
When I check sudo aticonfig --lsa
My output is
Quote
* 0. 01:00.0 AMD Radeon R9 290 Series
* - Default adapter

I checked my xorg.conf and its output is as follows
Quote
Section "ServerLayout"
   Identifier     "aticonfig Layout"
   Screen      0  "aticonfig-Screen[0]-0" 0 0
EndSection

Section "Module"
EndSection

Section "Monitor"
   Identifier   "aticonfig-Monitor[0]-0"
   Option       "VendorName" "ATI Proprietary Driver"
   Option       "ModelName" "Generic Autodetecting Monitor"
   Option       "DPMS" "true"
EndSection

Section "Device"
   Identifier  "aticonfig-Device[0]-0"
   Driver      "fglrx"
   BusID       "PCI:1:0:0"
EndSection

Section "Screen"
   Identifier "aticonfig-Screen[0]-0"
   Device     "aticonfig-Device[0]-0"
   Monitor    "aticonfig-Monitor[0]-0"
   DefaultDepth     24
   SubSection "Display"
      Viewport   0 0
      Depth     24
   EndSubSection
EndSection

So I am totally stumped. I don't want to spend hours on this and get nowhere. Figure this out for me and I'll tip you 0.1 Bitcoin.



sr. member
Activity: 420
Merit: 250
do u guys know any good conf for 290 non x and 270x? everytime I mine this site, I got idle on gpu 0 , I don't know why?
legendary
Activity: 1624
Merit: 1001
All cryptos are FIAT digital currency. Do not use.
Hello.
I have Windows 8.1, Catalist 13.2 and last version sph-sgminer.
Bat file i try: "GPU_MAX_ALLOC_PERCENT=100 ./sgminer -k quarkcoin -o stratum+tcp://frq.cpu-pool.net:3480 -u 1 -p 1"

Miner can`t run. What i do is wrong?
Thanks for answer.

Remove the "=" sign and the "./". Wink
hero member
Activity: 658
Merit: 500
Hello.
I have Windows 8.1, Catalist 13.2 and last version sph-sgminer.
Bat file i try: "GPU_MAX_ALLOC_PERCENT=100 ./sgminer -k quarkcoin -o stratum+tcp://frq.cpu-pool.net:3480 -u 1 -p 1"

Miner can`t run. What i do is wrong?
Thanks for answer.
it should be
Code:
GPU_MAX_ALLOC_PERCENT 100
sgminer -k quarkcoin -o stratum+tcp://frq.cpu-pool.net:3480 -u username.minername -p password
hero member
Activity: 658
Merit: 500
is the second one 290 gpu? does ur conf work with all 290 non x gpu or not?
the first one runs my monitor so it's always somewhat lower
both are regular r9 290's
full member
Activity: 160
Merit: 100
For x11 / DRK miners who use classic intensity settings: Try experimental intensity 400 / 800 instead and report back with hashrate and reject rates. In my experience, experimental intensity of 400 provided better hashrate and less rejects on a 5830 and a 6850.

o.O my r9 290's work best at x 40/60 anything more does nothing

Hm... in my 5830 and 6850, the x 800 gives more hashrate than x 400 but it's also giving more rejects. Actually I got around 3-4% more hashrate with experimental intensity 400 and less rejects compared to i 18. Could be different for 280/290 though.

I've decent hashrate/reject ratio with these setting below(both R9 290s, sph build 103).

Quote
"auto-fan" : true,
"xintensity" : "300",
"vectors" : "1",
"worksize" : "256",
"lookup-gap" : "2",
"thread-concurrency" : "20481",
"api-listen" : true,
"api-port" : "4028",
"api-allow" : "W:127.0.0.1",
"gpu-threads" : "1",
"gpu-dyninterval" : "7",
"gpu-platform" : "0",
"gpu-engine" : "1020,1000,1120",
"gpu-memclock" : "1250,1250,1250",
"gpu-powertune" : "20,20,20",
"gpu-vddc" : "0.00,0.00,0.00",
"gpu-fan" : "55-80,55-80,55-80",
"temp-hysteresis" : "3",
"temp-cutoff" : "90,90,90",
"temp-overheat" : "85,85,85",
"temp-target" : "75,75,75",
"log" : "5",
"no-pool-disable" : true,
"queue" : "1",
"expiry" : "28",
"scan-time" : "7",
"shares" : "0",
"kernel-path" : "/usr/local/bin",
"kernel" : "darkcoin"

GPU 1,2 - 2.3Mh/<1% rej.
GPU 3 - 2.5Mh/<1% rej.
full member
Activity: 126
Merit: 100
Hello.
I have Windows 8.1, Catalist 13.2 and last version sph-sgminer.
Bat file i try: "GPU_MAX_ALLOC_PERCENT=100 ./sgminer -k quarkcoin -o stratum+tcp://frq.cpu-pool.net:3480 -u 1 -p 1"

Miner can`t run. What i do is wrong?
Thanks for answer.
sr. member
Activity: 420
Merit: 250
is the second one 290 gpu? does ur conf work with all 290 non x gpu or not?
hero member
Activity: 658
Merit: 500
what setting I can use for 290 non x and 270x on darkcoin?
here is my conf for my 290's getting around 2.3 and 2.5mh/s
Code:
"intensity" : "18,20",
"worksize" : "256",
"kernel" : "darkcoin",
"lookup-gap" : "2",
"thread-concurrency" : "30592",
"gpu-engine" : "750-1050",
"gpu-fan" : "45-100",
"gpu-memclock" : "1400",
"temp-cutoff" : "95,95",
"temp-overheat" : "92,92",
"temp-target" : "88,88",
"api-mcast-port" : "4028",
"api-port" : "4028",
"auto-fan" : true,
"auto-gpu" : true,
"expiry" : "120",
"gpu-dyninterval" : "7",
"gpu-threads" : "1",
"hotplug" : "5",
"log" : "5",
"no-pool-disable" : true,
"no-submit-stale" : true,
"queue" : "1",
"scan-time" : "30",
"temp-hysteresis" : "5",
"kernel-path" : "/usr/local/bin"
sr. member
Activity: 420
Merit: 250
what setting I can use for 290 non x and 270x on darkcoin?
legendary
Activity: 1708
Merit: 1049
For x11 / DRK miners who use classic intensity settings: Try experimental intensity 400 / 800 instead and report back with hashrate and reject rates. In my experience, experimental intensity of 400 provided better hashrate and less rejects on a 5830 and a 6850.

o.O my r9 290's work best at x 40/60 anything more does nothing

Hm... in my 5830 and 6850, the x 800 gives more hashrate than x 400 but it's also giving more rejects. Actually I got around 3-4% more hashrate with experimental intensity 400 and less rejects compared to i 18. Could be different for 280/290 though.
newbie
Activity: 18
Merit: 0
okay... I was hoping I was over these errors, but I guess not.
After entering the "make" command this appears:
Code:
make[2]: Entering directory `/home/erik/Mining/sph-sgminer-master/sph-sgminer'
  CC     sgminer-sgminer.o
In file included from ./sha2.h:36:0,
                 from sgminer.c:49:
./miner.h:37:19: fatal error: CL/cl.h: No such file or directory
compilation terminated.
make[2]: *** [sgminer-sgminer.o] Error 1
make[2]: Leaving directory `/home/erik/Mining/sph-sgminer-master/sph-sgminer'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/home/erik/Mining/sph-sgminer-master/sph-sgminer'
make: *** [all] Error 2

Preceding this, upon completing the ./configure command, the configure options summary displays the following:
Code:
Configuration Options Summary:

  Use git version......: yes
  libcurl(GBT+getwork).: Enabled: -lcurl  
  curses.TUI...........: NOT FOUND. TUI support DISABLED
  OpenCL...............: NOT FOUND. GPU mining support DISABLED
configure: error: OpenCL not found

Is curses.TUI required or a dependency?
Is OpenCL required or a dependency?

Thanks
-Erik

okay... new update I checked the Readme and found that curses.TUI is under "optional".
I downloaded it anyway....
Code:
sudo apt-get install libncurses5-dev

Now after running ./configure again, it shows  it as "found".

Now, why does it show Opencl as not found....? does this have to do with the APP SDK?
I downloaded that.
Any assistance is appreciated.
Can someone help me figure this out? Ive been working at it the past two days, I will tip my first day of mining dark to someone who successfully helps me solve these errors. (I have four 7950s and two 280xs)
have you installed the amd app sdk?
it is a dependency for opencl

To install after downloading type this into terminal:
Code:
sudo ./Install-AMD-APP.sh

Hey, thanks badman, EFFV!
Compiling is now completed!
I will definitely be sending a tip your way once this gets mining.
But, upon launch I have a new problem,
Code:
[20:54:22] Started sgminer 4.1.0-103-g00015Segmentation fault (core dumped)
I get this upon running sgminer, what causes this?
Thanks
-erik

Also, I figured out I actually had not installed AMD APP SDK, Thanks!
sr. member
Activity: 278
Merit: 250
okay... I was hoping I was over these errors, but I guess not.
After entering the "make" command this appears:
Code:
make[2]: Entering directory `/home/erik/Mining/sph-sgminer-master/sph-sgminer'
  CC     sgminer-sgminer.o
In file included from ./sha2.h:36:0,
                 from sgminer.c:49:
./miner.h:37:19: fatal error: CL/cl.h: No such file or directory
compilation terminated.
make[2]: *** [sgminer-sgminer.o] Error 1
make[2]: Leaving directory `/home/erik/Mining/sph-sgminer-master/sph-sgminer'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/home/erik/Mining/sph-sgminer-master/sph-sgminer'
make: *** [all] Error 2

Preceding this, upon completing the ./configure command, the configure options summary displays the following:
Code:
Configuration Options Summary:

  Use git version......: yes
  libcurl(GBT+getwork).: Enabled: -lcurl  
  curses.TUI...........: NOT FOUND. TUI support DISABLED
  OpenCL...............: NOT FOUND. GPU mining support DISABLED
configure: error: OpenCL not found

Is curses.TUI required or a dependency?
Is OpenCL required or a dependency?

Thanks
-Erik

okay... new update I checked the Readme and found that curses.TUI is under "optional".
I downloaded it anyway....
Code:
sudo apt-get install libncurses5-dev

Now after running ./configure again, it shows  it as "found".

Now, why does it show Opencl as not found....? does this have to do with the APP SDK?
I downloaded that.
Any assistance is appreciated.
Can someone help me figure this out? Ive been working at it the past two days, I will tip my first day of mining dark to someone who successfully helps me solve these errors. (I have four 7950s and two 280xs)
have you installed the amd app sdk?
it is a dependency for opencl

To install after downloading type this into terminal:
Code:
sudo ./Install-AMD-APP.sh
hero member
Activity: 658
Merit: 500
Do I need to adjust the normal intensity if the expI is used ?
experimental intensity overrides normal intensity
legendary
Activity: 1624
Merit: 1001
All cryptos are FIAT digital currency. Do not use.
Do I need to adjust the normal intensity if the expI is used ?
hero member
Activity: 658
Merit: 500
For x11 / DRK miners who use classic intensity settings: Try experimental intensity 400 / 800 instead and report back with hashrate and reject rates. In my experience, experimental intensity of 400 provided better hashrate and less rejects on a 5830 and a 6850.

o.O my r9 290's work best at x 40/60 anything more does nothing
legendary
Activity: 1708
Merit: 1049
For x11 / DRK miners who use classic intensity settings: Try experimental intensity 400 / 800 instead and report back with hashrate and reject rates. In my experience, experimental intensity of 400 provided better hashrate and less rejects on a 5830 and a 6850.
hero member
Activity: 658
Merit: 500
okay... I was hoping I was over these errors, but I guess not.
After entering the "make" command this appears:
Code:
make[2]: Entering directory `/home/erik/Mining/sph-sgminer-master/sph-sgminer'
  CC     sgminer-sgminer.o
In file included from ./sha2.h:36:0,
                 from sgminer.c:49:
./miner.h:37:19: fatal error: CL/cl.h: No such file or directory
compilation terminated.
make[2]: *** [sgminer-sgminer.o] Error 1
make[2]: Leaving directory `/home/erik/Mining/sph-sgminer-master/sph-sgminer'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/home/erik/Mining/sph-sgminer-master/sph-sgminer'
make: *** [all] Error 2

Preceding this, upon completing the ./configure command, the configure options summary displays the following:
Code:
Configuration Options Summary:

  Use git version......: yes
  libcurl(GBT+getwork).: Enabled: -lcurl 
  curses.TUI...........: NOT FOUND. TUI support DISABLED
  OpenCL...............: NOT FOUND. GPU mining support DISABLED
configure: error: OpenCL not found

Is curses.TUI required or a dependency?
Is OpenCL required or a dependency?

Thanks
-Erik

okay... new update I checked the Readme and found that curses.TUI is under "optional".
I downloaded it anyway....
Code:
sudo apt-get install libncurses5-dev

Now after running ./configure again, it shows  it as "found".

Now, why does it show Opencl as not found....? does this have to do with the APP SDK?
I downloaded that.
Any assistance is appreciated.
Can someone help me figure this out? Ive been working at it the past two days, I will tip my first day of mining dark to someone who successfully helps me solve these errors. (I have four 7950s and two 280xs)
have you installed the amd app sdk?
it is a dependency for opencl
Pages:
Jump to: