Bitcoin Forum
June 26, 2024, 09:21:25 AM *
News: Latest Bitcoin Core release: 27.0 [Torrent]
 
  Home Help Search Login Register More  
  Show Posts
Pages: « 1 [2]
21  Bitcoin / Group buys / Re: [OPEN IN-STOCK SHIPPING!] batch #23/24 .105 btc USB + 4 btc NEW Blade miners on: September 12, 2013, 09:20:35 PM
That's what I'm starting to expect - difference between "nominal" and "guaranteed" is a little wiggle room to allow for a dead chip.

Still, doesn't hurt to ask and know for sure!
22  Bitcoin / Group buys / Re: [OPEN IN-STOCK SHIPPING!] batch #23/24 .105 btc USB + 4 btc NEW Blade miners on: September 12, 2013, 02:48:25 PM
So Canary does that mean that there's no way to troubleshoot the dead chip? What are the terms for warranty service in that case?
23  Bitcoin / Group buys / Re: [OPEN IN-STOCK SHIPPING!] batch #23/24 .105 btc USB + 4 btc NEW Blade miners on: September 12, 2013, 03:50:14 AM
How do you switch from low/high-power modes? Is it a hidden configuration setting or do I have to jumper something?

I'm running the blades off a backplane that's being fed by one of those HP DPS800's that the plane is designed to work with.

Out of the whole plane, I just have one "x" chip out of the whole setup. It "might" be a power issue, but I'm more inclined to think it's just a funky chip. I'll happily troubleshoot anything though.

EDIT: These are the non-overclockable blades. Does that mean there is no such thing as low/high-power mode?
24  Bitcoin / Group buys / Re: [OPEN IN-STOCK SHIPPING!] batch #23/24 .105 btc USB + 4 btc NEW Blade miners on: September 12, 2013, 03:12:06 AM
I got my blades today!  Grin

Most of them are perfect... but I think one of them has a dead chip.

Code:
Chip: OOOOOOOOOOOOOOOOOOOxOOOOOOOOOOOO

Any way to fix that? If not, does that qualify for warranty replacement?
25  Alternate cryptocurrencies / Mining (Altcoins) / Re: [ANN] cudaMiner - a new litecoin mining application [Windows/Linux] on: September 08, 2013, 02:24:41 PM
It also works with 5.5. In case anyone else needs it, here's my configure.sh:

Code:
./configure "CFLAGS=-O3" "CXXFLAGS=-O3" --with-cuda=/usr/local/cuda-5.5 --build=x86_64-unknown-linux-gnu --host=i686-unknown-linux-gnu

Various forum posts had given me the idea that building a 64-bit binary was a bad idea.

EDIT: I removed the --build and --host and recompiled just to see what would happen. It seems like it's working just fine without them, and now I'm getting lines that look like this:

[2013-09-08 10:27:19] accepted: 2/2 (100.00%), 80.80 khash/s (yay!!!)

So I guess the 64-bit binary works just fine?
26  Alternate cryptocurrencies / Mining (Altcoins) / Re: [ANN] cudaMiner - a new litecoin mining application [Windows/Linux] on: September 08, 2013, 02:14:44 PM
Ok, you guys were on the money - the issue was with the driver in the Fedora repositories. Once I installed the latest driver straight from Nvidia, it started working with my CUDA 5.0 binary. Thanks for the help.
27  Alternate cryptocurrencies / Mining (Altcoins) / Re: [ANN] cudaMiner - a new litecoin mining application [Windows/Linux] on: September 08, 2013, 02:03:07 PM
I tried downgrading to CUDA 5.0 and recompiling. Pretty much the same result:

Code:
LD_LIBRARY_PATH=/usr/local/cuda-5.0/lib64/ ./cudaminer -d 0 -i 0 --benchmark
   *** CudaMiner for nVidia GPUs by Christian Buchner ***
             This is version 2013-07-13 (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-09-08 08:59:59] 1 miner threads started, using 'scrypt' algorithm.
[2013-09-08 08:59:59] GPU #0: starting up...

