Bitcoin Forum
June 18, 2024, 07:15:05 PM *
News: Voting for pizza day contest
 
  Home Help Search Login Register More  
  Show Posts
Pages: [1]
1  Alternate cryptocurrencies / Mining (Altcoins) / Re: [ANN] cudaMiner - a new litecoin mining application [Windows/Linux] on: February 07, 2014, 08:42:23 AM
Hey guys can anyone kind enough show me an example of a code for solo mining. Still trying to get my head around this one. Smiley
2  Alternate cryptocurrencies / Mining (Altcoins) / Re: [ANN] cudaMiner - a new litecoin mining application [Windows/Linux] on: February 06, 2014, 10:52:31 PM
Hi guys, new here! I've manage to get things working. but the only problem is how do I specify 1 to 3 cards in the command line. So I have 2 gtx 680 and 1 gtx 660. If I need 1 gtx680 and 1 gtx660 to run what should I input? I currently have mine set up as this
Code:
cudaminer -d gtx680 -l K12x32 -C 1 -m 1 -i 0 -H 1 -o stratum+tcp://coinotron.com:3334 -O user.1:1
If i'm missing anything else important please let me know. Any help would be really appreciated. Thanks!

either run multiple cudaminers, one per card

or give the arguments for -d, -K, -C, -m, -i as comma separated lists (no spaces inbetween).

-d gtx680,gtx680#2,gtx660

if you specify only -C 1, it means all 3 cards will run on the 1 dimensional texture cache.
use e.g. -C 1,0,1 to give per-card settings.


Just saw this thanks for that. I didn't really get what you mean by the -d, -K, -C, -m,. When I put those in I got some error
Code:
cudaminer -d gtx680,gtx680#2,gtx660 -K,-C1,1,0 -m,-i stratum+tcp://coinotron.com:3334 -O user.k1:k1

I couldn't get only 1 card to mine as well. Heres my input
Code:
cudaminer -d gtx660ti -l K28x32 -C 2 -i 0 -o stratum+tcp://coinotron.com:3334 -O user.k1:k1
3  Alternate cryptocurrencies / Mining (Altcoins) / Re: [ANN] cudaMiner - a new litecoin mining application [Windows/Linux] on: February 06, 2014, 10:19:34 PM
I need help on how I can select which GPU I want to run for mining. Eg if I have 3 gpus, so It will be on 0,1 and 2. If I just want gpu 1 and 2 to run how should I do it? I've got 2 gtx 680 and 1 660. Earlier on I tried just running the gtx660, but it kept runnning GPU 0 which is my gtx680. Heres the code I used.

Code:
cudaminer -d gtx660 -l K7x32 -C 2 -m 1 -i 0 -H 1 -o stratum+tcp://coinotron.com:3334 -O user:k1

thanks
4  Alternate cryptocurrencies / Mining (Altcoins) / Re: [ANN] cudaMiner - a new litecoin mining application [Windows/Linux] on: February 06, 2014, 05:01:59 PM
Hi guys, new here! I've manage to get things working. but the only problem is how do I specify 1 to 3 cards in the command line. So I have 2 gtx 680 and 1 gtx 660. If I need 1 gtx680 and 1 gtx660 to run what should I input? I currently have mine set up as this
Code:
cudaminer -d gtx680 -l K12x32 -C 1 -m 1 -i 0 -H 1 -o stratum+tcp://coinotron.com:3334 -O user.1:1
If i'm missing anything else important please let me know. Any help would be really appreciated. Thanks!
5  Alternate cryptocurrencies / Mining (Altcoins) / Re: GUIMiner-scrypt: A GUIMiner fork for mining scrypt chains on: February 04, 2014, 03:35:20 AM
Hi guys, i'm new to bitcoin mining. I'm just unsure about my settings to put if I have a GTX680/GTX660. Settings like Thread concurrency, GPU threads etc. Any help would be great!
Pages: [1]
Powered by MySQL Powered by PHP Powered by SMF 1.1.19 | SMF © 2006-2009, Simple Machines Valid XHTML 1.0! Valid CSS!