lol.. because I am running 2 of them...How do you get 4900khash on a 760 while i get the same on a overclocked 780 lol![]()
Not sure about the reboot thing.. may want to roll back your gpu drivers and try it again.. I haven't had an issue with v1.2 since I upgraded..Don't know what wrong but my PC reboot with this version. After 2 or 3 seconds.
I'm on windows 7 - 64bit, download last version GeForce 337.88 and I've got GTX780-DC2
I Don't have this with 1.0.!
Any though?
Also did someone know the diference between ccminer30.exe , ccminier35.exe and ccminer50.exe on older version?
don't have this 3 exe in 1.2?
Told her that the more I spend, the more I could make... and isn't that the important thing here?? Sounded much more convincing in my thoughts!!Tell her that your lives depend on it![]()
Are you overclocking?All three of my 750ti cards are now running in the 2600-2650 kh/s range.
I'm at 4.5 MH/s with 2x 750 Tis on Ubuntu, with very little optimizing. I've got 20 x 750 Tis on-hand ready to set up. As far as I can see 2 x 750tis make roughly .007 DRK / day (using the official pool). Even if it's .07 a day and my numbers are off by a decimal, haven't we reached a point in mining with DRK that make GPUs nearly impossible to be profitable with current rates?Told her that the more I spend, the more I could make... and isn't that the important thing here?? Sounded much more convincing in my thoughts!!
It has dropped a bit due to the dramatic rise in difficulty.. but I am playing dark against Bit.. I mine dark to transfer to bit and by ghash on a cloud mining service.. slowly turning profit to ghash.. and as my ghash mines bit, I take it and turn it to ghash as well.. in the last 6 weeks, without any money out of pocket ( and some vert that I originally started mining with) I have @ 61ghash of mining power.. That with what I mine dark, at this point, I can roughly buy 3-4 ghash a week.. of course this will slowly become exponential, as the more ghash I have, the faster I can get more ghash.. I figure once I get to @150 ghash, I should be able to buy at least 1 ghash a day.. that is unless Dark takes off like a rocket and someone starts a cloud hash for Dark.. then I can always sell all my ghash and buy cloud space for Dark with that..I'm at 4.5 MH/s with 2x 750 Tis on Ubuntu, with very little optimizing. I've got 20 x 750 Tis on-hand ready to set up. As far as I can see 2 x 750tis make roughly .007 DRK / day (using the official pool). Even if it's .07 a day and my numbers are off by a decimal, haven't we reached a point in mining with DRK that make GPUs nearly impossible to be profitable with current rates?
As we all have the same arguments with our wives over what to buy or sell to increase our revenue streams, how can you convince her that the Titans will eventually pay off?
I'm watching the #1 spot on drkpool at 431 MH/s making 7 DRK per day. That's $140 / day at best and would take 100 x 750 Tis to accomplish. It looks like a never-pay-off scenario to me. Since my wife actually has a clue, how can I justify acquiring more gear to pursue a never-pay-off scenario?
Is it me, or did GPU mining of DRK drop by 75% efficiency in the last 20 days?
Did you install CUDA-driver already?So I'm pretty new to linux...using linux mint and I'm having a hard time getting it to install and can't seem to find any guides anywhere.
I honestly have no idea what to to do the first 3 lines appear to work and then I get some errors when trying the 4th line but I'm not sure if they're relevant. Here they are.
ptxas-options=-v -I./compat/jansson -o heavy/heavy.o -c heavy/heavy.cu
/bin/bash: nvcc: command not found
make[2]: *** [heavy/heavy.o] Error 127
make[2]: Leaving directory `/home/user/ccminer-1.2'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/home/user/ccminer-1.2'
make: *** [all] Error 2
git clone
cd ccminer-1.2
./autogen.sh
./configure
So i'm not sure if it even installed properly with those errors and I also don't know how to even start my x11 gpu mining. If I could could get some help on this I'd greatly appreciate it because as it is my cpu mining won't get me too much and I was only able to get that installed thanks to the thread on this forum.
find / | grep nvcc
permission denied I think that's another issue right there lol. I have my normal nvidia drivers installed properly I believe.Did you install CUDA-driver already?
What does
return for you?Code:find / | grep nvcc
You have to install CUDA-toolkit firstpermission denied I think that's another issue right there lol. I have my normal nvidia drivers installed properly I believe.
sudo apt-get update
sudo apt-get install freeglut3-dev build-essential libx11-dev libxmu-dev libxi-dev libgl1-mesa-glx libglu1-mesa libglu1-mesa-dev gcc make -y
sudo apt-get install libcurl4-openssl-dev autoconf git screen libncurses5-dev libdb4.8-dev -y
sudo apt-get install linux-headers-$(uname -r) -y
wget http://developer.download.nvidia.com/compute/cuda/5_5/rel/installers/cuda_5.5.22_linux_64.run
sudo sh cuda_5.5.22_linux_64.run -silent -driver -toolkit
./autogen.sh
./configure
PATH=/usr/local/cuda-5.5/bin:$PATH make
LD_LIBRARY_PATH=/usr/local/cuda-5.5/lib64 ./ccminer {your_options}
You should at least start the download of CUDA toolkit then, because its 800MB in size and may take some timethanks a lot I'll give it a try tomorrow morning!
Did you continue after the libdb4.8-dev error? Actually this package is not needed if only running a miner and it can be removed safely from the commandline, so justI don't think I was able to install the cuda driver correctly as got this issue after the following command.
[email protected] ~ $ sudo apt-get install libcurl4-openssl-dev autoconf git screen libncurses5-dev libdb4.8-dev -y
Reading package lists... Done
Building dependency tree
Reading state information... Done
Package libdb4.8-dev is not available, but is referred to by another package.
This may mean that the package is missing, has been obsoleted, or
is only available from another source
E: Package 'libdb4.8-dev' has no installation candidate
find / | grep nvcc still brings back permission denied so im assuming I didn't install this properly, which would explain why I get more errors and stuff when trying to start the program. Sorry I know your instructions were prob bang on but I've been a windows user my whole life and may have to just dual boot because a week into linux and I still can't install a program like this. I really appreciate the help though.
edit: I don't even know how to what to do to start the miner if it was installed properly. My best guess would be
LD_LIBRARY_PATH=/usr/local/cuda-5.5/lib64 ./ccminer -a X11 -o pool -u worker -p pass -B
but that's because I'm copying what I use to start my cpuminer pretty much and I don't know if it's supposed to be an "a" before X11 or another letter. I'm just completely lost.
sudo apt-get update
sudo apt-get install freeglut3-dev build-essential libx11-dev libxmu-dev libxi-dev libgl1-mesa-glx libglu1-mesa libglu1-mesa-dev gcc make -y
sudo apt-get install libcurl4-openssl-dev autoconf git screen libncurses5-dev -y
sudo apt-get install linux-headers-$(uname -r) -y
wget http://developer.download.nvidia.com/compute/cuda/5_5/rel/installers/cuda_5.5.22_linux_64.run
sudo sh cuda_5.5.22_linux_64.run -silent -driver -toolkit
$ ls -l /usr/local
Try to runnothing happens when I type in
sudo sh cuda_5.5.22_linux_64.run -silent -driver -toolkit
and there's nothing in the usr/local directory except for the usual folders.
sudo sh cuda_5.5.22_linux_64.run -driver -toolkit
Or are you on 32bit Linux MINT? Then you need to run the 32bit version of CUDA installer insteadnothing happens when I type in
sudo sh cuda_5.5.22_linux_64.run -silent -driver -toolkit
and there's nothing in the usr/local directory except for the usual folders.
wget http://developer.download.nvidia.com/compute/cuda/5_5/rel/installers/cuda_5.5.22_linux_32.run
sudo sh cuda_5.5.22_linux_32.run -silent -driver -toolkit
Perhaps this info is revealing where nvcc was installedsudo sh cuda_5.5.22_linux_64.run -driver -toolkit
brough up some info on the toolkit so I think it's installed and I do have 64 bit. Thanks again I'll be back shortly just have to walk my dog.
Never mind - btw: have you ever tried to run the windows distribution file of ccminer? It's ready compiled and runs out of the box on my windows 8 LaptopI'm confused and feel like an idiot
edit: it says
/tmp/cuda_install_14677.log
so nvcc installed to tmp? I should go back to windows if its this hard for me to install a program lol.
edit again: I just realized that it brought up tonnes of stuff and it mentions user/local again but this seems to all be over my head I got linux because I don't do a whole lot on my computer but I would like to mine darkcoins and it looks like I'll have to wipe it all and go back to windows7.
If you want to revert to Windows 7 now: here is the ccminer binary for Windows. https://github.com/cbuchner1/ccminer/releases/download/v1.2/ccminer-v1.2.zipt looks like I'll have to wipe it all and go back to windows7.