[2013-09-08 08:59:59] GPU #0:  with compute capability 131072.0
[2013-09-08 08:59:59] GPU #0: interactive: 0, tex-cache: 0 , single-alloc: 0
[2013-09-08 08:59:59] GPU #0: Performing auto-tuning (Patience...)
[2013-09-08 08:59:59] GPU #0:    0.00 khash/s with configuration  0x0
[2013-09-08 08:59:59] GPU #0: using launch configuration  0x0
Floating point exception (core dumped)

If I remove the -d 0 -i 0 arguments, here's what I get instead:

Code:
LD_LIBRARY_PATH=/usr/local/cuda-5.0/lib64/ ./cudaminer --benchmark
   *** CudaMiner for nVidia GPUs by Christian Buchner ***
             This is version 2013-07-13 (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-09-08 09:58:51] GPU #6: starting up...

[2013-09-08 09:58:51] GPU #6:  with compute capability 131072.0
[2013-09-08 09:58:51] GPU #6: interactive: 1, tex-cache: 0 , single-alloc: 0
[2013-09-08 09:58:51] GPU #6: Performing auto-tuning (Patience...)
[2013-09-08 09:58:51] GPU #0: starting up...

[2013-09-08 09:58:51] GPU #7: starting up...

[2013-09-08 09:58:51] GPU #0:  with compute capability -67106336.32627
[2013-09-08 09:58:51] GPU #0: interactive: 1, tex-cache: 0 , single-alloc: 0
[2013-09-08 09:58:51] GPU #0: Performing auto-tuning (Patience...)
[2013-09-08 09:58:51] GPU #1: starting up...

[2013-09-08 09:58:51] GPU #-1: starting up...

[2013-09-08 09:58:51] GPU #7:  with compute capability 131072.0
[2013-09-08 09:58:51] GPU #7: interactive: 1, tex-cache: 0 , single-alloc: 0
[2013-09-08 09:58:51] GPU #0: starting up...

[2013-09-08 09:58:51] GPU #0:    0.00 khash/s with configuration  0x0
[2013-09-08 09:58:51] GPU #0: using launch configuration  0x0
[2013-09-08 09:58:51] GPU #0: starting up...

[2013-09-08 09:58:51] GPU #6:    0.00 khash/s with configuration  0x0
[2013-09-08 09:58:51] GPU #6: using launch configuration  0x0
[2013-09-08 09:58:51] GPU #1: starting up...

[2013-09-08 09:58:51] GPU #0:  with compute capability 131072.0
[2013-09-08 09:58:51] GPU #3: starting up...

[2013-09-08 09:58:51] GPU #4: starting up...

[2013-09-08 09:58:51] GPU #0: starting up...

[2013-09-08 09:58:51] GPU #0:  with compute capability 131072.0
[2013-09-08 09:58:51] GPU #0: interactive: 1, tex-cache: 0 , single-alloc: 0
[2013-09-08 09:58:51] GPU #1:  with compute capability 131072.0
Floating point exception (core dumped)

What on earth is it doing? GPU #7? GPU #-1? This can't be right. I agree that it looks like it's not detecting my video card correctly, but how can I figure out what the issue is? I have no idea at all what makes it think I have more than one GPU in my system.
28  Alternate cryptocurrencies / Mining (Altcoins) / Re: [ANN] cudaMiner - a new litecoin mining application [Windows/Linux] on: September 07, 2013, 08:13:45 PM
I have CUDA 5.5 installed, that's what I compiled cudaminer against.
29  Alternate cryptocurrencies / Mining (Altcoins) / Re: [ANN] cudaMiner - a new litecoin mining application [Windows/Linux] on: September 07, 2013, 06:34:50 PM
I'm using the proprietary driver - I can play games just fine, so I would think that the driver isn't the issue? I could be wrong, but:

