Bitcoin Forum
May 03, 2024, 10:42:57 AM *
News: Latest Bitcoin Core release: 27.0 [Torrent]
 
   Home   Help Search Login Register More  
Pages: « 1 ... 974 975 976 977 978 979 980 981 982 983 984 985 986 987 988 989 990 991 992 993 994 995 996 997 998 999 1000 1001 1002 1003 1004 1005 1006 1007 1008 1009 1010 1011 1012 1013 1014 1015 1016 1017 1018 1019 1020 1021 1022 1023 [1024] 1025 1026 1027 1028 1029 1030 1031 1032 1033 1034 1035 1036 1037 1038 1039 1040 1041 1042 1043 1044 1045 1046 1047 1048 1049 1050 1051 1052 1053 1054 1055 1056 1057 1058 1059 1060 1061 1062 1063 1064 1065 1066 1067 1068 1069 1070 1071 1072 1073 1074 ... 1135 »
  Print  
Author Topic: [ANN] cudaMiner & ccMiner CUDA based mining applications [Windows/Linux/MacOSX]  (Read 3426872 times)
mmmaybe
Sr. Member
****
Offline Offline

Activity: 462
Merit: 250



View Profile WWW
September 07, 2014, 10:36:57 PM
 #20461

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?

1714732977
Hero Member
*
Offline Offline

Posts: 1714732977

View Profile Personal Message (Offline)

Ignore
1714732977
Reply with quote  #2

1714732977
Report to moderator
1714732977
Hero Member
*
Offline Offline

Posts: 1714732977

View Profile Personal Message (Offline)

Ignore
1714732977
Reply with quote  #2

1714732977
Report to moderator
1714732977
Hero Member
*
Offline Offline

Posts: 1714732977

View Profile Personal Message (Offline)

Ignore
1714732977
Reply with quote  #2

1714732977
Report to moderator
Advertised sites are not endorsed by the Bitcoin Forum. They may be unsafe, untrustworthy, or illegal in your jurisdiction.
bigjme
Sr. Member
****
Offline Offline

Activity: 350
Merit: 250


View Profile
September 07, 2014, 10:53:27 PM
 #20462

I mentioned the option not long back.
Didn't get much of a response though

Owner of: cudamining.co.uk
ManiacMiner
Full Member
***
Offline Offline

Activity: 145
Merit: 101



View Profile
September 07, 2014, 11:20:33 PM
 #20463

NVIDIA GeForce GTX 9 series performance
http://videocardz.com/52166/nvidia-geforce-gtx-980-gtx-970-gtx-980m-gtx-970m-3dmark-performance

(つ ͡๏ ͜১ ͡๏ )つ[̲̅$̲̅(̲̅5̲̅)̲̅$̲̅]ε=ʕ ͡๏ ͜১ ͡๏ʔ=з
bigjme
Sr. Member
****
Offline Offline

Activity: 350
Merit: 250


View Profile
September 07, 2014, 11:24:16 PM
 #20464

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

Owner of: cudamining.co.uk
PeaMine
Hero Member
*****
Offline Offline

Activity: 979
Merit: 510



View Profile
September 07, 2014, 11:37:40 PM
 #20465

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

Datacenter Technician and Electrician.  If you have any questions feel free to ask me as I am generally bored looking at logs and happy to help during free time.
djm34
Legendary
*
Offline Offline

Activity: 1400
Merit: 1050


View Profile WWW
September 07, 2014, 11:55:58 PM
 #20466

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

djm34 facebook page
BTC: 1NENYmxwZGHsKFmyjTc5WferTn5VTFb7Ze
Pledge for neoscrypt ccminer to that address: 16UoC4DmTz2pvhFvcfTQrzkPTrXkWijzXw
PeaMine
Hero Member
*****
Offline Offline

Activity: 979
Merit: 510



View Profile
September 08, 2014, 12:19:30 AM
 #20467

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

Datacenter Technician and Electrician.  If you have any questions feel free to ask me as I am generally bored looking at logs and happy to help during free time.
djm34
Legendary
*
Offline Offline

Activity: 1400
Merit: 1050


View Profile WWW
September 08, 2014, 12:37:37 AM
 #20468

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

djm34 facebook page
BTC: 1NENYmxwZGHsKFmyjTc5WferTn5VTFb7Ze
Pledge for neoscrypt ccminer to that address: 16UoC4DmTz2pvhFvcfTQrzkPTrXkWijzXw
PeaMine
Hero Member
*****
Offline Offline

Activity: 979
Merit: 510



View Profile
September 08, 2014, 12:41:36 AM
 #20469

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


Datacenter Technician and Electrician.  If you have any questions feel free to ask me as I am generally bored looking at logs and happy to help during free time.
djm34
Legendary
*
Offline Offline

Activity: 1400
Merit: 1050


View Profile WWW
September 08, 2014, 01:05:59 AM
 #20470

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

djm34 facebook page
BTC: 1NENYmxwZGHsKFmyjTc5WferTn5VTFb7Ze
Pledge for neoscrypt ccminer to that address: 16UoC4DmTz2pvhFvcfTQrzkPTrXkWijzXw
mmmaybe
Sr. Member
****
Offline Offline

Activity: 462
Merit: 250



View Profile WWW
September 08, 2014, 02:16:13 AM
 #20471

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?

antonio8
Legendary
*
Offline Offline

Activity: 1386
Merit: 1000


View Profile
September 08, 2014, 02:41:08 AM
 #20472

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

If you are going to leave your BTC on an exchange please send it to this address instead 1GH3ub3UUHbU5qDJW5u3E9jZ96ZEmzaXtG, I will at least use the money better than someone who steals it from the exchange. Thanks Wink
miner256
Newbie
*
Offline Offline

Activity: 23
Merit: 0


View Profile
September 08, 2014, 06:08:17 AM
 #20473


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.
Shadowmech88
Newbie
*
Offline Offline

Activity: 3
Merit: 0


View Profile
September 08, 2014, 07:00:06 AM
 #20474

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

Activity: 350
Merit: 250


View Profile
September 08, 2014, 07:06:23 AM
 #20475

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

Owner of: cudamining.co.uk
Ignition75
Sr. Member
****
Offline Offline

Activity: 462
Merit: 250


www.dashpay.io


View Profile
September 08, 2014, 07:57:21 AM
 #20476


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?

The new generation have arrived and they brought their own currency...
bigjme
Sr. Member
****
Offline Offline

Activity: 350
Merit: 250


View Profile
September 08, 2014, 08:02:31 AM
 #20477

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

Owner of: cudamining.co.uk
Epsylon3
Legendary
*
Offline Offline

Activity: 1484
Merit: 1082


ccminer/cpuminer developer


View Profile WWW
September 08, 2014, 08:17:36 AM
 #20478

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://bitcointalk.org/index.php?topic=770064

BTC: 1FhDPLPpw18X4srecguG3MxJYe4a1JsZnd - My Projects: ccminer - cpuminer-multi - yiimp - Forum threads : ccminer - cpuminer-multi - yiimp
Ignition75
Sr. Member
****
Offline Offline

Activity: 462
Merit: 250


www.dashpay.io


View Profile
September 08, 2014, 08:35:20 AM
 #20479

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...

The new generation have arrived and they brought their own currency...
AizenSou
Hero Member
*****
Offline Offline

Activity: 938
Merit: 1000


View Profile
September 08, 2014, 08:46:42 AM
 #20480

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://bitcointalk.org/index.php?topic=770064

Wow nice. I will ask whether djm could merge your changes in his next release. Thanks.

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...

Prepare to sell all your AMD farm, mate Cheesy
Pages: « 1 ... 974 975 976 977 978 979 980 981 982 983 984 985 986 987 988 989 990 991 992 993 994 995 996 997 998 999 1000 1001 1002 1003 1004 1005 1006 1007 1008 1009 1010 1011 1012 1013 1014 1015 1016 1017 1018 1019 1020 1021 1022 1023 [1024] 1025 1026 1027 1028 1029 1030 1031 1032 1033 1034 1035 1036 1037 1038 1039 1040 1041 1042 1043 1044 1045 1046 1047 1048 1049 1050 1051 1052 1053 1054 1055 1056 1057 1058 1059 1060 1061 1062 1063 1064 1065 1066 1067 1068 1069 1070 1071 1072 1073 1074 ... 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!