mmmaybe
|
|
September 07, 2014, 10:36:57 PM |
|
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 Thanks for your continuous work, site seems fast and stable 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?
|
|
|
|
bigjme
|
|
September 07, 2014, 10:53:27 PM |
|
I mentioned the option not long back. Didn't get much of a response though
|
Owner of: cudamining.co.uk
|
|
|
ManiacMiner
|
|
September 07, 2014, 11:20:33 PM |
|
|
(つ ͡๏ ͜১ ͡๏ )つ[̲̅$̲̅(̲̅5̲̅)̲̅$̲̅]ε=ʕ ͡๏ ͜১ ͡๏ʔ=з
|
|
|
bigjme
|
|
September 07, 2014, 11:24:16 PM |
|
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
|
|
September 07, 2014, 11:37:40 PM |
|
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
Activity: 1400
Merit: 1050
|
|
September 07, 2014, 11:55:58 PM |
|
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 pageBTC: 1NENYmxwZGHsKFmyjTc5WferTn5VTFb7Ze Pledge for neoscrypt ccminer to that address: 16UoC4DmTz2pvhFvcfTQrzkPTrXkWijzXw
|
|
|
PeaMine
|
|
September 08, 2014, 12:19:30 AM |
|
Thanks again 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
|
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
Activity: 1400
Merit: 1050
|
|
September 08, 2014, 12:37:37 AM |
|
Thanks again 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 you also need to add /usr/local/cuda/lib64 to LD_LIBRARY_PATH
|
djm34 facebook pageBTC: 1NENYmxwZGHsKFmyjTc5WferTn5VTFb7Ze Pledge for neoscrypt ccminer to that address: 16UoC4DmTz2pvhFvcfTQrzkPTrXkWijzXw
|
|
|
PeaMine
|
|
September 08, 2014, 12:41:36 AM |
|
Thanks again 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 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
Activity: 1400
Merit: 1050
|
|
September 08, 2014, 01:05:59 AM |
|
Thanks again 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 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 pageBTC: 1NENYmxwZGHsKFmyjTc5WferTn5VTFb7Ze Pledge for neoscrypt ccminer to that address: 16UoC4DmTz2pvhFvcfTQrzkPTrXkWijzXw
|
|
|
mmmaybe
|
|
September 08, 2014, 02:16:13 AM |
|
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
Activity: 1400
Merit: 1000
|
|
September 08, 2014, 02:41:08 AM |
|
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
|
|
|
miner256
Newbie
Offline
Activity: 23
Merit: 0
|
|
September 08, 2014, 06:08:17 AM |
|
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
Activity: 3
Merit: 0
|
|
September 08, 2014, 07:00:06 AM |
|
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
|
|
September 08, 2014, 07:06:23 AM |
|
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
Activity: 462
Merit: 250
www.dashpay.io
|
|
September 08, 2014, 07:57:21 AM |
|
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
|
|
September 08, 2014, 08:02:31 AM |
|
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
Activity: 1484
Merit: 1082
ccminer/cpuminer developer
|
|
September 08, 2014, 08:17:36 AM |
|
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
|
|
|
|
Ignition75
Sr. Member
Offline
Activity: 462
Merit: 250
www.dashpay.io
|
|
September 08, 2014, 08:35:20 AM |
|
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
|
|
September 08, 2014, 08:46:42 AM |
|
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=770064Wow 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
|
|
|
|
|