Bitcoin Forum
June 24, 2024, 01:37:35 AM *
News: Latest Bitcoin Core release: 27.0 [Torrent]
 
  Home Help Search Login Register More  
  Show Posts
Pages: « 1 2 3 4 5 6 [7] 8 9 10 11 12 13 »
121  Alternate cryptocurrencies / Mining (Altcoins) / Re: [ANN] cudaMiner - a new litecoin mining application [Windows/Linux] on: May 24, 2013, 12:19:28 PM
Anyone tried to use the this program in a system with both AMD and NVIDIA GPUs? With single GeForce 660 GTX it works fine, but when I add Radeon HD 4830 to my PC and trying to launch the miner, it constantly writes
Code:
[<date> <time>] 1 miner threads started, using 'scrypt' algorithm.
[<date> <time>] Long-polling activated for http://de2.suprnova.cc:8336/LP
[<date> <time>] GPU #0: GeForce GTX 660 with compute capability 3.0
[<date> <time>] GPU #0: interactive: 0, tex-cache: 1D, single-alloc: 1
[<date> <time>] GPU #0: using launch configuration S80x2
and then crashes. Tried to re-install the drivers, but that didn't help.

It does not matter if the AMD driver is installed, the crashes are caused by the presence of the AMD GPU itself.

CUDA Miner launch settings:  -o blah -O blah -d 0 -i 0 -l S80x2 -C 1
OS: Windows 7 x64
NVIDIA driver: 320.18

Is there a way to use the GeForce for CUDA mining without removing the AMD graphic card?

Off the top of my head. I can't recall if there is commands in cudaminer, but why don't you just disable the AMD card in device manager? Launch CUDA miner...set it to run. Re-enable?

122  Alternate cryptocurrencies / Mining (Altcoins) / Re: [ANN] cudaMiner - a new litecoin mining application [Windows/Linux] on: May 07, 2013, 07:42:48 PM
Interesting. I have a PC where I can run a 660Ti with 186kHash/s (after slight OC) just fine. Windows 7, 32 bit there. I will dig out my launch config later.

No special handling of UEFI, as my code doesn't interface with any APIs that go that deep. It sits on top of the CUDA runtime APIs and that is supposed to shield me from low level stuff like that.


what settings did you use ?

All I can get at the moment is 170kHash/s max, I did use -l 42x8 and it gave me 1034kHash though something went wrong as my gpu was still idle. While I like this program I think the new version is a little bit unstable, so I had to switch to the old version.

Anytime you switch versions you must autotune the first time. The old version's configuration could now be an incorrect one for your system
123  Other / Beginners & Help / Re: BTC-e Trading Bot on: May 07, 2013, 02:51:17 AM
Test Bot was Detected as a Worm and a Trojan by Norton Internet Security Suite.  I do not trust it.

avast flags it as well
124  Economy / Computer hardware / Re: Ended CardReaderFactory Lancelot Group Purchase due to Seller Business Practice on: May 06, 2013, 11:06:23 PM
that is disappointing. You'd think they'd want our business

Obviously not.

just makes me think it is a scam Smiley
125  Economy / Computer hardware / Re: Ended CardReaderFactory Lancelot Group Purchase due to Seller Business Practice on: May 06, 2013, 10:59:14 PM
that is disappointing. You'd think they'd want our business
126  Alternate cryptocurrencies / Mining (Altcoins) / Re: [ANN] cudaMiner - a new litecoin mining application [Windows/Linux] on: May 01, 2013, 08:54:03 PM
it's strange, the program start only with bitcoin, but not with litecoin...
with litecoin it give me an error

What command are you trying to execute? are drivers up to date?
127  Other / Beginners & Help / Re: Best miner for GTX580? on: May 01, 2013, 03:30:09 AM
are you doing bitcoin mining? or Litecoin?

If you're doing litecoin... look for cudaminer
128  Economy / Computer hardware / Re: WTS: Lancelot FPGA on: May 01, 2013, 01:56:40 AM
I want to buy at least two once I know they are being sent Smiley

129  Economy / Computer hardware / Re: WTS: Lancelot FPGA on: May 01, 2013, 01:25:50 AM
Just wondering if anyone on this forum has received any of these units that can give some rep to blackarrow.

that is kind of why I'm little worried to order from him at the moment. Otherwise I would..
130  Alternate cryptocurrencies / Mining (Altcoins) / Re: [ANN] cudaMiner - a new litecoin mining application [Windows/Linux] on: April 30, 2013, 09:31:50 PM
That's my stratum .bat file.
mining_proxy2.exe -pa scrypt -o invasionnetwork.com -p 3333 -nm


My miner .bat file
cudaminer.exe -d 0 -i 1 -C 0 -o http://127.0.0.1 -O username:pass
also tried
cudaminer.exe -d 0 -i 1 -C 0 -o 127.0.0.1 -O username:pass
cudaminer.exe -d 0 -i 1 -C 0 -o http://localhost -O username:pass
cudaminer.exe -d 0 -i 1 -C 0 -o localhost -O username:pass

