Author

Topic: [ANN] cudaMiner & ccMiner CUDA based mining applications [Windows/Linux/MacOSX] - page 112. (Read 3426930 times)

sr. member
Activity: 462
Merit: 250
www.dashpay.io
it depends if talk is right, and if those results scale with mining performance.
If so, the gtx 980 is the same as 3 750ti's power wise.

performance wise a 780 is 3 750ti's, and a 980 is 1.3 times a 780, making a 980 the equivalent to 4 750ti's and the power usage of 3, plus only a single slot card

I may be wrong but that's how i see things, although i do think their graph is most likely incorrect

That is awesome isn't it?

Do we have any idea what the 980 may retail for?

Under $500 USD is probably wishful thinking...
legendary
Activity: 1484
Merit: 1082
ccminer/cpuminer developer
I just want to make a small announce if you missed it :

You can find my "new" ccminer fork for blake (NEOS and SFR) and blakecoin here :

This algo seems to report nice hashrates on pools, and ive put inside a protection to prevent useless recomputing of the same blocks.
GPU Usage seems limited à 90% with small pauses when the pool does not send new jobs, which reduce the Card(s) heat.

Reminder: SFR (SaffronCoin) wallet has a bridge to buy coins via Paypal, its nice to play with some money on exchanges.. promising

https://bitcointalksearch.org/topic/ann-ccminer-23-opensource-gpl-tpruvot-770064
sr. member
Activity: 350
Merit: 250
it depends if talk is right, and if those results scale with mining performance.
If so, the gtx 980 is the same as 3 750ti's power wise.

performance wise a 780 is 3 750ti's, and a 980 is 1.3 times a 780, making a 980 the equivalent to 4 750ti's and the power usage of 3, plus only a single slot card

I may be wrong but that's how i see things, although i do think their graph is most likely incorrect
sr. member
Activity: 462
Merit: 250
www.dashpay.io

Which one of those do  you think will be the new 750ti, I mean not necessarily the most powerful just the most efficient for mining?
sr. member
Activity: 350
Merit: 250
Hmm 980 seems to be 33% faster then my 780. May be worth it after all. Even after I get robbed for being in the UK


Why will you be robbed if you buy it in the UK...? VAT or something?

Prices are usually higher there to start with, then you get extorted with VAT.

Yep. $900 US is some how £759 in the UK. Even with a 0.63 conversion rate xD
newbie
Activity: 3
Merit: 0
I'm using Ubuntu Server 12.04 with CUDA 6.5 and Nvidia drivers v340.32.
With the latest version of Cudaminer source, when I attempt to run the mining script I was using back in December, it says "unable to query CUDA driver version! Is an Nvidia driver installed?"
Is there a symbolic link I should make somewhere, or maybe the 340.32 drivers don't support CUDA 6.5? Does anyone know?
Nvidia also has 343.13 beta drivers, but I don't want to use the beta unless I need to.
newbie
Activity: 23
Merit: 0

I have CUDA 6.5 installed and mpir 2.7 alpha 10, what should I delete from Makefile.am ?


The edit of Makefile.am just decreases compile time by not bothering with anything other than compute_50.
Find any lines with compute_50 and then delete the other options to leave you with just compute_50 like this:

$(NVCC) @CFLAGS@ -I . -Xptxas "-abi=no -v" -gencode=arch=compute_50,code=\"sm_50,compute_50\" --maxrregcount=80 --ptxas-options=-v $(JANSSON_INCLUDES) -o $@ -c $<

This means it will only work with compute_50 but it will compile very quickly.
legendary
Activity: 1400
Merit: 1000
Don't know if we have any American College Football fans in here or not but I just seen that there is a new bowl sponsor this year: BITCOIN St. Petersburg Bowl
sr. member
Activity: 462
Merit: 250
Hmm 980 seems to be 33% faster then my 780. May be worth it after all. Even after I get robbed for being in the UK


Why will you be robbed if you buy it in the UK...? VAT or something?
legendary
Activity: 1400
Merit: 1050
the compiler doesn't find mpir, a nice tutorial has been posted a few page back (yesterday actually)

found it: https://gist.github.com/zcshiner/4b32980792d367222304

Thanks again Smiley
echo "export LD_LIBRARY_PATH=/usr/local/lib:$LD_LIBRARY_PATH" >> ~/.bashrc
Fixed compilation.

When I run ccminer I get:
./ccminer: error while loading shared libraries: libcudart.so.6.5: cannot open shared object file: No such file or directory

I'll figure it all out eventually Smiley
you also need to add /usr/local/cuda/lib64 to LD_LIBRARY_PATH

Got that set in my bashrc now.



modprobe: ERROR: ../libkmod/libkmod-module.c:809 kmod_module_insert_module() could not find module by name='nvidia_340'
modprobe: ERROR: could not insert 'nvidia_340': Function not implemented
[2014-09-08 00:39:36] Unable to query number of CUDA devices! Is an nVidia driver installed?

/ccminer$ nvcc --version
nvcc: NVIDIA (R) Cuda compiler driver
Copyright (c) 2005-2014 NVIDIA Corporation
Built on Thu_Jul_17_21:41:27_CDT_2014
Cuda compilation tools, release 6.5, V6.5.12


something is wrong with your drivers. The installation process can be tricky sometime
hero member
Activity: 979
Merit: 510
the compiler doesn't find mpir, a nice tutorial has been posted a few page back (yesterday actually)

found it: https://gist.github.com/zcshiner/4b32980792d367222304

Thanks again Smiley
echo "export LD_LIBRARY_PATH=/usr/local/lib:$LD_LIBRARY_PATH" >> ~/.bashrc
Fixed compilation.

When I run ccminer I get:
./ccminer: error while loading shared libraries: libcudart.so.6.5: cannot open shared object file: No such file or directory

I'll figure it all out eventually Smiley
you also need to add /usr/local/cuda/lib64 to LD_LIBRARY_PATH

Got that set in my bashrc now.



modprobe: ERROR: ../libkmod/libkmod-module.c:809 kmod_module_insert_module() could not find module by name='nvidia_340'
modprobe: ERROR: could not insert 'nvidia_340': Function not implemented
[2014-09-08 00:39:36] Unable to query number of CUDA devices! Is an nVidia driver installed?

/ccminer$ nvcc --version
nvcc: NVIDIA (R) Cuda compiler driver
Copyright (c) 2005-2014 NVIDIA Corporation
Built on Thu_Jul_17_21:41:27_CDT_2014
Cuda compilation tools, release 6.5, V6.5.12

legendary
Activity: 1400
Merit: 1050
the compiler doesn't find mpir, a nice tutorial has been posted a few page back (yesterday actually)

found it: https://gist.github.com/zcshiner/4b32980792d367222304

Thanks again Smiley
echo "export LD_LIBRARY_PATH=/usr/local/lib:$LD_LIBRARY_PATH" >> ~/.bashrc
Fixed compilation.

When I run ccminer I get:
./ccminer: error while loading shared libraries: libcudart.so.6.5: cannot open shared object file: No such file or directory

I'll figure it all out eventually Smiley
you also need to add /usr/local/cuda/lib64 to LD_LIBRARY_PATH
hero member
Activity: 979
Merit: 510
the compiler doesn't find mpir, a nice tutorial has been posted a few page back (yesterday actually)

found it: https://gist.github.com/zcshiner/4b32980792d367222304

Thanks again Smiley
echo "export LD_LIBRARY_PATH=/usr/local/lib:$LD_LIBRARY_PATH" >> ~/.bashrc
Fixed compilation.

When I run ccminer I get:
./ccminer: error while loading shared libraries: libcudart.so.6.5: cannot open shared object file: No such file or directory

I'll figure it all out eventually Smiley
legendary
Activity: 1400
Merit: 1050
the compiler doesn't find mpir, a nice tutorial has been posted a few page back (yesterday actually)

found it: https://gist.github.com/zcshiner/4b32980792d367222304
hero member
Activity: 979
Merit: 510
you need to show the error message from the compiler (few lines before what you show)

Looks like I need to set the path to mpir for the make file it seems.

nvcc -g -O2 -I . -Xptxas "-abi=no -v" -gencode=arch=compute_30,code=\"sm_30,compute_30\" -gencode=arch=compute_35,code=\"sm_35,compute_35\" -gencode=arch=compute_50,code=\"sm_50,compute_50\" --maxrregcount=80 --ptxas-options=-v -I./compat/jansson -o x13/m7.o -c x13/m7.cu
ptxas info    : 0 bytes gmem, 168 bytes cmem[3]
ptxas info    : Compiling entry function '_Z25m7_ripemd160_gpu_hash_120ijPm' for 'sm_30'
ptxas info    : Used 26 registers, 336 bytes cmem[0]
x13/m7.cu:17:18: fatal error: mpir.h: No such file or directory
 #include "mpir.h"
                  ^
