Eastwind
|
|
April 30, 2014, 02:26:01 PM |
|
Ever since I switched to X11 and I'm using the modified SGminer, I'm having a lot of problems connecting to pools. SGminer start and then reports "Waiting for work to be available from pools". Then it closes and CGwatcher restarts it. This goes on until eventually it will connect to a pool. I think this is a bug that has been ported into SGminer from from CGminer reported here:https://bitcointalk.org/index.php?to...355#msg3464355 and acknowledged as a bug here : https://bitcointalk.org/index.php?to...923#msg3473923Does anybody else have this same problem? I'm using the windows binaries compiled by badman74 and have tried both the first (DRK only) and the last version (lots of coins) but I keep having the same problem. 0.1 BTC bounty for the person that can solve this for me. I have the same problem occasionally. I solo mine. The miner can work on long time, then it will report "waiting for work from pools". After about 30 min, it will find work and mine again. This happen several time a day. I do not have this problem when mining in a pool.
|
|
|
|
erikforfreedom
Newbie
Offline
Activity: 18
Merit: 0
|
|
April 30, 2014, 04:03:05 PM |
|
Can somebody help me set up sph-sgminer for ubuntu. I have downloaded it, now how do i compile? Can somebody provide me with some directions? Thanks -erik
|
|
|
|
badman74
|
|
April 30, 2014, 04:17:09 PM |
|
Can somebody help me set up sph-sgminer for ubuntu. I have downloaded it, now how do i compile? Can somebody provide me with some directions? Thanks -erik
Did you try the method mentioned at the top of this page?
|
|
|
|
erikforfreedom
Newbie
Offline
Activity: 18
Merit: 0
|
|
April 30, 2014, 06:19:13 PM |
|
Can somebody help me set up sph-sgminer for ubuntu. I have downloaded it, now how do i compile? Can somebody provide me with some directions? Thanks -erik
Did you try the method mentioned at the top of this page? Yes, I get an error that says I needed to download git, so i did. When I enter autoreconf -fvi I get the following: error: possibly undefined macro: AC_PROG_LIBTOOL If this token and others are legitimate, please use m4_pattern_allow. See the Autoconf documentation.
|
|
|
|
apple_talk
Sr. Member
Offline
Activity: 473
Merit: 250
"Proof-of-Asset Protocol"
|
|
April 30, 2014, 08:49:32 PM |
|
getting following error on Windows Vista [13:46:45] Started sgminer 4.1.0-103-g00015 [13:46:55] WARNING: GPU_MAX_ALLOC_PERCENT is not specified! [13:46:55] WARNING: GPU_USE_SYNC_OBJECTS is not specified! [13:46:56] Error -11: Building Program (clBuildProgram) [13:46:56] "C:\Users\XXX\AppData\Local\Temp\OCL456.tmp.cl", line 762: warning: v ariable "ySIZE" was declared but never referenced const uint ySIZE = (1024/LOOKUP_GAP+(1024%LOOKUP_GAP>0)); ^
"C:\Users\XXX\AppData\Local\Temp\OCL456.tmp.cl", [13:46:56] Failed to init GPU thread 0, disabling device 0 [13:46:56] Restarting the GPU from the menu will not fix this. [13:46:56] Try restarting sgminer. Press enter to continue: Thanks
|
|
|
|
|
bbopa637
Member
Offline
Activity: 117
Merit: 10
PC repair master, engeneer, radioamateur
|
|
April 30, 2014, 09:16:07 PM |
|
my R9 270X get 1.3Mh/s and WU:0.019/m, is my sharerate 0.019/m normal??
|
|
|
|
badman74
|
|
April 30, 2014, 09:17:03 PM |
|
getting following error on Windows Vista [13:46:45] Started sgminer 4.1.0-103-g00015 [13:46:55] WARNING: GPU_MAX_ALLOC_PERCENT is not specified! [13:46:55] WARNING: GPU_USE_SYNC_OBJECTS is not specified! [13:46:56] Error -11: Building Program (clBuildProgram) [13:46:56] "C:\Users\XXX\AppData\Local\Temp\OCL456.tmp.cl", line 762: warning: v ariable "ySIZE" was declared but never referenced const uint ySIZE = (1024/LOOKUP_GAP+(1024%LOOKUP_GAP>0)); ^
"C:\Users\XXX\AppData\Local\Temp\OCL456.tmp.cl", [13:46:56] Failed to init GPU thread 0, disabling device 0 [13:46:56] Restarting the GPU from the menu will not fix this. [13:46:56] Try restarting sgminer. Press enter to continue: Thanks not sure if this is what is wrong but try running the miner from its directory, that usually solves error -11 problems Common problems and solutions: Error -11: Building Program (clBuildProgram) - execute miner from the directory where "kernel" directory is present HW errors - select correct mining algorithm with -k option still does not work - update Catalyst drivers to version 13.12
|
|
|
|
badman74
|
|
April 30, 2014, 09:17:44 PM |
|
my R9 270X get 1.3Mh/s and WU:0.019/m, is my sharerate 0.019/m normal??
that is about normal for darkcoin
|
|
|
|
erikforfreedom
Newbie
Offline
Activity: 18
Merit: 0
|
|
May 01, 2014, 01:31:41 AM |
|
Hey, thanks for the help. I have all the dependencies and i am currently following these outlined steps: git clone git://github.com/prettyhatemachine/sph-sgminer.git cd sph-sgminer copy ADL files to ADL_SDK (look in this folder for where to get them) autoreconf -fvi ./configure CFLAGS="-O2 -Wall -march=native" --enable-opencl make then to run it ./sgminer -k darkcoin -o <host>:<port> -u <user> -p <password> -I 18 I successfully completed step 1,2, and 3, and i now get the following upon entering step 4 (autoreconf -fvi). Can't exec "libtoolize": No such file or directory at /usr/bin/autoreconf line 195. Use of uninitialized value in pattern match (m//) at /usr/bin/autoreconf line 195. autoreconf: Entering directory `.' autoreconf: configure.ac: not using Gettext autoreconf: running: aclocal --force -I m4 autoreconf: configure.ac: tracing autoreconf: configure.ac: adding subdirectory compat/jansson-2.5 to autoreconf autoreconf: Entering directory `compat/jansson-2.5' autoreconf: configure.ac: not using Libtool autoreconf: running: /usr/bin/autoconf --force configure.ac:14: error: possibly undefined macro: AC_PROG_LIBTOOL If this token and others are legitimate, please use m4_pattern_allow. See the Autoconf documentation. autoreconf: /usr/bin/autoconf failed with exit status: 1
I have been searching on how to fix this error, which has only led me to more questions: Why is there a lower directory titled "sph-sgminer" under the "sph-sgminer-master" directory? I noticed that there was an ADL_SDK (empty) folder under the lower directory as well, should I include the ADL_SDK file in this folder too? Does the libtool dependency need to be placed in a specific folder as well? (did I miss something?) Why do I get this error?
|
|
|
|
Hippie Tech
aka Amenstop
Legendary
Offline
Activity: 1624
Merit: 1001
All cryptos are FIAT digital currency. Do not use.
|
|
May 01, 2014, 01:37:32 AM |
|
my R9 270X get 1.3Mh/s and WU:0.019/m, is my sharerate 0.019/m normal??
that is about normal for darkcoin With darkcoin, I used to see 1.4 mhash on one of my 7870/pitcairns and a bit over 1.7 on both the 7870xt/tahitis. Then something I did cost me 100 khash per gpu after a setting was changed and/or the driver re-install. wtf ! lol
|
|
|
|
badman74
|
|
May 01, 2014, 01:43:42 AM |
|
Hey, thanks for the help. I have all the dependencies and i am currently following these outlined steps: git clone git://github.com/prettyhatemachine/sph-sgminer.git cd sph-sgminer copy ADL files to ADL_SDK (look in this folder for where to get them) autoreconf -fvi ./configure CFLAGS="-O2 -Wall -march=native" --enable-opencl make then to run it ./sgminer -k darkcoin -o <host>:<port> -u <user> -p <password> -I 18 I successfully completed step 1,2, and 3, and i now get the following upon entering step 4 (autoreconf -fvi). Can't exec "libtoolize": No such file or directory at /usr/bin/autoreconf line 195. Use of uninitialized value in pattern match (m//) at /usr/bin/autoreconf line 195. autoreconf: Entering directory `.' autoreconf: configure.ac: not using Gettext autoreconf: running: aclocal --force -I m4 autoreconf: configure.ac: tracing autoreconf: configure.ac: adding subdirectory compat/jansson-2.5 to autoreconf autoreconf: Entering directory `compat/jansson-2.5' autoreconf: configure.ac: not using Libtool autoreconf: running: /usr/bin/autoconf --force configure.ac:14: error: possibly undefined macro: AC_PROG_LIBTOOL If this token and others are legitimate, please use m4_pattern_allow. See the Autoconf documentation. autoreconf: /usr/bin/autoconf failed with exit status: 1
I have been searching on how to fix this error, which has only led me to more questions: Why is there a lower directory titled "sph-sgminer" under the "sph-sgminer-master" directory? I noticed that there was an ADL_SDK (empty) folder under the lower directory as well, should I include the ADL_SDK file in this folder too? Does the libtool dependency need to be placed in a specific folder as well? (did I miss something?) Why do I get this error? hmm sph-sgminer-master is the one you downloaded manually sph-sgminer is the one that you downloaded with the git command try deleting both folders then git clone git://github.com/prettyhatemachine/sph-sgminer.git cd sph-sgminer copy ADL files to ADL_SDK (look in this folder for where to get them) ./autogen.sh ./configure make
|
|
|
|
erikforfreedom
Newbie
Offline
Activity: 18
Merit: 0
|
|
May 01, 2014, 02:12:48 AM |
|
Hey, thanks for the help. I have all the dependencies and i am currently following these outlined steps: git clone git://github.com/prettyhatemachine/sph-sgminer.git cd sph-sgminer copy ADL files to ADL_SDK (look in this folder for where to get them) autoreconf -fvi ./configure CFLAGS="-O2 -Wall -march=native" --enable-opencl make then to run it ./sgminer -k darkcoin -o <host>:<port> -u <user> -p <password> -I 18 I successfully completed step 1,2, and 3, and i now get the following upon entering step 4 (autoreconf -fvi). Can't exec "libtoolize": No such file or directory at /usr/bin/autoreconf line 195. Use of uninitialized value in pattern match (m//) at /usr/bin/autoreconf line 195. autoreconf: Entering directory `.' autoreconf: configure.ac: not using Gettext autoreconf: running: aclocal --force -I m4 autoreconf: configure.ac: tracing autoreconf: configure.ac: adding subdirectory compat/jansson-2.5 to autoreconf autoreconf: Entering directory `compat/jansson-2.5' autoreconf: configure.ac: not using Libtool autoreconf: running: /usr/bin/autoconf --force configure.ac:14: error: possibly undefined macro: AC_PROG_LIBTOOL If this token and others are legitimate, please use m4_pattern_allow. See the Autoconf documentation. autoreconf: /usr/bin/autoconf failed with exit status: 1
I have been searching on how to fix this error, which has only led me to more questions: Why is there a lower directory titled "sph-sgminer" under the "sph-sgminer-master" directory? I noticed that there was an ADL_SDK (empty) folder under the lower directory as well, should I include the ADL_SDK file in this folder too? Does the libtool dependency need to be placed in a specific folder as well? (did I miss something?) Why do I get this error? hmm sph-sgminer-master is the one you downloaded manually sph-sgminer is the one that you downloaded with the git command try deleting both folders then git clone git://github.com/prettyhatemachine/sph-sgminer.git cd sph-sgminer copy ADL files to ADL_SDK (look in this folder for where to get them) ./autogen.sh ./configure make Okay, so I followed your directions, got to the step "./auogen.sh" and I get the following: Can't exec "libtoolize": No such file or directory at /usr/bin/autoreconf line 195. Use of uninitialized value in pattern match (m//) at /usr/bin/autoreconf line 195.
|
|
|
|
SamboNZ
|
|
May 01, 2014, 02:13:28 AM |
|
That looks correct to me The reason for the small number of accepts is because x11 works on very small units if you look you will see you are doing .061 WU/m which is about .6 accepted every 10 min I suppose some decimal points on accepted and rejected should be added
edit: also you will not show any coins earned untill the pool finds a block, so if there if the pool has a small hash rate it may take a while
Cheers mate, much appreciated!
|
|
|
|
badman74
|
|
May 01, 2014, 02:35:08 AM |
|
Hey, thanks for the help. I have all the dependencies and i am currently following these outlined steps: git clone git://github.com/prettyhatemachine/sph-sgminer.git cd sph-sgminer copy ADL files to ADL_SDK (look in this folder for where to get them) autoreconf -fvi ./configure CFLAGS="-O2 -Wall -march=native" --enable-opencl make then to run it ./sgminer -k darkcoin -o <host>:<port> -u <user> -p <password> -I 18 I successfully completed step 1,2, and 3, and i now get the following upon entering step 4 (autoreconf -fvi). Can't exec "libtoolize": No such file or directory at /usr/bin/autoreconf line 195. Use of uninitialized value in pattern match (m//) at /usr/bin/autoreconf line 195. autoreconf: Entering directory `.' autoreconf: configure.ac: not using Gettext autoreconf: running: aclocal --force -I m4 autoreconf: configure.ac: tracing autoreconf: configure.ac: adding subdirectory compat/jansson-2.5 to autoreconf autoreconf: Entering directory `compat/jansson-2.5' autoreconf: configure.ac: not using Libtool autoreconf: running: /usr/bin/autoconf --force configure.ac:14: error: possibly undefined macro: AC_PROG_LIBTOOL If this token and others are legitimate, please use m4_pattern_allow. See the Autoconf documentation. autoreconf: /usr/bin/autoconf failed with exit status: 1
I have been searching on how to fix this error, which has only led me to more questions: Why is there a lower directory titled "sph-sgminer" under the "sph-sgminer-master" directory? I noticed that there was an ADL_SDK (empty) folder under the lower directory as well, should I include the ADL_SDK file in this folder too? Does the libtool dependency need to be placed in a specific folder as well? (did I miss something?) Why do I get this error? hmm sph-sgminer-master is the one you downloaded manually sph-sgminer is the one that you downloaded with the git command try deleting both folders then git clone git://github.com/prettyhatemachine/sph-sgminer.git cd sph-sgminer copy ADL files to ADL_SDK (look in this folder for where to get them) ./autogen.sh ./configure make Okay, so I followed your directions, got to the step "./auogen.sh" and I get the following: Can't exec "libtoolize": No such file or directory at /usr/bin/autoreconf line 195. Use of uninitialized value in pattern match (m//) at /usr/bin/autoreconf line 195.
hmm not sure but it seems like you may be missing libtool maybe try reinstalling it * [libtool]( http://www.gnu.org/software/libtool/) if that doesnt do it then i am out of ideas
|
|
|
|
erikforfreedom
Newbie
Offline
Activity: 18
Merit: 0
|
|
May 01, 2014, 02:49:19 AM |
|
Hey, thanks for the help. I have all the dependencies and i am currently following these outlined steps: git clone git://github.com/prettyhatemachine/sph-sgminer.git cd sph-sgminer copy ADL files to ADL_SDK (look in this folder for where to get them) autoreconf -fvi ./configure CFLAGS="-O2 -Wall -march=native" --enable-opencl make then to run it ./sgminer -k darkcoin -o <host>:<port> -u <user> -p <password> -I 18 I successfully completed step 1,2, and 3, and i now get the following upon entering step 4 (autoreconf -fvi). Can't exec "libtoolize": No such file or directory at /usr/bin/autoreconf line 195. Use of uninitialized value in pattern match (m//) at /usr/bin/autoreconf line 195. autoreconf: Entering directory `.' autoreconf: configure.ac: not using Gettext autoreconf: running: aclocal --force -I m4 autoreconf: configure.ac: tracing autoreconf: configure.ac: adding subdirectory compat/jansson-2.5 to autoreconf autoreconf: Entering directory `compat/jansson-2.5' autoreconf: configure.ac: not using Libtool autoreconf: running: /usr/bin/autoconf --force configure.ac:14: error: possibly undefined macro: AC_PROG_LIBTOOL If this token and others are legitimate, please use m4_pattern_allow. See the Autoconf documentation. autoreconf: /usr/bin/autoconf failed with exit status: 1
I have been searching on how to fix this error, which has only led me to more questions: Why is there a lower directory titled "sph-sgminer" under the "sph-sgminer-master" directory? I noticed that there was an ADL_SDK (empty) folder under the lower directory as well, should I include the ADL_SDK file in this folder too? Does the libtool dependency need to be placed in a specific folder as well? (did I miss something?) Why do I get this error? hmm sph-sgminer-master is the one you downloaded manually sph-sgminer is the one that you downloaded with the git command try deleting both folders then git clone git://github.com/prettyhatemachine/sph-sgminer.git cd sph-sgminer copy ADL files to ADL_SDK (look in this folder for where to get them) ./autogen.sh ./configure make Okay, so I followed your directions, got to the step "./auogen.sh" and I get the following: Can't exec "libtoolize": No such file or directory at /usr/bin/autoreconf line 195. Use of uninitialized value in pattern match (m//) at /usr/bin/autoreconf line 195.
hmm not sure but it seems like you may be missing libtool maybe try reinstalling it * [libtool]( http://www.gnu.org/software/libtool/) if that doesnt do it then i am out of ideas Alright, well thanks. I have libtool downloaded, something else is wrong. If anyone can help it would be greatly appreciated. Thanks -erik
|
|
|
|
phm (OP)
Full Member
Offline
Activity: 378
Merit: 110
DATABLOCKCHAIN.IO SALE IS LIVE | MVP @ DBC.IO
|
|
May 01, 2014, 10:01:02 AM |
|
Hey, thanks for the help. I have all the dependencies and i am currently following these outlined steps: git clone git://github.com/prettyhatemachine/sph-sgminer.git cd sph-sgminer copy ADL files to ADL_SDK (look in this folder for where to get them) autoreconf -fvi ./configure CFLAGS="-O2 -Wall -march=native" --enable-opencl make then to run it ./sgminer -k darkcoin -o <host>:<port> -u <user> -p <password> -I 18 I successfully completed step 1,2, and 3, and i now get the following upon entering step 4 (autoreconf -fvi). Can't exec "libtoolize": No such file or directory at /usr/bin/autoreconf line 195. Use of uninitialized value in pattern match (m//) at /usr/bin/autoreconf line 195. autoreconf: Entering directory `.' autoreconf: configure.ac: not using Gettext autoreconf: running: aclocal --force -I m4 autoreconf: configure.ac: tracing autoreconf: configure.ac: adding subdirectory compat/jansson-2.5 to autoreconf autoreconf: Entering directory `compat/jansson-2.5' autoreconf: configure.ac: not using Libtool autoreconf: running: /usr/bin/autoconf --force configure.ac:14: error: possibly undefined macro: AC_PROG_LIBTOOL If this token and others are legitimate, please use m4_pattern_allow. See the Autoconf documentation. autoreconf: /usr/bin/autoconf failed with exit status: 1
I have been searching on how to fix this error, which has only led me to more questions: Why is there a lower directory titled "sph-sgminer" under the "sph-sgminer-master" directory? I noticed that there was an ADL_SDK (empty) folder under the lower directory as well, should I include the ADL_SDK file in this folder too? Does the libtool dependency need to be placed in a specific folder as well? (did I miss something?) Why do I get this error? hmm sph-sgminer-master is the one you downloaded manually sph-sgminer is the one that you downloaded with the git command try deleting both folders then git clone git://github.com/prettyhatemachine/sph-sgminer.git cd sph-sgminer copy ADL files to ADL_SDK (look in this folder for where to get them) ./autogen.sh ./configure make Okay, so I followed your directions, got to the step "./auogen.sh" and I get the following: Can't exec "libtoolize": No such file or directory at /usr/bin/autoreconf line 195. Use of uninitialized value in pattern match (m//) at /usr/bin/autoreconf line 195.
hmm not sure but it seems like you may be missing libtool maybe try reinstalling it * [libtool]( http://www.gnu.org/software/libtool/) if that doesnt do it then i am out of ideas Alright, well thanks. I have libtool downloaded, something else is wrong. If anyone can help it would be greatly appreciated. Thanks -erik Are you sure it's installed? Do: sudo apt-get install libtool
|
|
|
|
erikforfreedom
Newbie
Offline
Activity: 18
Merit: 0
|
|
May 01, 2014, 11:50:44 AM |
|
Hey, thanks for the help. I have all the dependencies and i am currently following these outlined steps: git clone git://github.com/prettyhatemachine/sph-sgminer.git cd sph-sgminer copy ADL files to ADL_SDK (look in this folder for where to get them) autoreconf -fvi ./configure CFLAGS="-O2 -Wall -march=native" --enable-opencl make then to run it ./sgminer -k darkcoin -o <host>:<port> -u <user> -p <password> -I 18 I successfully completed step 1,2, and 3, and i now get the following upon entering step 4 (autoreconf -fvi). Can't exec "libtoolize": No such file or directory at /usr/bin/autoreconf line 195. Use of uninitialized value in pattern match (m//) at /usr/bin/autoreconf line 195. autoreconf: Entering directory `.' autoreconf: configure.ac: not using Gettext autoreconf: running: aclocal --force -I m4 autoreconf: configure.ac: tracing autoreconf: configure.ac: adding subdirectory compat/jansson-2.5 to autoreconf autoreconf: Entering directory `compat/jansson-2.5' autoreconf: configure.ac: not using Libtool autoreconf: running: /usr/bin/autoconf --force configure.ac:14: error: possibly undefined macro: AC_PROG_LIBTOOL If this token and others are legitimate, please use m4_pattern_allow. See the Autoconf documentation. autoreconf: /usr/bin/autoconf failed with exit status: 1
I have been searching on how to fix this error, which has only led me to more questions: Why is there a lower directory titled "sph-sgminer" under the "sph-sgminer-master" directory? I noticed that there was an ADL_SDK (empty) folder under the lower directory as well, should I include the ADL_SDK file in this folder too? Does the libtool dependency need to be placed in a specific folder as well? (did I miss something?) Why do I get this error? hmm sph-sgminer-master is the one you downloaded manually sph-sgminer is the one that you downloaded with the git command try deleting both folders then git clone git://github.com/prettyhatemachine/sph-sgminer.git cd sph-sgminer copy ADL files to ADL_SDK (look in this folder for where to get them) ./autogen.sh ./configure make Okay, so I followed your directions, got to the step "./auogen.sh" and I get the following: Can't exec "libtoolize": No such file or directory at /usr/bin/autoreconf line 195. Use of uninitialized value in pattern match (m//) at /usr/bin/autoreconf line 195.
hmm not sure but it seems like you may be missing libtool maybe try reinstalling it * [libtool]( http://www.gnu.org/software/libtool/) if that doesnt do it then i am out of ideas Alright, well thanks. I have libtool downloaded, something else is wrong. If anyone can help it would be greatly appreciated. Thanks -erik Are you sure it's installed? Do: sudo apt-get install libtool
Hey thanks, but I fixed the problem! Thanks for your help though. If anyone else has a problem relating to line 195 after this command: autoreconf -fvi. Then enter the following in the ubuntu terminal: sudo apt-get update && sudo apt-get install autotools-dev libltdl-dev libtool autoconf autopoint
Thanks again for everyones help!
|
|
|
|
romeshomey
|
|
May 01, 2014, 12:48:00 PM |
|
Does this look normal? I hadn't tried mining X11 algorithm yet. In the pool I am mining in, it shows my stats as normal but sgminer isn't showing accepted shares and I'm not used to my temps being so low, so I am wondering if I am configured right. It also doesn't show the stratum address or pool I am connected too. The GPU's are Gigabyte R9 270's GPU_MAX_ALLOC_PERCENT=100
sgminer -d 0,1,2 -k darkcoin -o stratum+tcp://stratum1.xxx.xxx:3334 -u xxx.1 -p xxxx1 -I 18 -g 4 -w 128
|
|
|
|
erikforfreedom
Newbie
Offline
Activity: 18
Merit: 0
|
|
May 01, 2014, 01:42:22 PM Last edit: May 01, 2014, 02:39:38 PM by erikforfreedom |
|
Can someone point me too the correct libCURL download, I thought I downloaded the correct libcurl but the website is a little vague. I downloaded the curl7.0.36.zip (third down from the top). http://curl.haxx.se/download.htmlI get this error upon ./configure configure: WARNING: Could not find curses library - if you want a TUI, install libncurses-dev or pdcurses-dev 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... no configure: error: Missing required libcurl dev >= 7.18.2
(This is after a plethora of checks.) Thanks -erik
|
|
|
|
|