Bitcoin Forum
May 28, 2024, 09:24:55 PM *
News: Latest Bitcoin Core release: 27.0 [Torrent]
 
  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: November 08, 2013, 02:26:46 AM
I'm trying to run cudaminer for the first time on my GTX 480 SLI cards.  This is Windows 8 (not 8.1 to my knowledge) with latest beta driver (331.65) from Geforce experience.  When I autotune it crashes after picking a kernel and I'm not sure how to get useful info.  I do have some of the CUDA SDK installed on my computer, but haven't touched it recently.  Was years ago I last programmed something CUDA, and installed it more recently on a whim.  The last few lines of a failing run with debug turned on is below...

>cudaminer -D -H 1 -i 1,0 -o stratum+tcp://<url> -O <user>:<pass>

...
[2013-11-06 20:38:56] 353:     |     |     |     |     |     |     |     |     |     |     |     |
   |     |     |      kH/s
[2013-11-06 20:38:56] 354:     |     |     |     |     |     |     |     |     |     |     |     |
   |     |     |      kH/s
[2013-11-06 20:38:56] GPU #0:   71.63 khash/s with configuration F7x8
[2013-11-06 20:38:56] GPU #0: using launch configuration F7x8


I tried the idea of limiting which kernels to use.  When I picked Fermi (which my card is) it crashed again.  When I picked Kepler I got farther, but this still seems wrong not least of which because this is not a Kepler based card and the errors from card 1.

>cudaminer -H 1 -i 1,0 -l K -o stratum+tcp://<url> -O <user>:<pass>
           *** CudaMiner for nVidia GPUs by Christian Buchner ***
                     This is version 2013-11-01 (alpha)
        based on pooler-cpuminer 2.3.2 (c) 2010 Jeff Garzik, 2012 pooler
               Cuda additions Copyright 2013 Christian Buchner
           My donation address: LKS1WDKGED647msBQfLBHV3Ls8sveGncnm

[2013-11-07 18:18:25] 2 miner threads started, using 'scrypt' algorithm.
[2013-11-07 18:18:25] Starting Stratum on stratum+tcp://<url>
[2013-11-07 18:18:27] GPU #1: GeForce GTX 480 with compute capability 2.0
[2013-11-07 18:18:27] GPU #1: interactive: 0, tex-cache: 0 , single-alloc: 0
[2013-11-07 18:18:27] GPU #0: GeForce GTX 480 with compute capability 2.0
[2013-11-07 18:18:27] GPU #0: interactive: 1, tex-cache: 0 , single-alloc: 0
[2013-11-07 18:18:27] GPU #1: Performing auto-tuning (Patience...)
[2013-11-07 18:18:27] GPU #0: Given launch config 'K' does not validate.
[2013-11-07 18:18:27] GPU #0: Performing auto-tuning (Patience...)
[2013-11-07 18:19:07] GPU #0:  201.97 khash/s with configuration K15x16
[2013-11-07 18:19:07] GPU #0: using launch configuration K15x16
[2013-11-07 18:19:07] GPU #0: GeForce GTX 480, 7680 hashes, 0.19 khash/s
[2013-11-07 18:19:07] GPU #0: GeForce GTX 480, 15360 hashes, 128.99 khash/s
[2013-11-07 18:19:36] GPU #1:  213.19 khash/s with configuration F30x8
[2013-11-07 18:19:36] GPU #1: using launch configuration F30x8
[2013-11-07 18:19:36] GPU #1: GeForce GTX 480, 7680 hashes, 0.11 khash/s
[2013-11-07 18:19:36] GPU #1: GeForce GTX 480, 7680 hashes, 105.13 khash/s
[2013-11-07 18:19:36] GPU #1: GeForce GTX 480 result does not validate on CPU!
[2013-11-07 18:19:40] GPU #0: GeForce GTX 480, 6174720 hashes, 190.56 khash/s
[2013-11-07 18:19:40] accepted: 1/1 (100.00%), 295.70 khash/s (yay!!!)
[2013-11-07 18:19:43] GPU #0: GeForce GTX 480, 698880 hashes, 184.91 khash/s
[2013-11-07 18:19:43] accepted: 2/2 (100.00%), 290.04 khash/s (yay!!!)
[2013-11-07 18:19:46] GPU #1: GeForce GTX 480, 2181120 hashes, 209.68 khash/s
[2013-11-07 18:19:47] accepted: 3/3 (100.00%), 394.59 khash/s (yay!!!)
Ctrl-C
[2013-11-07 18:19:49] workio thread dead, waiting for workers...
[2013-11-07 18:19:49] worker threads all shut down, exiting.


Thanks for any help in advance.

----------------------------------

Just realized SLI was turned off in the driver.  I'll try with it on in a bit...
2  Other / Beginners & Help / Crash in cudaminer just after initial autotune. on: November 07, 2013, 05:02:49 AM
I've got two NVIDIA GTX 480 cards installed in my Windows 8 PC with the latest beta driver installed (through Geforce experience).  I was hoping to try out Litecoin mining, but every time I run it I get a debug pop-up right after the autotune process happens and cudaminer declares a kernel to use.  I'll copy/paste it in here (with minor edits to clear the machine specific stuff) in case it helps diagnose the issue.

cudaminer -D -H 1 -i 1,0 -o stratum+tcp://<url> -O <user>:<pass>

...
[2013-11-06 20:38:56] 353:     |     |     |     |     |     |     |     |     |     |     |     |
   |     |     |      kH/s
[2013-11-06 20:38:56] 354:     |     |     |     |     |     |     |     |     |     |     |     |
   |     |     |      kH/s
[2013-11-06 20:38:56] GPU #0:   71.63 khash/s with configuration F7x8
[2013-11-06 20:38:56] GPU #0: using launch configuration F7x8

I was hoping to get help before posting an issue on github.
3  Other / Beginners & Help / Re: Alt-Coins on: November 07, 2013, 04:47:39 AM
...

My second post on this forum. How many posts until I can post in more interesting or non newbie category threads?

The rules under https://bitcointalk.org/index.php?topic=177133.0 say...

"You can only post in the Newbie and Local sub-forums till you have made one post and waited 4 hours. This post must be substantial: at least several sentences."

So either you haven't waited 4 hours beyond your first post, or your first post was not "substantial" enough.  I'm in the same boat.  Here to ask about a crash in cudaminer, but am not sure how hard it is going to be to get out of newbie jail.
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!