Code:
glxinfo | grep OpenGL
OpenGL vendor string: NVIDIA Corporation
OpenGL renderer string: GeForce GTX 650 Ti/PCIe/SSE2
OpenGL core profile version string: 4.3.0 NVIDIA 319.32
OpenGL core profile shading language version string: 4.30 NVIDIA via Cg compiler
OpenGL core profile context flags: (none)
OpenGL core profile profile mask: core profile
OpenGL core profile extensions:
OpenGL version string: 4.3.0 NVIDIA 319.32
OpenGL shading language version string: 4.30 NVIDIA via Cg compiler
OpenGL context flags: (none)
OpenGL profile mask: (none)
OpenGL extensions:
30  Alternate cryptocurrencies / Mining (Altcoins) / Re: [ANN] cudaMiner - a new litecoin mining application [Windows/Linux] on: September 07, 2013, 12:44:30 AM
I compiled for linux (fedora 18) and it appears to have worked, but when I try and run the program, I get this:

Code:
LD_LIBRARY_PATH=/usr/local/cuda-5.5/lib64/ ./cudaminer -o stratum+tcp://ltc.give-me-coins.com:3333 -O [my credentials]
   *** CudaMiner for nVidia GPUs by Christian Buchner ***
             This is version 2013-07-13 (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-09-06 20:39:24] Starting Stratum on stratum+tcp://ltc.give-me-coins.com:3333
[2013-09-06 20:39:25] thread 31334 create failed

If I limit the number of threads with a -t option, I get something more like this:

Code:
LD_LIBRARY_PATH=/usr/local/cuda-5.5/lib64/ ./cudaminer -o stratum+tcp://ltc.give-me-coins.com:3333 -O [my credentials] -t 1024
   *** CudaMiner for nVidia GPUs by Christian Buchner ***
             This is version 2013-07-13 (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-09-06 20:41:06] Starting Stratum on stratum+tcp://ltc.give-me-coins.com:3333
[2013-09-06 20:41:06] 1024 miner threads started, using 'scrypt' algorithm.
[2013-09-06 20:41:07] GPU #0: starting up...

[2013-09-06 20:41:07] GPU #1: starting up...

[2013-09-06 20:41:07] GPU #1:  with compute capability 0.0
[2013-09-06 20:41:07] GPU #1: interactive: 1, tex-cache: 0 , single-alloc: 0
[2013-09-06 20:41:07] GPU #1: Performing auto-tuning (Patience...)
[2013-09-06 20:41:07] GPU #0: w�= with compute capability 0.0
[2013-09-06 20:41:07] GPU #0: interactive: 1, tex-cache: 0 , single-alloc: 0
[2013-09-06 20:41:07] GPU #0: Performing auto-tuning (Patience...)
[2013-09-06 20:41:07] GPU #4: starting up...

[2013-09-06 20:41:07] GPU #4:  with compute capability 0.0
[2013-09-06 20:41:07] GPU #4: interactive: 1, tex-cache: 0 , single-alloc: 0
[2013-09-06 20:41:07] GPU #4: Performing auto-tuning (Patience...)
[2013-09-06 20:41:07] GPU #4:    0.00 khash/s with configuration  0x0
[2013-09-06 20:41:07] GPU #4: using launch configuration  0x0
Floating point exception (core dumped)

I only have 1 GPU (a GTX 650 Ti) so I'm not sure if GPU #1, GPU #4 etc makes any sense.
Is this because I'm on a 64 bit system?
31  Bitcoin / Group buys / Re: [OPEN] batch #23/24 .18 btc ASICMiner USB + 4 btc NEW Blade miners on: September 04, 2013, 02:14:12 PM
Waiting on some bitcoins to arrive. When they come in I'll be buying a blade.
32  Other / Beginners & Help / Re: I have a problem with bitcoin-qt in Arch Linux on: September 04, 2013, 12:42:32 AM
It might help if you specify where the program came from. Did you compile it from source yourself? Get it from a repository or somewhere else?
Pages: « 1 [2]
Powered by MySQL Powered by PHP Powered by SMF 1.1.19 | SMF © 2006-2009, Simple Machines Valid XHTML 1.0! Valid CSS!