Bitcoin Forum
April 23, 2024, 03:36:21 PM *
News: Latest Bitcoin Core release: 27.0 [Torrent]
 
   Home   Help Search Login Register More  
Pages: « 1 ... 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 [109] 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151 152 153 154 155 156 157 158 159 ... 1135 »
  Print  
Author Topic: [ANN] cudaMiner & ccMiner CUDA based mining applications [Windows/Linux/MacOSX]  (Read 3426867 times)
cbuchner1 (OP)
Hero Member
*****
Offline Offline

Activity: 756
Merit: 502


View Profile
January 08, 2014, 04:21:17 PM
Last edit: January 08, 2014, 04:42:18 PM by cbuchner1
 #2161

*sigh* thats annoying...my linux box (Home server) is an old Pentium 4 with PCI...Sad

PCI is a showstopper.  Pentium 4 isn't. Wink

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
1713886581
Hero Member
*
Offline Offline

Posts: 1713886581

View Profile Personal Message (Offline)

Ignore
1713886581
Reply with quote  #2

1713886581
Report to moderator
TalkImg was created especially for hosting images on bitcointalk.org: try it next time you want to post an image
Advertised sites are not endorsed by the Bitcoin Forum. They may be unsafe, untrustworthy, or illegal in your jurisdiction.
1713886581
Hero Member
*
Offline Offline

Posts: 1713886581

View Profile Personal Message (Offline)

Ignore
1713886581
Reply with quote  #2

1713886581
Report to moderator
cbuchner1 (OP)
Hero Member
*****
Offline Offline

Activity: 756
Merit: 502


View Profile
January 08, 2014, 04:42:06 PM
 #2162

It appears that CUDA can find some very profitable niches in mining.

I am implementing scrypt-jane,  dga-dave is implementing the Momentum algorithm used in protoshares: https://bitcointalk.org/index.php?topic=404915.msg4390501#msg4390501
CaptainBeck
Full Member
***
Offline Offline

Activity: 168
Merit: 100


View Profile
January 08, 2014, 04:48:37 PM
 #2163

Unless i'm going blind whats the where is the github for the scrypt-jane algo work??
cbuchner1 (OP)
Hero Member
*****
Offline Offline

Activity: 756
Merit: 502


View Profile
January 08, 2014, 04:50:22 PM
 #2164

Unless i'm going blind whats the where is the github for the scrypt-jane algo work??

http://lmgtfy.com/?q=cudaminer&l=1
Banin
Newbie
*
Offline Offline

Activity: 59
Merit: 0


View Profile
January 08, 2014, 04:51:31 PM
 #2165

Can someone post a guide on how to compile on windows for alternate coins like scrypt-jane ?
CaptainBeck
Full Member
***
Offline Offline

Activity: 168
Merit: 100


View Profile
January 08, 2014, 04:53:53 PM
 #2166

Unless i'm going blind whats the where is the github for the scrypt-jane algo work??

http://lmgtfy.com/?q=cudaminer&l=1

I both love and hate you!!
bigjme
Sr. Member
****
Offline Offline

Activity: 350
Merit: 250


View Profile
January 08, 2014, 05:13:13 PM
Last edit: January 08, 2014, 05:23:35 PM by bigjme
 #2167

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?

Code:
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

EDIT
ok so i forgot to run autogen.sh, done that now, and im getting this error now.
Code:
/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 Offline

Activity: 79
Merit: 10


View Profile
January 08, 2014, 05:36:28 PM
 #2168

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
Sr. Member
****
Offline Offline

Activity: 350
Merit: 250


View Profile
January 08, 2014, 05:43:36 PM
 #2169

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)
Hero Member
*****
Offline Offline

Activity: 756
Merit: 502


View Profile
January 08, 2014, 06:18:12 PM
 #2170


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)
Hero Member
*****
Offline Offline

Activity: 756
Merit: 502


View Profile
January 08, 2014, 06:19:26 PM
 #2171

one last problem i am having is compiling yacoin-qt, i means seriously how hard is all this?!

how about

Code:
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
Sr. Member
****
Offline Offline

Activity: 350
Merit: 250


View Profile
January 08, 2014, 06:20:19 PM
 #2172

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)
Hero Member
*****
Offline Offline

Activity: 756
Merit: 502


View Profile
January 08, 2014, 06:21:43 PM
 #2173

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
Sr. Member
****
Offline Offline

Activity: 350
Merit: 250


View Profile
January 08, 2014, 06:24:31 PM
Last edit: January 08, 2014, 06:40:55 PM by bigjme
 #2174

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?

EDIT
got 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

Code:
/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
Full Member
***
Offline Offline

Activity: 168
Merit: 100


View Profile
January 08, 2014, 06:41:59 PM
 #2175

1>LINK : fatal error LNK1181: cannot open input file 'libeay32MT.lib'


Any clue where this should be??
cbuchner1 (OP)
Hero Member
*****
Offline Offline

Activity: 756
Merit: 502


View Profile
January 08, 2014, 06:44:21 PM
 #2176

1>LINK : fatal error LNK1181: cannot open input file 'libeay32MT.lib'
Any clue where this should be??

OpenSSL development package.

Christian


bigjme
Sr. Member
****
Offline Offline

Activity: 350
Merit: 250


View Profile
January 08, 2014, 06:58:44 PM
 #2177

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
Full Member
***
Offline Offline

Activity: 168
Merit: 100


View Profile
January 08, 2014, 07:01:30 PM
 #2178

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
Full Member
***
Offline Offline

Activity: 168
Merit: 100


View Profile
January 08, 2014, 07:11:35 PM
 #2179

Ok my bad i;ve found it now.

I've got the light version of the OpenSSL rather than the dev kit
bigjme
Sr. Member
****
Offline Offline

Activity: 350
Merit: 250


View Profile
January 08, 2014, 07:14:44 PM
Last edit: January 08, 2014, 07:52:23 PM by bigjme
 #2180

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
Pages: « 1 ... 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 [109] 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151 152 153 154 155 156 157 158 159 ... 1135 »
  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!