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 :grin:
Are you overclocking?All three of my 750ti cards are now running in the 2600-2650 kh/s range.
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?
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}
thanks a lot I'll give it a try tomorrow morning!