You are forgetting the port on cudaminer you need to do localhost:8332
131  Alternate cryptocurrencies / Mining (Altcoins) / Re: [ANN] cudaMiner - a new litecoin mining application [Windows/Linux] on: April 30, 2013, 09:19:27 PM
Well downloading a new Stratum didn't help.  Got the same error message.  Added the -pa part too.  Stratum is connecting fine to the pool.  But Cudaminer isn't connecting properly to Stratum.  Stratum keeps throwing up errors about unable to decode http://1 or something.  I had the error copied but somehow it didn't copy right.

Will try again later tonight when I have more time.


What are you typing in the stratum proxy exactly?
132  Alternate cryptocurrencies / Mining (Altcoins) / Re: [ANN] cudaMiner - a new litecoin mining application [Windows/Linux] on: April 30, 2013, 04:51:26 PM
Hi, I'm trying to compile cudaMiner for OS X 10.8.3

I'm obtaining the following errors when try to "make",

make  all-recursive
Making all in compat
make[3]: Nothing to be done for `all-am'.
g++ -DHAVE_CONFIG_H -I. -pthread -fno-strict-aliasing  -msse2  -fopenmp   -O3 -MT cudaminer-scrypt.o -MD -MP -MF .deps/cudaminer-scrypt.Tpo -c -o cudaminer-scrypt.o `test -f 'scrypt.cpp' || echo './'`scrypt.cpp
scrypt.cpp:46:20: error: malloc.h: No such file or directory
make[2]: *** [cudaminer-scrypt.o] Error 1
make[1]: *** [all-recursive] Error 1
make: *** [all] Error 2


Any ideas or suggestions? thank you in advance.



it is complaining this is missing:  malloc.h: No such file or directory 
133  Alternate cryptocurrencies / Mining (Altcoins) / Re: [ANN] cudaMiner - a new litecoin mining application [Windows/Linux] on: April 30, 2013, 01:39:48 AM

Nothing wrong, You're using IE. Please Upgrade your browser Tongue
134  Alternate cryptocurrencies / Mining (Altcoins) / Re: [ANN] cudaMiner - a new litecoin mining application [Windows/Linux] on: April 28, 2013, 01:58:22 PM
CUDA programs cannot be started on Remote Desktop. Need to use VNC instead.

Only exception is Tesla on TCC drivers.

damn, i lost hours before discovering this! Tongue

can it start if you use the /console switch?Tongue

135  Bitcoin / Mining support / Re: 6750s cannot get above 100. on: April 28, 2013, 03:21:13 AM
still the same issue...maybe I'll try switching to linux when I have more time
136  Bitcoin / Mining support / Re: 6750s get above 100. on: April 28, 2013, 02:29:48 AM
What settings have you tried with CGMiner?

What Catalyst version?

What OpenCL SDK?e  

Maybe that is what I'm missing is OpenCL SDK Smiley

let me give that a try

I'm using 2.8 based off a article I found here.

using 4096 thread, 128 worksize, v 1
137  Bitcoin / Mining support / Re: NVIDIA Kepler (K20) from 134MHash/s to 330MHash/s with CUDA on: April 28, 2013, 02:15:57 AM
Hello, im getting 0mhash/s on both psychocoder-germany and cdmackie. I have no idea whats going on.

Update drivers?
138  Bitcoin / Mining support / 6750s cannot get above 100. on: April 28, 2013, 02:12:49 AM
I have a 6750 it suppose to get around 160 or so or higher if overclocked, but I can't seem get beyond 100. I've tried guiminer and cgminer, both with the same results. Installed the latest drivers.


Any suggestions?
139  Alternate cryptocurrencies / Mining (Altcoins) / Re: [ANN] cudaMiner - a new litecoin mining application [Windows/Linux] on: April 26, 2013, 08:29:25 PM
[2013-04-26 20:10:35] GPU #0:  with compute capability 716.25

See, it can't even open your GPU. No name indicated and compute capability is bogus.

Try updating your driver. It must be new enough to support CUDA 5.0.


thank you and to all the others, I solved installing latest 314.22 nvidia driver! Smiley

now I see

Code:
[2013-04-26 22:10:48] GPU #0: GeForce GT 430, 81408 hashes, 18.13 khash/s

same speed of cgminer but it's ok!

Try it with -I 0 at the end of the launch
that is a -i and not an uppercase.

He might also try using the -l flag also to see how it goes. My 450 has one of -l 40x2 I think.

If you're using any extra flags you should always autotune before using -l because you might actually end up using a lower config.

and my add-on for IE auto corrects Smiley
140  Alternate cryptocurrencies / Mining (Altcoins) / Re: [ANN] cudaMiner - a new litecoin mining application [Windows/Linux] on: April 26, 2013, 08:18:43 PM
[2013-04-26 20:10:35] GPU #0:  with compute capability 716.25

See, it can't even open your GPU. No name indicated and compute capability is bogus.

Try updating your driver. It must be new enough to support CUDA 5.0.


thank you and to all the others, I solved installing latest 314.22 nvidia driver! Smiley

now I see

Code:
[2013-04-26 22:10:48] GPU #0: GeForce GT 430, 81408 hashes, 18.13 khash/s

same speed of cgminer but it's ok!

Try it with -i 0 at the end of the launch
Pages: « 1 2 3 4 5 6 [7] 8 9 10 11 12 13 »
Powered by MySQL Powered by PHP Powered by SMF 1.1.19 | SMF © 2006-2009, Simple Machines Valid XHTML 1.0! Valid CSS!