compilation terminated.
make[2]: *** [x13/m7.o] Error 1
make[2]: *** Waiting for unfinished jobs....
x13/cuda_tiger192.cu(682): warning: variable "hash" was declared but never referenced

x13/cuda_tiger192.cu(714): warning: variable "in" was declared but never referenced

x13/cuda_m7_sha256.cu(380): warning: variable "hash" was declared but never referenced

x13/cuda_ripemd160.cu(319): warning: variable "in" was declared but never referenced
sr. member
Activity: 350
Merit: 250
Hmm 980 seems to be 33% faster then my 780. May be worth it after all. Even after I get robbed for being in the UK
sr. member
Activity: 350
Merit: 250
I mentioned the option not long back.
Didn't get much of a response though
sr. member
Activity: 462
Merit: 250
ok the new webserver for cudamining.co.uk has been set up and is running. Please let me know if you notice and downtime, slow page loads (more then 500ms) and any issues/error mesages

I have also modified the design slightly so its easier for web browsers to load and mobile devices will have a better time.
I hope everyone viewing the website on a mobile device likes the new menu Smiley


Thanks for your continuous work, site seems fast and stable  Smiley

How about having the files stored, or maybe backed up, on the local server, in case the external storage would be deleted? I think someone brought up that idea earlier?
legendary
Activity: 1400
Merit: 1050
I have been away for a while, so just catching up.

Just downloaded the new ccminer code from github.
Installed latest CUDA 6.5
Install latest mpir 2.7 (alpha 10)
Deleted everything except compute_50 from Makefile.am

All very straightforward, and very fast compile.

First indications suggest about 5+% faster on X11 and X15 at least (750Ti)

Thanks djm34 for continued great work


I have CUDA 6.5 installed and mpir 2.7 alpha 10, what should I delete from Makefile.am ?

Here is what I get:
ptxas warning : 'option -abi=no' might get deprecated in future
ptxas info    : 0 bytes gmem, 16688 bytes cmem[3]
ptxas info    : Compiling entry function '_Z24whirlpool512_gpu_hash_64ijPmPj' for 'sm_35'
ptxas info    : Used 64 registers, 16384 bytes smem, 344 bytes cmem[0], 132 bytes lmem
ptxas info    : Compiling entry function '_Z24whirlpool512_gpu_hash_80ijPv' for 'sm_35'
ptxas info    : Used 64 registers, 16384 bytes smem, 336 bytes cmem[0], 4 bytes cmem[2], 120 bytes lmem
ptxas info    : Compiling entry function '_Z29whirlpool512_gpu_finalhash_64ijPmPjS0_' for 'sm_35'
ptxas info    : Used 64 registers, 16384 bytes smem, 352 bytes cmem[0], 672 bytes lmem
ptxas info    : Compiling entry function '_Z28m7_whirlpool512_gpu_hash_120ijPm' for 'sm_35'
ptxas info    : Used 64 registers, 16384 bytes smem, 336 bytes cmem[0], 852 bytes lmem
ptxas warning : 'option -abi=no' might get deprecated in future
ptxas info    : 0 bytes gmem, 16688 bytes cmem[3]
ptxas info    : Compiling entry function '_Z24whirlpool512_gpu_hash_64ijPmPj' for 'sm_50'
ptxas info    : Used 64 registers, 16384 bytes smem, 344 bytes cmem[0], 120 bytes lmem
ptxas info    : Compiling entry function '_Z24whirlpool512_gpu_hash_80ijPv' for 'sm_50'
ptxas info    : Used 64 registers, 16384 bytes smem, 336 bytes cmem[0], 4 bytes cmem[2], 12 bytes lmem
ptxas info    : Compiling entry function '_Z29whirlpool512_gpu_finalhash_64ijPmPjS0_' for 'sm_50'
ptxas info    : Used 64 registers, 16384 bytes smem, 352 bytes cmem[0], 348 bytes lmem
ptxas info    : Compiling entry function '_Z28m7_whirlpool512_gpu_hash_120ijPm' for 'sm_50'
ptxas info    : Used 64 registers, 16384 bytes smem, 336 bytes cmem[0], 384 bytes lmem
make[2]: Leaving directory `/home/ubuntu/ccminer'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/home/ubuntu/ccminer'
make: *** [all] Error 2

you need to show the error message from the compiler (few lines before what you show)
Jump to: