Bitcoin Forum
May 03, 2024, 09:00:27 PM *
News: Latest Bitcoin Core release: 27.0 [Torrent]
 
   Home   Help Search Login Register More  
Pages: « 1 ... 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 [55] 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 »
  Print  
Author Topic: [ANN] sph-sgminer: multi-coin multi-algorithm GPU miner | added MaruCoin  (Read 515657 times)
JaredPWagner
Newbie
*
Offline Offline

Activity: 13
Merit: 0


View Profile
May 05, 2014, 03:35:03 AM
 #1081

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.



1714770027
Hero Member
*
Offline Offline

Posts: 1714770027

View Profile Personal Message (Offline)

Ignore
1714770027
Reply with quote  #2

1714770027
Report to moderator
1714770027
Hero Member
*
Offline Offline

Posts: 1714770027

View Profile Personal Message (Offline)

Ignore
1714770027
Reply with quote  #2

1714770027
Report to moderator
1714770027
Hero Member
*
Offline Offline

Posts: 1714770027

View Profile Personal Message (Offline)

Ignore
1714770027
Reply with quote  #2

1714770027
Report to moderator
There are several different types of Bitcoin clients. The most secure are full nodes like Bitcoin Core, which will follow the rules of the network no matter what miners do. Even if every miner decided to create 1000 bitcoins per block, full nodes would stick to the rules and reject those blocks.
Advertised sites are not endorsed by the Bitcoin Forum. They may be unsafe, untrustworthy, or illegal in your jurisdiction.
ivanlabrie
Hero Member
*****
Offline Offline

Activity: 812
Merit: 1000



View Profile
May 05, 2014, 04:11:34 AM
 #1082

I'd suggest getting PiMP or Bamt 1.6 and it'll run out of the box.  Undecided
K1773R
Legendary
*
Offline Offline

Activity: 1792
Merit: 1008


/dev/null


View Profile
May 05, 2014, 04:48:14 AM
 #1083

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)

[GPG Public Key]
BTC/DVC/TRC/FRC: 1K1773RbXRZVRQSSXe9N6N2MUFERvrdu6y ANC/XPM AK1773RTmRKtvbKBCrUu95UQg5iegrqyeA NMC: NK1773Rzv8b4ugmCgX789PbjewA9fL9Dy1 LTC: LKi773RBuPepQH8E6Zb1ponoCvgbU7hHmd EMC: EK1773RxUes1HX1YAGMZ1xVYBBRUCqfDoF BQC: bK1773R1APJz4yTgRkmdKQhjhiMyQpJgfN
azhago
Full Member
***
Offline Offline

Activity: 182
Merit: 100


View Profile
May 05, 2014, 07:56:10 AM
 #1084

can someone add support to scrypt-n-r ?
https://bitcointalk.org/index.php?topic=594886.0

Mikellev
Sr. Member
****
Offline Offline

Activity: 308
Merit: 250



View Profile
May 05, 2014, 08:42:52 AM
 #1085

can someone add support to scrypt-n-r ?
https://bitcointalk.org/index.php?topic=594886.0


+100
JaredPWagner
Newbie
*
Offline Offline

Activity: 13
Merit: 0


View Profile
May 05, 2014, 09:49:59 AM
 #1086

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)

fglrxinfo returns
Quote
display: :0.0  screen: 0
OpenGL vendor string: Advanced Micro Devices, Inc.
OpenGL renderer string: AMD Radeon R9 290 Series
OpenGL version string: 4.3.12614 Compatibility Profile Context 13.25.18

By logged in? Do you mean logged in as root?
when I run sudo su followed by ./sgminer -n
I get the same error

Quote
root@ZorinPC1:/home/zorinpc/Downloads/sph-sgminer-master#  ./sgminer -n
[03:45:46] CL Platform 0 vendor: Advanced Micro Devices, Inc.                    
[03:45:46] CL Platform 0 name: AMD Accelerated Parallel Processing                    
[03:45:46] CL Platform 0 version: OpenCL 1.2 AMD-APP (1214.3)                    
[03:45:46] Error -1: Getting Device IDs (num)                    
[03:45:46] clDevicesNum returned error, no GPUs usable                    
[03:45:46] 0 GPU devices max detected    
 
erikforfreedom
Newbie
*
Offline Offline

Activity: 18
Merit: 0


View Profile
May 05, 2014, 02:38:51 PM
 #1087

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!

I tried reinstalling the drivers... didn't work. Can someone give me some advice on this?
isei
Newbie
*
Offline Offline

Activity: 2
Merit: 0


View Profile
May 05, 2014, 03:57:24 PM
 #1088

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.






I would try to do the following things in order:

1. Upgrade to catalyst 13.12 or a 14.x version that works for you (my rigs run very stable on arch linux with catalyst 13.12 and amd 280xs)
2. After catalyst upgrade, run sudo aticonfig --adapter=all --initial -f   and reboot
3. Check that aticonfig detects card properly, and reinstall AMD-APP-SDK 2.9
4. Re-compile sph-sgminer
5. Run sph-sgminer inside an Xorg session with a monitor connected to begin with
xiaoqiao
Newbie
*
Offline Offline

Activity: 31
Merit: 0


View Profile
May 05, 2014, 04:09:35 PM
 #1089

 Huh can someone add support to Tlascoin ?

Tlascoin: new algorithm selection, Twister algo by Ewan Fleischmann

https://bitcointalk.org/index.php?topic=595357.0
K1773R
Legendary
*
Offline Offline

Activity: 1792
Merit: 1008


/dev/null


View Profile
May 05, 2014, 04:33:03 PM
 #1090

Huh can someone add support to Tlascoin ?

Tlascoin: new algorithm selection, Twister algo by Ewan Fleischmann

https://bitcointalk.org/index.php?topic=595357.0
nah, it seems to be a scam and a failure for sure

[GPG Public Key]
BTC/DVC/TRC/FRC: 1K1773RbXRZVRQSSXe9N6N2MUFERvrdu6y ANC/XPM AK1773RTmRKtvbKBCrUu95UQg5iegrqyeA NMC: NK1773Rzv8b4ugmCgX789PbjewA9fL9Dy1 LTC: LKi773RBuPepQH8E6Zb1ponoCvgbU7hHmd EMC: EK1773RxUes1HX1YAGMZ1xVYBBRUCqfDoF BQC: bK1773R1APJz4yTgRkmdKQhjhiMyQpJgfN
MarcusDe
Hero Member
*****
Offline Offline

Activity: 796
Merit: 505



View Profile WWW
May 06, 2014, 06:34:43 AM
 #1091


I would try to do the following things in order:

1. Upgrade to catalyst 13.12 or a 14.x version that works for you (my rigs run very stable on arch linux with catalyst 13.12 and amd 280xs)
2. After catalyst upgrade, run sudo aticonfig --adapter=all --initial -f   and reboot
3. Check that aticonfig detects card properly, and reinstall AMD-APP-SDK 2.9
4. Re-compile sph-sgminer
5. Run sph-sgminer inside an Xorg session with a monitor connected to begin with


You dont need to have sgminer compiled on same machine your mining rig is.
Usually I compile miner programs under virtualbox ubuntu with SDK+ADL+13.11.94b (on laptop with nvidia card lol), then tar -zcf them and move thru sftp to my mining rigs.
All of rigs run only with drivers installed and nothing else, under screen, so I can attach/detach for check from everywhere.

So, I suggest you make test virtual machine with all you need, and use binaries made on rig.

MarcusDe
Hero Member
*****
Offline Offline

Activity: 796
Merit: 505



View Profile WWW
May 06, 2014, 06:43:04 AM
 #1092

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.

Its commandline for linux mate ;-)

Use:

Code:
set GPU_MAX_ALLOC_PERCENT=100 
sgminer.exe -k quarkcoin -o stratum+tcp://frq.cpu-pool.net:3480 -u 1 -p 1

wisnon
Sr. Member
****
Offline Offline

Activity: 490
Merit: 250



View Profile
May 06, 2014, 06:57:17 PM
 #1093

SGMiner-4.1.271 flash back, help!  GPU-280X    Cry
Semedisenape
Full Member
***
Offline Offline

Activity: 195
Merit: 100


View Profile
May 06, 2014, 08:07:17 PM
Last edit: May 06, 2014, 09:42:31 PM by Semedisenape
 #1094

Help me.

