Author

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

legendary
Activity: 1400
Merit: 1000
I am mining N5 with cayars nvminer 1.2. Two rigs on Windows 7 64 bit and both using 335.23 driver. Only difference is cpu and gpu manufacturer but way different results. Gpu's are factory overclocked and at these settings. Cpu's are not overclocked.

Rig A: GPU- 5 750ti's (EVGA SC)      CPU- AMD Phenom II X6 1100T   (cpu usage about 25% usage, avg)    Speed: 35,500 Kh/s or 7,100 Kh/s each card    MOBO: Gigaybyte GA-890GPA-UD3H
Rig B: GPU- 5 750ti's (MSI OC)        CPU- AMD Phenom II X3 710      (cpu usage about 70% usage, avg)     Speed: 26,900 Kh/s or 5,380 Kh/s each card   MOBO: Gigaybyte GA-MA790X-UD4P

In my Rig A the gpu load stays above 90% but in Rig B gpu load fluctuates between 30-85%. This happens on all cards in each machine. Both machines have the cards on the same kind of powered usb risers. I can't get the Rig B to over 90% load for nothing. This happens now (I never noticed before but Rig B has always been slower) for any algo mining.

Could it possibly be the cpu? Just curious before I drop money on the cpu. I also know the mobo are not the best in the world but they were very cheap when I got the a while ago. I know I can swap cpu's also but would rather get you all's advice/opinions first. I would rather just go and get a new cpu if needed.
full member
Activity: 252
Merit: 102
OPEN Platform - Powering Blockchain Acceptance
Getting errors on x15 with djm34 miner...

Code:
[2014-07-12 16:06:18] GPU #3: result for nonce $9AA1ACB9 does not validate on CPU!
sr. member
Activity: 350
Merit: 250
ok so far ive had cayars message me for their login details, still waiting on

  • Amph
  • Bombadil
  • Cbuchner1
  • djm34
  • tsiv
  • zelante
full member
Activity: 253
Merit: 100
hey guys

quick question

I'm mining with ccminer and was wondering is it possible to set the worker to close after a time limit has been set? 

Windows or Linux?

ccManager supports sessions, but it's Linux only.

Thx for the reply mate, using windows 7 64bt
full member
Activity: 241
Merit: 100
Code:
user@miner:~$ ./ccminer.sh
     *** ccMiner for nVidia GPUs by Christian Buchner and Christian H. ***
            This is version 1.2 (beta)
 based on pooler-cpuminer 2.3.2 (c) 2010 Jeff Garzik, 2012 pooler
 based on pooler-cpuminer extension for HVC from
      https://github.com/heavycoin/cpuminer-heavycoin
and
      http://hvc.1gh.com/
Cuda additions Copyright 2014 Christian Buchner, Christian H.
 LTC donation address: LKS1WDKGED647msBQfLBHV3Ls8sveGncnm
 BTC donation address: 16hJF5mceSojnTD3ZTUDqdRhDyPJzoRakM
 YAC donation address: Y87sptDEcpLkLeAuex6qZioDbvy1qXZEj4
[2014-07-12 13:55:10] Unable to query CUDA driver version! Is an nVidia driver installed?
user@miner:~$ sudo apt-get install nvidia-340
[sudo] password for user:
Reading package lists... Done
Building dependency tree      
Reading state information... Done
nvidia-340 is already the newest version.
The following packages were automatically installed and are no longer required:
  libssl-dev libssl-doc
Use 'apt-get autoremove' to remove them.
0 upgraded, 0 newly installed, 0 to remove and 2 not upgraded.
user@miner:~$

Does someone know how to solve the problem?

I've installed the nvidia-340 drivers thisway:

Code:
sudo add-apt-repository ppa:xorg-edgers/ppa -y

sudo apt-get update

sudo apt-get install nvidia-340

and the Cuda toolkit thisway:

Code:
"download the Cuda toolkit from https://developer.nvidia.com/cuda-toolkit"

cd Downloads

sudo dpkg -i cuda-repo*.deb

cd ..

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

sudo apt-get install nvidia-cuda-toolkit

sudo apt-get install nvidia-nsight
legendary
Activity: 1400
Merit: 1050
Quote

Oh, god, extreme newbie alert Cheesy (j/k)
Look, BTC uses an algorithm called SHA256 for mining. LTC uses an algorithm called Scrypt. Only Scrypt is supported by Cudaminer, so you won't be able to mine SHA256 (BTC) with your cudacard.
SHA256 AND Scrypt has already been overtaken by specialized devices which will do a lot better than your Graphics Card will ever do.

There are already new algorithms, for which its presumed there are no specialized devices yet. Keccak, NIST5, X11/X13/X14/X15, Cryptonight, etc... These are supported by cudaminer or ccminer (both made for nvidia).
Go look it up, educate yourself first. Mining is a lot of fun because of the knowledge and geek-factor involved with it, but don't expect any profit if you don't know what you're doing.

Sure newbie alert Wink

But also a nerd same as you!;)

Thanks for this information, this is exactly what i need Wink.I got now after 1 day the coorect settings and LTC pool;) now i get 2200 khash/s Wink

reguards the guy that know what he´s doing Wink


if you are running on scrypt (and more specifically on on LTC), you really don't know what you are doing (but if it is winter, you get free heating as a by-product of your scrypt mining experience... something that asic don't do well  Grin)
newbie
Activity: 2
Merit: 0
Quote

Oh, god, extreme newbie alert Cheesy (j/k)
Look, BTC uses an algorithm called SHA256 for mining. LTC uses an algorithm called Scrypt. Only Scrypt is supported by Cudaminer, so you won't be able to mine SHA256 (BTC) with your cudacard.
SHA256 AND Scrypt has already been overtaken by specialized devices which will do a lot better than your Graphics Card will ever do.

There are already new algorithms, for which its presumed there are no specialized devices yet. Keccak, NIST5, X11/X13/X14/X15, Cryptonight, etc... These are supported by cudaminer or ccminer (both made for nvidia).
Go look it up, educate yourself first. Mining is a lot of fun because of the knowledge and geek-factor involved with it, but don't expect any profit if you don't know what you're doing.

Sure newbie alert Wink

But also a nerd same as you!;)

Thanks for this information, this is exactly what i need Wink.I got now after 1 day the coorect settings and LTC pool;) now i get 2200 khash/s Wink

reguards the guy that know what he´s doing Wink

hero member
Activity: 644
Merit: 500
Hi guys,

i got some problems:

My GPU is: GTX 770 4GB RAM.
WIN 8.1 64 BIT (GB RAM )
I use the last version of CudaMiner...
If install Cuda Driver 5.5

When i will mine BC i will get every time this failure:

//Config is: cudaminer -H 1 -i 1 -l K16x16 -C 1 -o stratum+tcp://eu-stratum.btcguild.com:3333 -O USER:123

Pause
//

When i will start this config for LC:
//Config is: cudaminer -H 1 -i 1 -l K16x16 -C 1 -o stratum+tcp://coinotron.com:3334 -O USER:1234

Pause
//


I have also try to use another BC sender page as example: bitminter.com
I get here the same failure as btcguild.com.


Do you have any Idiar to fix my problems?

Thank youu!


Oh, god, extreme newbie alert Cheesy (j/k)
Look, BTC uses an algorithm called SHA256 for mining. LTC uses an algorithm called Scrypt. Only Scrypt is supported by Cudaminer, so you won't be able to mine SHA256 (BTC) with your cudacard.
SHA256 AND Scrypt has already been overtaken by specialized devices which will do a lot better than your Graphics Card will ever do.

There are already new algorithms, for which its presumed there are no specialized devices yet. Keccak, NIST5, X11/X13/X14/X15, Cryptonight, etc... These are supported by cudaminer or ccminer (both made for nvidia).
Go look it up, educate yourself first. Mining is a lot of fun because of the knowledge and geek-factor involved with it, but don't expect any profit if you don't know what you're doing.
hero member
Activity: 978
Merit: 506
Guys suggest a coin to mine?

Litecoin

Mammothcoin.  Super low diff, easy to mine. Way undervalued at the moment. Could easily explode in near future. Mine now till POW phase ends.
newbie
Activity: 2
Merit: 0
Hi guys,

i got some problems:

My GPU is: GTX 770 4GB RAM.
WIN 8.1 64 BIT (GB RAM )
I use the last version of CudaMiner...
If install Cuda Driver 5.5

When i will mine BC i will get every time this failure:

[2014-07-12 12:22:18] GPU #0: GeForce GTX 770 with compute capability 3.0
[2014-07-12 12:22:18] GPU #0: interactive: 1, tex-cache: 1D, single-alloc: 1
[2014-07-12 12:22:18] GPU #0: 32 hashes / 4.0 MB per warp.
[2014-07-12 12:22:18] GPU #0: using launch configuration K16x16
[2014-07-12 12:22:18] GPU #0: GeForce GTX 770, 134.29 khash/s
[2014-07-12 12:22:19] GPU #0: GeForce GTX 770, 343.64 khash/s
[2014-07-12 12:22:19] accepted: 0/1 (0.00%), 343.64 khash/s (booooo)
[2014-07-12 12:22:19] GPU #0: GeForce GTX 770, 346.79 khash/s
[2014-07-12 12:22:19] accepted: 0/2 (0.00%), 346.79 khash/s (booooo)
[2014-07-12 12:22:20] GPU #0: GeForce GTX 770, 303.39 khash/s
[2014-07-12 12:22:20] accepted: 0/3 (0.00%), 303.39 khash/s (booooo)
[2014-07-12 12:22:20] GPU #0: GeForce GTX 770, 322.29 khash/s
[2014-07-12 12:22:20] accepted: 0/4 (0.00%), 322.29 khash/s (booooo)


//Config is: cudaminer -H 1 -i 1 -l K16x16 -C 1 -o stratum+tcp://eu-stratum.btcguild.com:3333 -O USER:123

Pause
//

When i will start this config for LC:
[2014-07-12 12:24:15] Starting Stratum on stratum+tcp://coinotron.com:3334
[2014-07-12 12:24:15] 1 miner threads started, using 'scrypt' algorithm.
[2014-07-12 12:24:16] Stratum detected new block
[2014-07-12 12:24:17] GPU #0: GeForce GTX 770 with compute capability 3.0
[2014-07-12 12:24:17] GPU #0: interactive: 1, tex-cache: 1D, single-alloc: 1
[2014-07-12 12:24:17] GPU #0: 32 hashes / 4.0 MB per warp.
[2014-07-12 12:24:17] GPU #0: using launch configuration K16x16
[2014-07-12 12:24:17] GPU #0: GeForce GTX 770, 138.84 khash/s
[2014-07-12 12:24:40] GPU #0: GeForce GTX 770, 352.42 khash/s
[2014-07-12 12:25:15] GPU #0: GeForce GTX 770, 333.99 khash/s
[2014-07-12 12:25:15] accepted: 1/1 (100.00%), 333.99 khash/s (yay!!!)

//Config is: cudaminer -H 1 -i 1 -l K16x16 -C 1 -o stratum+tcp://coinotron.com:3334 -O USER:1234

Pause
//


I have also try to use another BC sender page as example: bitminter.com
I get here the same failure as btcguild.com.


Do you have any Idiar to fix my problems?

Thank youu!
hero member
Activity: 868
Merit: 1000
hero member
Activity: 676
Merit: 500
hero member
Activity: 868
Merit: 1000
full member
Activity: 252
Merit: 102
OPEN Platform - Powering Blockchain Acceptance
hey guys

quick question

I'm mining with ccminer and was wondering is it possible to set the worker to close after a time limit has been set? 

Windows or Linux?

ccManager supports sessions, but it's Linux only.
full member
Activity: 253
Merit: 100
hey guys

quick question

I'm mining with ccminer and was wondering is it possible to set the worker to close after a time limit has been set? 
sr. member
Activity: 350
Merit: 250
The description could be an entire page long. It has no limit Smiley
Looks good to me though
full member
Activity: 168
Merit: 100
http://cudamining.cc/url/releases/member/8

Click on the version or date to expand the selection and to access the description.

Does the description I entered cover the basics of what we should include for a "one line" description?  Anything missing?

Thanks,
Carlo
sr. member
Activity: 350
Merit: 250
No i havent changed anything. They will gladly run at up to 1.4ghz core without issue. More load heavy coins i run at 1.35ghz

I leave the system running for weeks on end without shutting off miners so no long term issues for me either
legendary
Activity: 3248
Merit: 1070
Personally i have 5 of the msi twin fan 750ti's
They dont have the 6pin power but their great running off usb risers. They overclock like mental and i can keep up with the best on here

you modified the bios to rise the power limit? because any attempt in oc my msi twin fan result in a crash after some time of mining
Jump to: