cbuchner1 (OP)
|
 |
January 08, 2014, 04:21:17 PM Last edit: January 08, 2014, 04:42:18 PM by cbuchner1 |
|
*sigh* thats annoying...my linux box (Home server) is an old Pentium 4 with PCI...  PCI is a showstopper. Pentium 4 isn't.  I still have an nVidia 8400 GS for the PCI bus, supporting CUDA. But that one won't mine you a fortune. I am currently evaluating a Fermi based GT 630 with 128bit DDR3 memory for possible use in mining, but I am not very hopeful. Christian
|
|
|
|
|
CaptainBeck
|
 |
January 08, 2014, 04:48:37 PM |
|
Unless i'm going blind whats the where is the github for the scrypt-jane algo work??
|
|
|
|
|
Banin
Newbie
Offline
Activity: 59
Merit: 0
|
 |
January 08, 2014, 04:51:31 PM |
|
Can someone post a guide on how to compile on windows for alternate coins like scrypt-jane ?
|
|
|
|
CaptainBeck
|
 |
January 08, 2014, 04:53:53 PM |
|
I both love and hate you!!
|
|
|
|
bigjme
|
 |
January 08, 2014, 05:13:13 PM Last edit: January 08, 2014, 05:23:35 PM by bigjme |
|
so i got cuda 5.5 toolkit installed now. but and i have run the ./configure now when i run make i get this, can you help? make all-recursive make[1]: Entering directory `/home/jamie/Downloads/CudaMiner-master' Making all in compat make[2]: Entering directory `/home/jamie/Downloads/CudaMiner-master/compat' Making all in jansson make[3]: Entering directory `/home/jamie/Downloads/CudaMiner-master/compat/jansson' gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I../.. -g -O2 -MT dump.o -MD -MP -MF .deps/dump.Tpo -c -o dump.o dump.c mv -f .deps/dump.Tpo .deps/dump.Po gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I../.. -g -O2 -MT hashtable.o -MD -MP -MF .deps/hashtable.Tpo -c -o hashtable.o hashtable.c mv -f .deps/hashtable.Tpo .deps/hashtable.Po gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I../.. -g -O2 -MT load.o -MD -MP -MF .deps/load.Tpo -c -o load.o load.c mv -f .deps/load.Tpo .deps/load.Po gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I../.. -g -O2 -MT strbuffer.o -MD -MP -MF .deps/strbuffer.Tpo -c -o strbuffer.o strbuffer.c mv -f .deps/strbuffer.Tpo .deps/strbuffer.Po gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I../.. -g -O2 -MT utf.o -MD -MP -MF .deps/utf.Tpo -c -o utf.o utf.c mv -f .deps/utf.Tpo .deps/utf.Po gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I../.. -g -O2 -MT value.o -MD -MP -MF .deps/value.Tpo -c -o value.o value.c mv -f .deps/value.Tpo .deps/value.Po rm -f libjansson.a ar cru libjansson.a dump.o hashtable.o load.o strbuffer.o utf.o value.o ranlib libjansson.a make[3]: Leaving directory `/home/jamie/Downloads/CudaMiner-master/compat/jansson' make[3]: Entering directory `/home/jamie/Downloads/CudaMiner-master/compat' make[3]: Nothing to be done for `all-am'. make[3]: Leaving directory `/home/jamie/Downloads/CudaMiner-master/compat' make[2]: Leaving directory `/home/jamie/Downloads/CudaMiner-master/compat' make[2]: Entering directory `/home/jamie/Downloads/CudaMiner-master' gcc -std=gnu99 -DHAVE_CONFIG_H -I. -msse2 -fopenmp -pthread -fno-strict-aliasing -I./compat/jansson -g -O2 -MT cudaminer-cpu-miner.o -MD -MP -MF .deps/cudaminer-cpu-miner.Tpo -c -o cudaminer-cpu-miner.o `test -f 'cpu-miner.c' || echo './'`cpu-miner.c cpu-miner.c:37:23: fatal error: curl/curl.h: No such file or directory compilation terminated. make[2]: *** [cudaminer-cpu-miner.o] Error 1 make[2]: Leaving directory `/home/jamie/Downloads/CudaMiner-master' make[1]: *** [all-recursive] Error 1 make[1]: Leaving directory `/home/jamie/Downloads/CudaMiner-master' make: *** [all] Error 2
EDITok so i forgot to run autogen.sh, done that now, and im getting this error now. /bin/bash ./config.status --recheck running CONFIG_SHELL=/bin/bash /bin/bash ./configure --no-create --no-recursion 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 /home/jamie/Downloads/CudaMiner-master/missing: Unknown `--is-lightweight' option Try `/home/jamie/Downloads/CudaMiner-master/missing --help' for more information configure: WARNING: 'missing' script is too old or missing checking for a thread-safe mkdir -p... /bin/mkdir -p checking for gawk... gawk checking whether make sets $(MAKE)... yes checking whether make supports nested variables... yes checking whether to enable maintainer-specific portions of Makefiles... no 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 for gcc option to accept ISO C99... -std=gnu99 checking how to run the C preprocessor... gcc -std=gnu99 -E checking for grep that handles long lines and -e... /bin/grep checking for egrep... /bin/grep -E checking whether gcc -std=gnu99 needs -traditional... no checking whether gcc -std=gnu99 and cc understand -c and -o together... yes checking dependency style of gcc -std=gnu99... gcc3 checking for ranlib... ranlib checking for g++... g++ checking whether we are using the GNU C++ compiler... yes checking whether g++ accepts -g... yes checking dependency style of g++... gcc3 checking for gcc -std=gnu99 option to support OpenMP... -fopenmp 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 sys/endian.h usability... no checking sys/endian.h presence... no checking for sys/endian.h... no checking sys/param.h usability... yes checking sys/param.h presence... yes checking for sys/param.h... yes checking syslog.h usability... yes checking syslog.h presence... yes checking for syslog.h... yes checking for sys/sysctl.h... yes checking whether be32dec is declared... no checking whether le32dec is declared... no checking whether be32enc is declared... no checking whether le32enc is declared... no checking for size_t... yes checking for working alloca.h... yes checking for alloca... yes checking for getopt_long... yes checking whether we can compile AVX code... yes checking whether we can compile XOP code... yes checking whether we can compile AVX2 code... yes checking for json_loads in -ljansson... no checking for pthread_create in -lpthread... yes ./configure: line 6116: syntax error near unexpected token `,' ./configure: line 6116: `LIBCURL_CHECK_CONFIG(, 7.15.2, ,' make: *** [config.status] Error 2
i have libcurl3 installed, which is version 7.30.0, and i dont get the option to install an older version
|
Owner of: cudamining.co.uk
|
|
|
RbelMonstr
Member

Offline
Activity: 79
Merit: 10
|
 |
January 08, 2014, 05:36:28 PM |
|
Regarding new drivers, on my GTX550 Ti i got a 12 khash/s boost (cudaminer-2013-12-10). 77khash/s with old drivers, 89khash/s with new drivers
-H 1 -d 1 -i 0 -l F16x8 -C 1 -m 1
I'll test my GTX570 when i get home.
|
|
|
|
bigjme
|
 |
January 08, 2014, 05:43:36 PM |
|
one last problem i am having is compiling yacoin-qt, i means seriously how hard is all this?!
|
Owner of: cudamining.co.uk
|
|
|
cbuchner1 (OP)
|
 |
January 08, 2014, 06:18:12 PM |
|
i have libcurl3 installed, which is version 7.30.0, and i dont get the option to install an older version
do you also have libcurl3-dev installed? I guess not
|
|
|
|
cbuchner1 (OP)
|
 |
January 08, 2014, 06:19:26 PM |
|
one last problem i am having is compiling yacoin-qt, i means seriously how hard is all this?!
how about sudo add-apt-repository ppa:yacoin/yacoin && apt-get update && apt-get install yacoin-qt
life can be hard, or it can be easy. You choose. Granted, it isn't the latest wallet version but it works for me. Christian
|
|
|
|
bigjme
|
 |
January 08, 2014, 06:20:19 PM |
|
tried it, it tells me the file isnt there. im going to manually force the repository to get the 12.10 as its trying to get a distro that isnt there
|
Owner of: cudamining.co.uk
|
|
|
cbuchner1 (OP)
|
 |
January 08, 2014, 06:21:43 PM |
|
tried it, it tells me the file isnt there. im going to manually force the repository to get the 12.10 as its trying to get a distro that isnt there
got it. Hopefully the manual method works... Regarding compilation: There should be a lot of guides that tell you how to compile various wallets on various distros. They should all be very similar, as most of them are direct forks of the Satoshi Bitcoin client.
|
|
|
|
bigjme
|
 |
January 08, 2014, 06:24:31 PM Last edit: January 08, 2014, 06:40:55 PM by bigjme |
|
got it, it was trying to load the distro "saucy" when the files are in the distro "quantal" this is for ubuntu 13.10 for anyone wondering. so now i have yacoin i just have the last issue in cudaminer if you can help? EDITgot the yacoin server running and configured. damn it downloads the blocks faster in linux. so yeh now i just have this final issue with cudaminer compiling then im set. it is throwing this error /bin/bash ./config.status --recheck running CONFIG_SHELL=/bin/bash /bin/bash ./configure --no-create --no-recursion 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 /home/jamie/Downloads/CudaMiner-master/missing: Unknown `--is-lightweight' option Try `/home/jamie/Downloads/CudaMiner-master/missing --help' for more information configure: WARNING: 'missing' script is too old or missing checking for a thread-safe mkdir -p... /bin/mkdir -p checking for gawk... gawk checking whether make sets $(MAKE)... yes checking whether make supports nested variables... yes checking whether to enable maintainer-specific portions of Makefiles... no 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 for gcc option to accept ISO C99... -std=gnu99 checking how to run the C preprocessor... gcc -std=gnu99 -E checking for grep that handles long lines and -e... /bin/grep checking for egrep... /bin/grep -E checking whether gcc -std=gnu99 needs -traditional... no checking whether gcc -std=gnu99 and cc understand -c and -o together... yes checking dependency style of gcc -std=gnu99... gcc3 checking for ranlib... ranlib checking for g++... g++ checking whether we are using the GNU C++ compiler... yes checking whether g++ accepts -g... yes checking dependency style of g++... gcc3 checking for gcc -std=gnu99 option to support OpenMP... -fopenmp 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 sys/endian.h usability... no checking sys/endian.h presence... no checking for sys/endian.h... no checking sys/param.h usability... yes checking sys/param.h presence... yes checking for sys/param.h... yes checking syslog.h usability... yes checking syslog.h presence... yes checking for syslog.h... yes checking for sys/sysctl.h... yes checking whether be32dec is declared... no checking whether le32dec is declared... no checking whether be32enc is declared... no checking whether le32enc is declared... no checking for size_t... yes checking for working alloca.h... yes checking for alloca... yes checking for getopt_long... yes checking whether we can compile AVX code... yes checking whether we can compile XOP code... yes checking whether we can compile AVX2 code... yes checking for json_loads in -ljansson... no checking for pthread_create in -lpthread... yes ./configure: line 6116: syntax error near unexpected token `,' ./configure: line 6116: `LIBCURL_CHECK_CONFIG(, 7.15.2, ,' make: *** [config.status] Error 2 i have a newer libcurl installed then that, do i need to try and back date or something? i can not find 7.15.2 anywhere
|
Owner of: cudamining.co.uk
|
|
|
CaptainBeck
|
 |
January 08, 2014, 06:41:59 PM |
|
1>LINK : fatal error LNK1181: cannot open input file 'libeay32MT.lib'
Any clue where this should be??
|
|
|
|
cbuchner1 (OP)
|
 |
January 08, 2014, 06:44:21 PM |
|
1>LINK : fatal error LNK1181: cannot open input file 'libeay32MT.lib' Any clue where this should be??
OpenSSL development package. Christian
|
|
|
|
bigjme
|
 |
January 08, 2014, 06:58:44 PM |
|
right i have just installed libcurl4-openssl-dev and now i am getting this error
/bin/bash: nvcc: command not found
now i do have cuda 5.5 toolkit installed, do i need to register some sort of path for it?
|
Owner of: cudamining.co.uk
|
|
|
CaptainBeck
|
 |
January 08, 2014, 07:01:30 PM |
|
1>LINK : fatal error LNK1181: cannot open input file 'libeay32MT.lib' Any clue where this should be??
OpenSSL development package. Christian I've got OpenSSL development package. but there is no libeay32MT.lib there is a libeay32.lib
|
|
|
|
CaptainBeck
|
 |
January 08, 2014, 07:11:35 PM |
|
Ok my bad i;ve found it now.
I've got the light version of the OpenSSL rather than the dev kit
|
|
|
|
bigjme
|
 |
January 08, 2014, 07:14:44 PM Last edit: January 08, 2014, 07:52:23 PM by bigjme |
|
dont know what i did but all of a sudden it compiled. when i run it however it is saying [2014-01-08 19:29:35] Unable to query CUDA driver version! Is an nVidia driver installed?
now i do have an nvidia driver installed. what am i missing?
EDIT just to show its installed, i ran nvcc --version and this is what i got;
nvcc: NVIDIA (R) Cuda compiler driver Copyright (c) 2005-2013 NVIDIA Corporation Built on Wed_Jul_17_18:36:13_PDT_2013 Cuda compilation tools, release 5.5, V5.5.0
so it is 100% installed but cudaminer can not find it :s
|
Owner of: cudamining.co.uk
|
|
|
|