This:
Code:
[21:41:27] Started sgminer 4.1.0


  __constant static const sph_u64 T0[] = {
                    ^

./kernel/groestl.cl(107): error: a global-scope declaration may not have this
          storage class
  __constant
[21:41:29] Failed to init GPU thread 0, disabling device 0
[21:41:29] Restarting the GPU from the menu will not fix this.
[21:41:29] Try restarting sgminer.
Press enter to continue:
is after compiling the sources in Xubuntu 12.04 catalyst 11.11

My command:
Code:
dmr@dminer:~/Mining/sgminer$ sh autogen.sh
libtoolize: putting auxiliary files in `.'.
libtoolize: copying file `./config.guess'
libtoolize: copying file `./config.sub'
libtoolize: copying file `./install-sh'
libtoolize: copying file `./ltmain.sh'
libtoolize: putting macros in AC_CONFIG_MACRO_DIR, `m4'.
libtoolize: copying file `m4/libtool.m4'
libtoolize: copying file `m4/ltoptions.m4'
libtoolize: copying file `m4/ltsugar.m4'
libtoolize: copying file `m4/ltversion.m4'
libtoolize: copying file `m4/lt~obsolete.m4'
libtoolize: putting auxiliary files in `.'.
libtoolize: copying file `./config.guess'
libtoolize: copying file `./config.sub'
libtoolize: copying file `./install-sh'
libtoolize: copying file `./ltmain.sh'
libtoolize: putting macros in AC_CONFIG_MACRO_DIR, `m4'.
libtoolize: copying file `m4/libtool.m4'
libtoolize: copying file `m4/ltoptions.m4'
libtoolize: copying file `m4/ltsugar.m4'
libtoolize: copying file `m4/ltversion.m4'
libtoolize: copying file `m4/lt~obsolete.m4'
dmr@dminer:~/Mining/sgminer$ ./configure --disable-adl
checking build system type... x86_64-unknown-linux-gnu
checking host system type... x86_64-unknown-linux-gnu
checking target system type... x86_64-unknown-linux-gnu
checking for a BSD-compatible install... /usr/bin/install -c
checking whether build environment is sane... yes
checking for a thread-safe mkdir -p... /bin/mkdir -p
checking for gawk... no
checking for mawk... mawk
checking whether make sets $(MAKE)... yes
checking whether make supports nested variables... yes
checking for style of include used by make... GNU
checking for gcc... gcc
checking whether the C compiler works... yes
checking for C compiler default output file name... a.out
checking for suffix of executables...
checking whether we are cross compiling... no
checking for suffix of object files... o
checking whether we are using the GNU C compiler... yes
checking whether gcc accepts -g... yes
checking for gcc option to accept ISO C89... none needed
checking dependency style of gcc... gcc3
checking how to run the C preprocessor... gcc -E
checking for grep that handles long lines and -e... /bin/grep
checking for egrep... /bin/grep -E
checking for ANSI C header files... yes
checking for sys/types.h... yes
checking for sys/stat.h... yes
checking for stdlib.h... yes
checking for string.h... yes
checking for memory.h... yes
checking for strings.h... yes
checking for inttypes.h... yes
checking for stdint.h... yes
checking for unistd.h... yes
checking minix/config.h usability... no
checking minix/config.h presence... no
checking for minix/config.h... no
checking whether it is safe to define __EXTENSIONS__... yes
checking whether to enable maintainer-specific portions of Makefiles... no
checking for gcc... (cached) gcc
checking whether we are using the GNU C compiler... (cached) yes
checking whether gcc accepts -g... (cached) yes
checking for gcc option to accept ISO C89... (cached) none needed
checking dependency style of gcc... (cached) gcc3
checking for ranlib... ranlib
checking whether gcc needs -traditional... no
checking whether gcc and cc understand -c and -o together... yes
checking how to print strings... printf
checking for a sed that does not truncate output... /bin/sed
checking for fgrep... /bin/grep -F
checking for ld used by gcc... /usr/bin/ld
checking if the linker (/usr/bin/ld) is GNU ld... yes
checking for BSD- or MS-compatible name lister (nm)... /usr/bin/nm -B
checking the name lister (/usr/bin/nm -B) interface... BSD nm
checking whether ln -s works... yes
checking the maximum length of command line arguments... 1572864
checking whether the shell understands some XSI constructs... yes
checking whether the shell understands "+="... yes
checking how to convert x86_64-unknown-linux-gnu file names to x86_64-unknown-linux-gnu format... func_convert_file_noop
checking how to convert x86_64-unknown-linux-gnu file names to toolchain format... func_convert_file_noop
checking for /usr/bin/ld option to reload object files... -r
checking for objdump... objdump
checking how to recognize dependent libraries... pass_all
checking for dlltool... no
checking how to associate runtime and link libraries... printf %s\n
checking for ar... ar
checking for archiver @FILE support... @
checking for strip... strip
checking for ranlib... (cached) ranlib
checking command to parse /usr/bin/nm -B output from gcc object... ok
checking for sysroot... no
checking for mt... mt
checking if mt is a manifest tool... no
checking for dlfcn.h... yes
checking for objdir... .libs
checking if gcc supports -fno-rtti -fno-exceptions... no
checking for gcc option to produce PIC... -fPIC -DPIC
checking if gcc PIC flag -fPIC -DPIC works... yes
checking if gcc static flag -static works... yes
checking if gcc supports -c -o file.o... yes
checking if gcc supports -c -o file.o... (cached) yes
checking whether the gcc linker (/usr/bin/ld -m elf_x86_64) supports shared libraries... yes
checking dynamic linker characteristics... GNU/Linux ld.so
checking how to hardcode library paths into programs... immediate
checking whether stripping libraries is possible... yes
checking if libtool supports shared libraries... yes
checking whether to build shared libraries... no
checking whether to build static libraries... yes
checking sys/mman.h usability... yes
checking sys/mman.h presence... yes
checking for sys/mman.h... yes
checking wchar.h usability... yes
checking wchar.h presence... yes
checking for wchar.h... yes
checking for stdint.h... (cached) yes
checking for mprotect... yes
checking for sigaction... yes
checking for sigaltstack... yes
checking for siginterrupt... yes
checking for mmap... yes
checking for MAP_ANONYMOUS... yes
checking whether memchr works... yes
checking whether memmem is declared... yes
checking for memmem... yes
checking whether memmem works... yes
checking for C/C++ restrict keyword... __restrict
checking for uid_t in sys/types.h... yes
checking for inline... inline
checking whether the preprocessor supports include_next... yes
checking whether system header files limit the line length... no
checking for wchar_t... yes
checking for unsigned long long int... yes
checking for long long int... yes
checking whether stdint.h conforms to C99... yes
checking whether memmem is declared without a macro... yes
checking whether mempcpy is declared without a macro... yes
checking whether memrchr is declared without a macro... yes
checking whether rawmemchr is declared without a macro... yes
checking whether stpcpy is declared without a macro... yes
checking whether stpncpy is declared without a macro... yes
checking whether strchrnul is declared without a macro... yes
checking whether strdup is declared without a macro... yes
checking whether strncat is declared without a macro... yes
checking whether strndup is declared without a macro... yes
checking whether strnlen is declared without a macro... yes
checking whether strpbrk is declared without a macro... yes
checking whether strsep is declared without a macro... yes
checking whether strcasestr is declared without a macro... yes
checking whether strtok_r is declared without a macro... yes
checking whether strerror_r is declared without a macro... yes
checking whether strsignal is declared without a macro... yes
checking whether strverscmp is declared without a macro... yes
checking whether memmem works in linear time... yes
checking for memmem... (cached) yes
checking whether memmem works... (cached) yes
checking for struct sigaction.sa_sigaction... yes
checking for volatile sig_atomic_t... yes
checking for sighandler_t... yes
checking whether sigaction is declared without a macro... yes
checking whether sigaddset is declared without a macro... yes
checking whether sigdelset is declared without a macro... yes
checking whether sigemptyset is declared without a macro... yes
checking whether sigfillset is declared without a macro... yes
checking whether sigismember is declared without a macro... yes
checking whether sigpending is declared without a macro... yes
checking whether sigprocmask is declared without a macro... yes
checking for sigprocmask... yes
checking whether NULL can be used in arbitrary expressions... yes
checking for ANSI C header files... (cached) yes
checking syslog.h usability... yes
checking syslog.h presence... yes
checking for syslog.h... yes
checking for size_t... yes
checking for working alloca.h... yes
checking for alloca... yes
checking for OpenCL... yes
checking for pthread_create in -lpthread... yes
checking for library containing addstr... -lncurses
checking for pkg-config... /usr/bin/pkg-config
checking pkg-config is at least version 0.9.0... yes
checking for LIBCURL... no
checking for LIBCURL... yes
checking whether to use git version if available... checking for git... no
checking for .git/... no
./configure: line 16695: test: too many arguments
configure: creating ./config.status
config.status: creating Makefile
config.status: creating compat/Makefile
config.status: creating ccan/Makefile
config.status: creating lib/Makefile
config.status: creating sph/Makefile
config.status: creating config.h
config.status: config.h is unchanged
config.status: executing depfiles commands
config.status: executing libtool commands
=== configuring in compat/jansson-2.5 (/home/dmr/Mining/sgminer/compat/jansson-2.5)
configure: running /bin/bash ./configure --disable-option-checking '--prefix=/usr/local'  '--disable-adl' --cache-file=/dev/null --srcdir=.
checking for a BSD-compatible install... /usr/bin/install -c
checking whether build environment is sane... yes
checking for a thread-safe mkdir -p... /bin/mkdir -p
checking for gawk... no
checking for mawk... mawk
checking whether make sets $(MAKE)... yes
checking whether make supports nested variables... yes
checking for gcc... gcc
checking whether the C compiler works... yes
checking for C compiler default output file name... a.out
checking for suffix of executables...
checking whether we are cross compiling... no
checking for suffix of object files... o
checking whether we are using the GNU C compiler... yes
checking whether gcc accepts -g... yes
checking for gcc option to accept ISO C89... none needed
checking for style of include used by make... GNU
checking dependency style of gcc... gcc3
checking build system type... x86_64-unknown-linux-gnu
checking host system type... x86_64-unknown-linux-gnu
checking how to print strings... printf
checking for a sed that does not truncate output... /bin/sed
checking for grep that handles long lines and -e... /bin/grep
checking for egrep... /bin/grep -E
checking for fgrep... /bin/grep -F
checking for ld used by gcc... /usr/bin/ld
checking if the linker (/usr/bin/ld) is GNU ld... yes
checking for BSD- or MS-compatible name lister (nm)... /usr/bin/nm -B
checking the name lister (/usr/bin/nm -B) interface... BSD nm
checking whether ln -s works... yes
checking the maximum length of command line arguments... 1572864
checking whether the shell understands some XSI constructs... yes
checking whether the shell understands "+="... yes
checking how to convert x86_64-unknown-linux-gnu file names to x86_64-unknown-linux-gnu format... func_convert_file_noop
checking how to convert x86_64-unknown-linux-gnu file names to toolchain format... func_convert_file_noop
checking for /usr/bin/ld option to reload object files... -r
checking for objdump... objdump
checking how to recognize dependent libraries... pass_all
checking for dlltool... no
checking how to associate runtime and link libraries... printf %s\n
checking for ar... ar
checking for archiver @FILE support... @
checking for strip... strip
checking for ranlib... ranlib
checking command to parse /usr/bin/nm -B output from gcc object... ok
checking for sysroot... no
checking for mt... mt
checking if mt is a manifest tool... no
checking how to run the C preprocessor... gcc -E
checking for ANSI C header files... yes
checking for sys/types.h... yes
checking for sys/stat.h... yes
checking for stdlib.h... yes
checking for string.h... yes
checking for memory.h... yes
checking for strings.h... yes
checking for inttypes.h... yes
checking for stdint.h... yes
checking for unistd.h... yes
checking for dlfcn.h... yes
checking for objdir... .libs
checking if gcc supports -fno-rtti -fno-exceptions... no
checking for gcc option to produce PIC... -fPIC -DPIC
checking if gcc PIC flag -fPIC -DPIC works... yes
checking if gcc static flag -static works... yes
checking if gcc supports -c -o file.o... yes
checking if gcc supports -c -o file.o... (cached) yes
checking whether the gcc linker (/usr/bin/ld -m elf_x86_64) supports shared libraries... yes
checking whether -lc should be explicitly linked in... no
checking dynamic linker characteristics... GNU/Linux ld.so
checking how to hardcode library paths into programs... immediate
checking whether stripping libraries is possible... yes
checking if libtool supports shared libraries... yes
checking whether to build shared libraries... yes
checking whether to build static libraries... yes
checking locale.h usability... yes
checking locale.h presence... yes
checking for locale.h... yes
checking for int32_t... yes
checking for long long int... yes
checking for inline... inline
checking for strtoll... yes
checking for localeconv... yes
configure: creating ./config.status
config.status: creating jansson.pc
config.status: creating Makefile
config.status: creating src/Makefile
config.status: creating src/jansson_config.h
config.status: creating config.h
config.status: config.h is unchanged
config.status: executing depfiles commands
config.status: executing libtool commands



------------------------------------------------------------------------
sgminer 4.1.0
------------------------------------------------------------------------


Configuration Options Summary:

  Use git version......: no
  libcurl(GBT+getwork).: Enabled: -lcurl  
  curses.TUI...........: FOUND: -lncurses
  OpenCL...............: FOUND. GPU mining support enabled
  ADL..................: Detection overrided. GPU monitoring support DISABLED

Compilation............: make (or gmake)
  CPPFLAGS.............:
  CFLAGS...............: -g -O2
  LDFLAGS..............:  -lpthread
  LDADD................: -ldl -lcurl   compat/jansson-2.5/src/.libs/libjansson.a -lpthread -L/opt/AMDAPP/lib/x86_64 -lOpenCL    -lm -lrt

Installation...........: make install (as root if needed, with 'su' or 'sudo')
  prefix...............: /usr/local

dmr@dminer:~/Mining/sgminer$ make
make  all-recursive
make[1]: ingresso nella directory "/home/dmr/Mining/sgminer"
Making all in lib
make[2]: ingresso nella directory "/home/dmr/Mining/sgminer/lib"
  GEN    signal.h
  GEN    string.h
make  all-recursive
make[3]: ingresso nella directory "/home/dmr/Mining/sgminer/lib"
make[4]: ingresso nella directory "/home/dmr/Mining/sgminer/lib"
make[4]: Nessuna operazione da eseguire per "all-am".
make[4]: uscita dalla directory "/home/dmr/Mining/sgminer/lib"
make[3]: uscita dalla directory "/home/dmr/Mining/sgminer/lib"
make[2]: uscita dalla directory "/home/dmr/Mining/sgminer/lib"
Making all in compat
make[2]: ingresso nella directory "/home/dmr/Mining/sgminer/compat"
Making all in jansson-2.5
make[3]: ingresso nella directory "/home/dmr/Mining/sgminer/compat/jansson-2.5"
make  all-recursive
make[4]: ingresso nella directory "/home/dmr/Mining/sgminer/compat/jansson-2.5"
Making all in src
make[5]: ingresso nella directory "/home/dmr/Mining/sgminer/compat/jansson-2.5/src"
  CC     dump.lo
  CC     error.lo
  CC     hashtable.lo
  CC     load.lo
  CC     memory.lo
  CC     pack_unpack.lo
  CC     strbuffer.lo
  CC     strconv.lo
  CC     value.lo
  CCLD   libjansson.la
make[5]: uscita dalla directory "/home/dmr/Mining/sgminer/compat/jansson-2.5/src"
make[5]: ingresso nella directory "/home/dmr/Mining/sgminer/compat/jansson-2.5"
make[5]: uscita dalla directory "/home/dmr/Mining/sgminer/compat/jansson-2.5"
make[4]: uscita dalla directory "/home/dmr/Mining/sgminer/compat/jansson-2.5"
make[3]: uscita dalla directory "/home/dmr/Mining/sgminer/compat/jansson-2.5"
make[3]: ingresso nella directory "/home/dmr/Mining/sgminer/compat"
make[3]: Nessuna operazione da eseguire per "all-am".
make[3]: uscita dalla directory "/home/dmr/Mining/sgminer/compat"
make[2]: uscita dalla directory "/home/dmr/Mining/sgminer/compat"
Making all in ccan
make[2]: ingresso nella directory "/home/dmr/Mining/sgminer/ccan"
make[2]: Nessuna operazione da eseguire per "all".
make[2]: uscita dalla directory "/home/dmr/Mining/sgminer/ccan"
Making all in sph
make[2]: ingresso nella directory "/home/dmr/Mining/sgminer/sph"
make[2]: Nessuna operazione da eseguire per "all".
make[2]: uscita dalla directory "/home/dmr/Mining/sgminer/sph"
make[2]: ingresso nella directory "/home/dmr/Mining/sgminer"
  CC     sgminer-sgminer.o
sgminer.c: In function ‘set_difficulty_multiplier’:
sgminer.c:1065:35: warning: comparison of distinct pointer types lacks a cast [enabled by default]
sgminer.c: In function ‘app_restart’:
sgminer.c:3179:2: warning: passing argument 2 of ‘execv’ from incompatible pointer type [enabled by default]
/usr/include/unistd.h:564:12: note: expected ‘char * const*’ but argument is of type ‘const char * const*’
  CC     sgminer-api.o
  CC     sgminer-util.o
  CC     sgminer-sha2.o
  CC     sgminer-logging.o
  CC     sgminer-driver-opencl.o
  CC     sgminer-ocl.o
  CC     sgminer-findnonce.o
  CC     sgminer-scrypt.o
  CC     sgminer-darkcoin.o
  CC     sgminer-qubitcoin.o
  CC     sgminer-quarkcoin.o
  CC     sgminer-myriadcoin-groestl.o
  CC     sgminer-fuguecoin.o
  CC     sgminer-inkcoin.o
  CC     sgminer-animecoin.o
  CC     sgminer-groestlcoin.o
  CC     sgminer-sifcoin.o
  CC     sgminer-twecoin.o
  CC     sgminer-marucoin.o
  CCLD   sgminer
make[2]: uscita dalla directory "/home/dmr/Mining/sgminer"
make[1]: uscita dalla directory "/home/dmr/Mining/sgminer"

I'm a little newbee.

Also
Code:
[23:40:57] Kernel groestlcoin is experimental.
[23:40:57] Error -11: Building Program (clBuildProgram)
[23:40:57] ./groestl.cl(107): warning: type qualifier specified more than once
  __constant static const sph_u64 T0[] = {
                    ^

./groestl.cl(107): error: a global-scope declaration may not have this storage
          class
  __constant static const
[23:40:57] Failed to init GPU thread 0, disabling device 0
[23:40:57] Restarting the GPU from the menu will not fix this.
[23:40:57] Try restarting sgminer.

Demontager
Newbie
*
Offline Offline

Activity: 60
Merit: 0


View Profile
May 06, 2014, 09:56:54 PM
 #1095

I need config to start playing with X11 Darkoin on R9 270 (non-x). Linux Bamt 1.6.2 sgminer-4.1.0-sph
Hippie Tech
aka Amenstop
Legendary
*
Offline Offline

Activity: 1624
Merit: 1001


All cryptos are FIAT digital currency. Do not use.


View Profile WWW
May 07, 2014, 07:06:48 PM
Last edit: May 07, 2014, 07:36:29 PM by Hippie Tech
 #1096

I need config to start playing with X11 Darkoin on R9 270 (non-x). Linux Bamt 1.6.2 sgminer-4.1.0-sph

I'm seeing 1.3 mhash on my 7870s ..

I - 12-13
w - 256
g - 2 or 4
tc - 11200 or 14208
gpu core - 1150 mhz
gpu mem - 1200 mhz /stock

Amph
Legendary
*
Offline Offline

Activity: 3206
Merit: 1069



View Profile
May 07, 2014, 07:26:05 PM
 #1097

the last version can't run -k darkcoin?
Semedisenape
Full Member
***
Offline Offline

Activity: 195
Merit: 100


View Profile
May 07, 2014, 09:32:31 PM
Last edit: May 07, 2014, 09:56:30 PM by Semedisenape
 #1098

Ican't understand errore 11
Code:
[23:26:36] Started sgminer 4.1.0


[23:26:38] WARNING: GPU_MAX_ALLOC_PERCENT is not specified!
[23:26:38] WARNING: GPU_USE_SYNC_OBJECTS is not specified!
[23:26:38] Need to specify at least one pool server.
Input server details.
URL:
stratum+tcp://grs.suprnova.cc:5544
Username:
Xxxx.xxxx
Password:
Xxxxxx
[23:27:05] Pool 0 difficulty changed to 0.004
[23:27:05] Kernel groestlcoin is experimental.
[23:27:06] Error -11: Building Program (clBuildProgram)
[23:27:06] ./groestl.cl(107): warning: type qualifier specified more than once
  __constant static const sph_u64 T0[] = {
                    ^

./groestl.cl(107): error: a global-scope declaration may not have this storage
          class
  __constant static const
[23:27:06] Failed to init GPU thread 0, disabling device 0
[23:27:06] Restarting the GPU from the menu will not fix this.
[23:27:06] Try restarting sgminer.
Press enter to continue:
I think the errore is nere, bit I can't read
Code:
sgminer 4.1.0
------------------------------------------------------------------------


Configuration Options Summary:

  Use git version......: yes
  libcurl(GBT+getwork).: Enabled: -lcurl
  curses.TUI...........: FOUND: -lncurses
  OpenCL...............: FOUND. GPU mining support enabled
  ADL..................: SDK found, GPU monitoring support enabled

Compilation............: make (or gmake)
  CPPFLAGS.............:
  CFLAGS...............: -O2 -Wall -march=native
  LDFLAGS..............:  -lpthread
  LDADD................: -ldl -lcurl   compat/jansson-2.5/src/.libs/libjansson.a -lpthread -L/opt/AMDAPP/lib/x86_64 -lOpenCL    -lm -lrt

Installation...........: make install (as root if needed, with 'su' or 'sudo')
  prefix...............: /usr/local

dmr@dminer:~/Mining/sph-sgminer$ make
make  all-recursive
make[1]: ingresso nella directory "/home/dmr/Mining/sph-sgminer"
Making all in lib
make[2]: ingresso nella directory "/home/dmr/Mining/sph-sgminer/lib"
  GEN    arg-nonnull.h
  GEN    c++defs.h
  GEN    warn-on-use.h
  GEN    signal.h
  GEN    string.h
make  all-recursive
make[3]: ingresso nella directory "/home/dmr/Mining/sph-sgminer/lib"
make[4]: ingresso nella directory "/home/dmr/Mining/sph-sgminer/lib"
  CC     dummy.o
  AR     libgnu.a
make[4]: uscita dalla directory "/home/dmr/Mining/sph-sgminer/lib"
make[3]: uscita dalla directory "/home/dmr/Mining/sph-sgminer/lib"
make[2]: uscita dalla directory "/home/dmr/Mining/sph-sgminer/lib"
Making all in compat
make[2]: ingresso nella directory "/home/dmr/Mining/sph-sgminer/compat"
Making all in jansson-2.5
make[3]: ingresso nella directory "/home/dmr/Mining/sph-sgminer/compat/jansson-2.5"
make  all-recursive
make[4]: ingresso nella directory "/home/dmr/Mining/sph-sgminer/compat/jansson-2.5"
Making all in src
make[5]: ingresso nella directory "/home/dmr/Mining/sph-sgminer/compat/jansson-2.5/src"
  CC     dump.lo
  CC     error.lo
  CC     hashtable.lo
  CC     load.lo
  CC     memory.lo
  CC     pack_unpack.lo
  CC     strbuffer.lo
  CC     strconv.lo
  CC     utf.lo
  CC     value.lo
  CCLD   libjansson.la
make[5]: uscita dalla directory "/home/dmr/Mining/sph-sgminer/compat/jansson-2.5/src"
make[5]: ingresso nella directory "/home/dmr/Mining/sph-sgminer/compat/jansson-2.5"
make[5]: uscita dalla directory "/home/dmr/Mining/sph-sgminer/compat/jansson-2.5"
make[4]: uscita dalla directory "/home/dmr/Mining/sph-sgminer/compat/jansson-2.5"
make[3]: uscita dalla directory "/home/dmr/Mining/sph-sgminer/compat/jansson-2.5"
make[3]: ingresso nella directory "/home/dmr/Mining/sph-sgminer/compat"
make[3]: Nessuna operazione da eseguire per "all-am".
make[3]: uscita dalla directory "/home/dmr/Mining/sph-sgminer/compat"
make[2]: uscita dalla directory "/home/dmr/Mining/sph-sgminer/compat"
Making all in ccan
make[2]: ingresso nella directory "/home/dmr/Mining/sph-sgminer/ccan"
  CC     opt/libccan_a-helpers.o
  CC     opt/libccan_a-opt.o
  CC     opt/libccan_a-parse.o
  CC     opt/libccan_a-usage.o
  AR     libccan.a
make[2]: uscita dalla directory "/home/dmr/Mining/sph-sgminer/ccan"
Making all in sph
make[2]: ingresso nella directory "/home/dmr/Mining/sph-sgminer/sph"
  CC     bmw.o
  CC     echo.o
  CC     jh.o
  CC     luffa.o
  CC     simd.o
  CC     blake.o
  CC     cubehash.o
  CC     groestl.o
groestl.c: In function ‘groestl_small_close’:
groestl.c:2812:17: warning: variable ‘buf’ set but not used [-Wunused-but-set-variable]
groestl.c: In function ‘groestl_big_close’:
groestl.c:2948:17: warning: variable ‘buf’ set but not used [-Wunused-but-set-variable]
  CC     keccak.o
  CC     shavite.o
  CC     skein.o
  CC     sha2.o
  CC     sha2big.o
  CC     fugue.o
  CC     hamsi.o
  CC     panama.o
  AR     libsph.a
make[2]: uscita dalla directory "/home/dmr/Mining/sph-sgminer/sph"
make[2]: ingresso nella directory "/home/dmr/Mining/sph-sgminer"
  CC     sgminer-sgminer.o
sgminer.c: In function ‘set_difficulty_multiplier’:
sgminer.c:1065:35: warning: comparison of distinct pointer types lacks a cast [enabled by default]
sgminer.c: In function ‘show_hash’:
sgminer.c:2559:6: warning: variable ‘intdiff’ set but not used [-Wunused-but-set-variable]
sgminer.c: In function ‘calc_diff’:
sgminer.c:2974:11: warning: unused variable ‘uintdiff’ [-Wunused-variable]
sgminer.c: In function ‘app_restart’:
sgminer.c:3179:2: warning: passing argument 2 of ‘execv’ from incompatible pointer type [enabled by default]
/usr/include/unistd.h:564:12: note: expected ‘char * const*’ but argument is of type ‘const char * const*’
sgminer.c: In function ‘rebuild_nonce’:
sgminer.c:6090:4: warning: implicit declaration of function ‘qubitcoin_regenhash’ [-Wimplicit-function-declaration]
sgminer.c:6093:4: warning: implicit declaration of function ‘quarkcoin_regenhash’ [-Wimplicit-function-declaration]
sgminer.c:6096:4: warning: implicit declaration of function ‘myriadcoin_groestl_regenhash’ [-Wimplicit-function-declaration]
sgminer.c:6099:4: warning: implicit declaration of function ‘fuguecoin_regenhash’ [-Wimplicit-function-declaration]
sgminer.c:6102:4: warning: implicit declaration of function ‘inkcoin_regenhash’ [-Wimplicit-function-declaration]
sgminer.c:6105:4: warning: implicit declaration of function ‘animecoin_regenhash’ [-Wimplicit-function-declaration]
sgminer.c:6108:4: warning: implicit declaration of function ‘groestlcoin_regenhash’ [-Wimplicit-function-declaration]
sgminer.c:6111:4: warning: implicit declaration of function ‘sifcoin_regenhash’ [-Wimplicit-function-declaration]
sgminer.c:6114:4: warning: implicit declaration of function ‘twecoin_regenhash’ [-Wimplicit-function-declaration]
sgminer.c:6117:4: warning: implicit declaration of function ‘marucoin_regenhash’ [-Wimplicit-function-declaration]
  CC     sgminer-api.o
api.c: In function ‘api’:
api.c:4012:8: warning: ‘isjoin’ may be used uninitialized in this function [-Wuninitialized]
  CC     sgminer-util.o
  CC     sgminer-sha2.o
  CC     sgminer-logging.o
  CC     sgminer-driver-opencl.o
driver-opencl.c: In function ‘queue_sph_kernel’:
driver-opencl.c:1068:17: warning: unused variable ‘midstate’ [-Wunused-variable]
  CC     sgminer-ocl.o
  CC     sgminer-findnonce.o
  CC     sgminer-adl.o
adl.c: In function ‘init_adl’:
adl.c:329:6: warning: unused variable ‘iNumDisplays’ [-Wunused-variable]
adl.c: At top level:
adl.c:124:25: warning: ‘lpAdlDisplayInfo’ defined but not used [-Wunused-variable]
  CC     sgminer-scrypt.o
  CC     sgminer-darkcoin.o
darkcoin.c: In function ‘darkcoin_regenhash’:
darkcoin.c:174:15: warning: unused variable ‘scratchbuf’ [-Wunused-variable]
darkcoin.c: In function ‘scanhash_darkcoin’:
darkcoin.c:189:8: warning: unused variable ‘scratchbuf’ [-Wunused-variable]
  CC     sgminer-qubitcoin.o
qubitcoin.c: In function ‘qubitcoin_regenhash’:
qubitcoin.c:138:15: warning: unused variable ‘scratchbuf’ [-Wunused-variable]
qubitcoin.c: In function ‘scanhash_qubitcoin’:
qubitcoin.c:153:8: warning: unused variable ‘scratchbuf’ [-Wunused-variable]
  CC     sgminer-quarkcoin.o


sgminer 4.1.0-103-g00015 - Started: [2014-05-07 23:48:03]
--------------------------------------------------------------------------------

sgminer 4.1.0-103-g00015 - Started: [2014-05-07 23:49:28]
--------------------------------------------------------------------------------

ST: 2  SS: 0  NB: 1  LW: 4  GF: 0  RF: 0
Connected to Pool 0 (stratum) diff 0.004 as user Semedisenape.myminer
Block: eece9b97...  Diff:252  Started: [23:49:28]  Best share: 0
--------------------------------------------------------------------------------
[P]ool management [G]PU management [S]ettings [D]isplay options [Q]uit
 GPU 0:  61.0C 1260RPM | OFF   / 0.000h/s | R:  0.0% HW:0 WU:0.000/m I: 0
 GPU 1:  64.5C 1260RPM | OFF   / 0.000h/s | R:  0.0% HW:0 WU:0.000/m I: 0
 GPU 2:  52.0C 1033RPM | OFF   / 0.000h/s | R:  0.0% HW:0 WU:0.000/m I: 0
 GPU 3:  40.0C  954RPM | OFF   / 0.000h/s | R:  0.0% HW:0 WU:0.000/m I: 0
--------------------------------------------------------------------------------
  __constant                                                                              [23:49:27] Failed to init GPU thread 1, disabling device 1
[23:49:27] Kernel groestlcoin is experimental.
[23:49:27] Error -11: Building Program (clBuildProgram)
[23:49:27] ./kernel/groestl.cl(107): warning: type qualifier specified more than once
  __constant static const sph_u64 T0[] = {
                    ^

./kernel/groestl.cl(107): error: a global-scope declaration may not have this
          storage class
  __constant
[23:49:27] Failed to init GPU thread 2, disabling device 2
[23:49:27] Kernel groestlcoin is experimental.
[23:49:27] Error -11: Building Program (clBuildProgram)
[23:49:27] ./kernel/groestl.cl(107): warning: type qualifier specified more than once
  __constant static const sph_u64 T0[] = {
                    ^

./kernel/groestl.cl(107): error: a global-scope declaration may not have this
          storage class                                                                     __constant
[23:49:27] Failed to init GPU thread 3, disabling device 3
[23:49:27] Probing for an alive pool                                                      [23:49:28] Network diff set to 252Errore di segmentazione (core dump creato)
badman74
Hero Member
*****
Offline Offline

Activity: 658
Merit: 500



View Profile
May 07, 2014, 11:03:51 PM
Last edit: May 08, 2014, 02:19:54 AM by badman74
 #1099

Ican't understand errore 11
Code:
[23:26:36] Started sgminer 4.1.0


[23:26:38] WARNING: GPU_MAX_ALLOC_PERCENT is not specified!
[23:26:38] WARNING: GPU_USE_SYNC_OBJECTS is not specified!
[23:26:38] Need to specify at least one pool server.
Input server details.
URL:
stratum+tcp://grs.suprnova.cc:5544
Username:
Xxxx.xxxx
Password:
Xxxxxx
[23:27:05] Pool 0 difficulty changed to 0.004
[23:27:05] Kernel groestlcoin is experimental.
[23:27:06] Error -11: Building Program (clBuildProgram)
[23:27:06] ./groestl.cl(107): warning: type qualifier specified more than once
  __constant static const sph_u64 T0[] = {
                    ^

./groestl.cl(107): error: a global-scope declaration may not have this storage
          class
  __constant static const
[23:27:06] Failed to init GPU thread 0, disabling device 0
[23:27:06] Restarting the GPU from the menu will not fix this.
[23:27:06] Try restarting sgminer.
Press enter to continue:
I think the errore is nere, bit I can't read
Code:
sgminer 4.1.0
------------------------------------------------------------------------


Configuration Options Summary:

  Use git version......: yes
  libcurl(GBT+getwork).: Enabled: -lcurl
  curses.TUI...........: FOUND: -lncurses
  OpenCL...............: FOUND. GPU mining support enabled
  ADL..................: SDK found, GPU monitoring support enabled

Compilation............: make (or gmake)
  CPPFLAGS.............:
  CFLAGS...............: -O2 -Wall -march=native
  LDFLAGS..............:  -lpthread
  LDADD................: -ldl -lcurl   compat/jansson-2.5/src/.libs/libjansson.a -lpthread -L/opt/AMDAPP/lib/x86_64 -lOpenCL    -lm -lrt

Installation...........: make install (as root if needed, with 'su' or 'sudo')
  prefix...............: /usr/local

dmr@dminer:~/Mining/sph-sgminer$ make
make  all-recursive
make[1]: ingresso nella directory "/home/dmr/Mining/sph-sgminer"
Making all in lib
make[2]: ingresso nella directory "/home/dmr/Mining/sph-sgminer/lib"
  GEN    arg-nonnull.h
  GEN    c++defs.h
  GEN    warn-on-use.h
  GEN    signal.h
  GEN    string.h
make  all-recursive
make[3]: ingresso nella directory "/home/dmr/Mining/sph-sgminer/lib"
make[4]: ingresso nella directory "/home/dmr/Mining/sph-sgminer/lib"
  CC     dummy.o
  AR     libgnu.a
make[4]: uscita dalla directory "/home/dmr/Mining/sph-sgminer/lib"
make[3]: uscita dalla directory "/home/dmr/Mining/sph-sgminer/lib"
make[2]: uscita dalla directory "/home/dmr/Mining/sph-sgminer/lib"
Making all in compat
make[2]: ingresso nella directory "/home/dmr/Mining/sph-sgminer/compat"
Making all in jansson-2.5
make[3]: ingresso nella directory "/home/dmr/Mining/sph-sgminer/compat/jansson-2.5"
make  all-recursive
make[4]: ingresso nella directory "/home/dmr/Mining/sph-sgminer/compat/jansson-2.5"
Making all in src
make[5]: ingresso nella directory "/home/dmr/Mining/sph-sgminer/compat/jansson-2.5/src"
  CC     dump.lo
  CC     error.lo
  CC     hashtable.lo
  CC     load.lo
  CC     memory.lo
  CC     pack_unpack.lo
  CC     strbuffer.lo
  CC     strconv.lo
  CC     utf.lo
  CC     value.lo
  CCLD   libjansson.la
make[5]: uscita dalla directory "/home/dmr/Mining/sph-sgminer/compat/jansson-2.5/src"
make[5]: ingresso nella directory "/home/dmr/Mining/sph-sgminer/compat/jansson-2.5"
make[5]: uscita dalla directory "/home/dmr/Mining/sph-sgminer/compat/jansson-2.5"
make[4]: uscita dalla directory "/home/dmr/Mining/sph-sgminer/compat/jansson-2.5"
make[3]: uscita dalla directory "/home/dmr/Mining/sph-sgminer/compat/jansson-2.5"
make[3]: ingresso nella directory "/home/dmr/Mining/sph-sgminer/compat"
make[3]: Nessuna operazione da eseguire per "all-am".
make[3]: uscita dalla directory "/home/dmr/Mining/sph-sgminer/compat"
make[2]: uscita dalla directory "/home/dmr/Mining/sph-sgminer/compat"
Making all in ccan
make[2]: ingresso nella directory "/home/dmr/Mining/sph-sgminer/ccan"
  CC     opt/libccan_a-helpers.o
  CC     opt/libccan_a-opt.o
  CC     opt/libccan_a-parse.o
  CC     opt/libccan_a-usage.o
  AR     libccan.a
make[2]: uscita dalla directory "/home/dmr/Mining/sph-sgminer/ccan"
Making all in sph
make[2]: ingresso nella directory "/home/dmr/Mining/sph-sgminer/sph"
  CC     bmw.o
  CC     echo.o
  CC     jh.o
  CC     luffa.o
  CC     simd.o
  CC     blake.o
  CC     cubehash.o
  CC     groestl.o
groestl.c: In function ‘groestl_small_close’:
groestl.c:2812:17: warning: variable ‘buf’ set but not used [-Wunused-but-set-variable]
groestl.c: In function ‘groestl_big_close’:
groestl.c:2948:17: warning: variable ‘buf’ set but not used [-Wunused-but-set-variable]
  CC     keccak.o
  CC     shavite.o
  CC     skein.o
  CC     sha2.o
  CC     sha2big.o
  CC     fugue.o
  CC     hamsi.o
  CC     panama.o
  AR     libsph.a
make[2]: uscita dalla directory "/home/dmr/Mining/sph-sgminer/sph"
make[2]: ingresso nella directory "/home/dmr/Mining/sph-sgminer"
  CC     sgminer-sgminer.o
sgminer.c: In function ‘set_difficulty_multiplier’:
sgminer.c:1065:35: warning: comparison of distinct pointer types lacks a cast [enabled by default]
sgminer.c: In function ‘show_hash’:
sgminer.c:2559:6: warning: variable ‘intdiff’ set but not used [-Wunused-but-set-variable]
sgminer.c: In function ‘calc_diff’:
sgminer.c:2974:11: warning: unused variable ‘uintdiff’ [-Wunused-variable]
sgminer.c: In function ‘app_restart’:
sgminer.c:3179:2: warning: passing argument 2 of ‘execv’ from incompatible pointer type [enabled by default]
/usr/include/unistd.h:564:12: note: expected ‘char * const*’ but argument is of type ‘const char * const*’
sgminer.c: In function ‘rebuild_nonce’:
sgminer.c:6090:4: warning: implicit declaration of function ‘qubitcoin_regenhash’ [-Wimplicit-function-declaration]
sgminer.c:6093:4: warning: implicit declaration of function ‘quarkcoin_regenhash’ [-Wimplicit-function-declaration]
sgminer.c:6096:4: warning: implicit declaration of function ‘myriadcoin_groestl_regenhash’ [-Wimplicit-function-declaration]
sgminer.c:6099:4: warning: implicit declaration of function ‘fuguecoin_regenhash’ [-Wimplicit-function-declaration]
sgminer.c:6102:4: warning: implicit declaration of function ‘inkcoin_regenhash’ [-Wimplicit-function-declaration]
sgminer.c:6105:4: warning: implicit declaration of function ‘animecoin_regenhash’ [-Wimplicit-function-declaration]
sgminer.c:6108:4: warning: implicit declaration of function ‘groestlcoin_regenhash’ [-Wimplicit-function-declaration]
sgminer.c:6111:4: warning: implicit declaration of function ‘sifcoin_regenhash’ [-Wimplicit-function-declaration]
sgminer.c:6114:4: warning: implicit declaration of function ‘twecoin_regenhash’ [-Wimplicit-function-declaration]
sgminer.c:6117:4: warning: implicit declaration of function ‘marucoin_regenhash’ [-Wimplicit-function-declaration]
  CC     sgminer-api.o
api.c: In function ‘api’:
api.c:4012:8: warning: ‘isjoin’ may be used uninitialized in this function [-Wuninitialized]
  CC     sgminer-util.o
  CC     sgminer-sha2.o
  CC     sgminer-logging.o
  CC     sgminer-driver-opencl.o
driver-opencl.c: In function ‘queue_sph_kernel’:
driver-opencl.c:1068:17: warning: unused variable ‘midstate’ [-Wunused-variable]
  CC     sgminer-ocl.o
  CC     sgminer-findnonce.o
  CC     sgminer-adl.o
adl.c: In function ‘init_adl’:
adl.c:329:6: warning: unused variable ‘iNumDisplays’ [-Wunused-variable]
adl.c: At top level:
adl.c:124:25: warning: ‘lpAdlDisplayInfo’ defined but not used [-Wunused-variable]
  CC     sgminer-scrypt.o
  CC     sgminer-darkcoin.o
darkcoin.c: In function ‘darkcoin_regenhash’:
darkcoin.c:174:15: warning: unused variable ‘scratchbuf’ [-Wunused-variable]
darkcoin.c: In function ‘scanhash_darkcoin’:
darkcoin.c:189:8: warning: unused variable ‘scratchbuf’ [-Wunused-variable]
  CC     sgminer-qubitcoin.o
qubitcoin.c: In function ‘qubitcoin_regenhash’:
qubitcoin.c:138:15: warning: unused variable ‘scratchbuf’ [-Wunused-variable]
qubitcoin.c: In function ‘scanhash_qubitcoin’:
qubitcoin.c:153:8: warning: unused variable ‘scratchbuf’ [-Wunused-variable]
  CC     sgminer-quarkcoin.o


sgminer 4.1.0-103-g00015 - Started: [2014-05-07 23:48:03]
--------------------------------------------------------------------------------

sgminer 4.1.0-103-g00015 - Started: [2014-05-07 23:49:28]
--------------------------------------------------------------------------------

ST: 2  SS: 0  NB: 1  LW: 4  GF: 0  RF: 0
Connected to Pool 0 (stratum) diff 0.004 as user Semedisenape.myminer
Block: eece9b97...  Diff:252  Started: [23:49:28]  Best share: 0
--------------------------------------------------------------------------------
[P]ool management [G]PU management [S]ettings [D]isplay options [Q]uit
 GPU 0:  61.0C 1260RPM | OFF   / 0.000h/s | R:  0.0% HW:0 WU:0.000/m I: 0
 GPU 1:  64.5C 1260RPM | OFF   / 0.000h/s | R:  0.0% HW:0 WU:0.000/m I: 0
 GPU 2:  52.0C 1033RPM | OFF   / 0.000h/s | R:  0.0% HW:0 WU:0.000/m I: 0
 GPU 3:  40.0C  954RPM | OFF   / 0.000h/s | R:  0.0% HW:0 WU:0.000/m I: 0
--------------------------------------------------------------------------------
  __constant                                                                              [23:49:27] Failed to init GPU thread 1, disabling device 1
[23:49:27] Kernel groestlcoin is experimental.
[23:49:27] Error -11: Building Program (clBuildProgram)
[23:49:27] ./kernel/groestl.cl(107): warning: type qualifier specified more than once
  __constant static const sph_u64 T0[] = {
                    ^

./kernel/groestl.cl(107): error: a global-scope declaration may not have this
          storage class
  __constant
[23:49:27] Failed to init GPU thread 2, disabling device 2
[23:49:27] Kernel groestlcoin is experimental.
[23:49:27] Error -11: Building Program (clBuildProgram)
[23:49:27] ./kernel/groestl.cl(107): warning: type qualifier specified more than once
  __constant static const sph_u64 T0[] = {
                    ^

./kernel/groestl.cl(107): error: a global-scope declaration may not have this
          storage class                                                                     __constant
[23:49:27] Failed to init GPU thread 3, disabling device 3
[23:49:27] Probing for an alive pool                                                      [23:49:28] Network diff set to 252Errore di segmentazione (core dump creato)
you are trying to use the wrong kernel it should be -k groestlcoin
edit: nm i see you are using groestlcoin....
badman74
Hero Member
*****
Offline Offline

Activity: 658
Merit: 500



View Profile
May 07, 2014, 11:06:54 PM
 #1100

the last version can't run -k darkcoin?
it can unless you are somehow using the one from my repo then it would be --algorithm darkcoin
try reading the README.md and /doc/configuration.md if it doesn't say to use algorithm then it's not mine
Pages: « 1 ... 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 [55] 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 »
  Print  
 
Jump to:  

Powered by MySQL Powered by PHP Powered by SMF 1.1.19 | SMF © 2006-2009, Simple Machines Valid XHTML 1.0! Valid CSS!