Pages:
Author

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

newbie
Activity: 21
Merit: 0
Got it going!
never mind... it was up at the top in my 'current coin mode' in my pool which threw me off. It wasn't set to Dogecoin.


It's crunching now!

Thanks
newbie
Activity: 21
Merit: 0
coinits, I just tried running the bat file again this morning, and it's still not working. So, I'm suspecting that the pool isn't down?
Thanks


See Bombadil's message above.

OK, so I assume that the password is the one of your worker, not the one of your userID getting into the pool right?


What coin are you mining? Is it Doge?

yes.. Doge. am I supposed to setup some other sort of payment Dogecoin address of where it sends it's rewards to? Or, is that just logged to/within my worker's account automatically?
legendary
Activity: 1582
Merit: 1019
011110000110110101110010
coinits, I just tried running the bat file again this morning, and it's still not working. So, I'm suspecting that the pool isn't down?
Thanks


See Bombadil's message above.

OK, so I assume that the password is the one of your worker, not the one of your userID getting into the pool right?


What coin are you mining? Is it Doge?
legendary
Activity: 1154
Merit: 1001
OK, so I assume that the password is the one of your worker, not the one of your userID getting into the pool right?

Correct. The password for your pool user, is unrelated to the password for your workers (unless you specified it to be the same, which I strongly recommend you do not).
newbie
Activity: 21
Merit: 0
coinits, I just tried running the bat file again this morning, and it's still not working. So, I'm suspecting that the pool isn't down?
Thanks


See Bombadil's message above.

OK, so I assume that the password is the one of your worker, not the one of your userID getting into the pool right?
legendary
Activity: 1582
Merit: 1019
011110000110110101110010
coinits, I just tried running the bat file again this morning, and it's still not working. So, I'm suspecting that the pool isn't down?
Thanks


See Bombadil's message above.
newbie
Activity: 21
Merit: 0
coinits, I just tried running the bat file again this morning, and it's still not working. So, I'm suspecting that the pool isn't down?
Thanks
legendary
Activity: 1484
Merit: 1082
ccminer/cpuminer developer
remember "ccminer --help" or read the README.txt
legendary
Activity: 1154
Merit: 1001
ccminer has it..

else for CUDA 7, nvidia is currently testing a fix... :p

ok then so ccminer has the bitblock algo? then I must be doing something wrong because whenever I try to start up my .bat for ccminer it opens and exits immediately

here is my .bat file, what exactly am I missing? and yes I am trying to solo mine

ccminer.exe -a bitblock -o http://localhost:9820 -u USERNAME -p PASSWORD

Replace:
ccminer.exe -a bitblock -o http://localhost:9820 -u USERNAME -p PASSWORD

With:
ccminer.exe -a x15 -o http://localhost:9820 -u USERNAME -p PASSWORD

Happy Mining!
newbie
Activity: 29
Merit: 0
 Sad this is very complicated for me can you give me some clarification on this product thank you
legendary
Activity: 1582
Merit: 1019
011110000110110101110010
Pool-side error, make sure you've typed in the right worker and password. If that's really OK, contact the pool and ask them what could be wrong. Some require you to just use your username as worker, some need extra worker names that combine your username and an unique name with a dot, eg "Bombadil.cuda", some even give you a total random workername and password. Read the rules of your pool, and contact them if it's still fuzzy Wink

And of course that he is mining a scrypt coin Smiley
hero member
Activity: 644
Merit: 500
Pool-side error, make sure you've typed in the right worker and password. If that's really OK, contact the pool and ask them what could be wrong. Some require you to just use your username as worker, some need extra worker names that combine your username and an unique name with a dot, eg "Bombadil.cuda", some even give you a total random workername and password. Read the rules of your pool, and contact them if it's still fuzzy Wink
legendary
Activity: 1582
Merit: 1019
011110000110110101110010
Hi guys.. brand new to all of this. I'm probably setting it up wrong, so I could use your help here. I've created the text file, then saved it as a .bat file then double-clicked it in the same folder as my x64 executable is located (so far so good?). OK, then I get this error from the command lines:
E:\OLD DATA\Program Files\Dogecoin\cudaminerMain\x64>cudaminer.exe -t 1 -o strat
um+tcp://ypool.net:9091 -u username.workername -p password
           *** CudaMiner for nVidia GPUs by Christian Buchner ***
                     This is version 2014-02-18 (beta)
        based on pooler-cpuminer 2.3.2 (c) 2010 Jeff Garzik, 2012 pooler
            Cuda additions Copyright 2013,2014 Christian Buchner
          LTC donation address: LKS1WDKGED647msBQfLBHV3Ls8sveGncnm
          BTC donation address: 16hJF5mceSojnTD3ZTUDqdRhDyPJzoRakM
          YAC donation address: Y87sptDEcpLkLeAuex6qZioDbvy1qXZEj4
[2015-03-31 20:10:20] 1 miner threads started, using 'scrypt' algorithm.
[2015-03-31 20:10:20] Starting Stratum on stratum+tcp://ypool.net:9091
[2015-03-31 20:10:21] Stratum authentication failed
[2015-03-31 20:10:21] ...retry after 15 seconds

I obviously took out the ID, worker name and password. Any help here?
My PC is a Nvidia GE Force GT630
on Windows 7 Home Premium PC
Thanks
 Grin


for scrypt do you need -a scrypt in your bat?
if not then maybe the pool is down.
hero member
Activity: 532
Merit: 500
CryptoTalk.Org - Get Paid for every Post!
ccminer has it..

else for CUDA 7, nvidia is currently testing a fix... :p

ok then so ccminer has the bitblock algo? then I must be doing something wrong because whenever I try to start up my .bat for ccminer it opens and exits immediately

here is my .bat file, what exactly am I missing? and yes I am trying to solo mine

ccminer.exe -a bitblock -o http://localhost:9820 -u USERNAME -p PASSWORD
legendary
Activity: 1484
Merit: 1082
ccminer/cpuminer developer
ccminer has it..

else for CUDA 7, nvidia is currently testing a fix... :p
hero member
Activity: 532
Merit: 500
CryptoTalk.Org - Get Paid for every Post!
Is there anyway to get the bitblock algo added to ccminer? or is it already a part of ccminer just under a different name?

EDIT:

oh hell I just realized that the coin I am wanting to mine with my GPU is x15 not x13..........so does ccminer or cudaminer have x15 support? If not, will either of them soon?
newbie
Activity: 21
Merit: 0
Hi guys.. brand new to all of this. I'm probably setting it up wrong, so I could use your help here. I've created the text file, then saved it as a .bat file then double-clicked it in the same folder as my x64 executable is located (so far so good?). OK, then I get this error from the command lines:
E:\OLD DATA\Program Files\Dogecoin\cudaminerMain\x64>cudaminer.exe -t 1 -o strat
um+tcp://ypool.net:9091 -u username.workername -p password
           *** CudaMiner for nVidia GPUs by Christian Buchner ***
                     This is version 2014-02-18 (beta)
        based on pooler-cpuminer 2.3.2 (c) 2010 Jeff Garzik, 2012 pooler
            Cuda additions Copyright 2013,2014 Christian Buchner
          LTC donation address: LKS1WDKGED647msBQfLBHV3Ls8sveGncnm
          BTC donation address: 16hJF5mceSojnTD3ZTUDqdRhDyPJzoRakM
          YAC donation address: Y87sptDEcpLkLeAuex6qZioDbvy1qXZEj4
[2015-03-31 20:10:20] 1 miner threads started, using 'scrypt' algorithm.
[2015-03-31 20:10:20] Starting Stratum on stratum+tcp://ypool.net:9091
[2015-03-31 20:10:21] Stratum authentication failed
[2015-03-31 20:10:21] ...retry after 15 seconds

I obviously took out the ID, worker name and password. Any help here?
My PC is a Nvidia GE Force GT630
on Windows 7 Home Premium PC
Thanks
 Grin
hero member
Activity: 564
Merit: 515
Tried to compile ccminer with cuda toolkit 7.0 on archlinux, but stops at the following error:
Code:
/opt/cuda/bin/nvcc -g -O2 -I . -Xptxas "-abi=no -v" -gencode=arch=compute_30,code=\"sm_30,compute_30\" -gencode=arch=compute_35,code=\"sm_35,compute_35\" --maxrregcount=80 --ptxas-options=-v  -o heavy/heavy.o -c heavy/heavy.cu
ptxas warning : 'option -abi=no' might get deprecated in future
ptxas warning : Too big maxrregcount value specified 80, will be ignored
ptxas fatal   : Unresolved extern function 'malloc'

How to get around this error?
legendary
Activity: 3164
Merit: 1003
no, its not the same, ziftr ordered the miner to djm34... and i released mine before because they were delaying again and again (was for wednesday)

i didnt make x64 builds because its another useless binary to compile, to be tagged by antivirus etc... a bit slower and require another framework lib, vcredist x64, i dont want to confuse more users

But if you own visual studio 2013, you can compile it, it works.

Else, my 1.6 is a bit slower than released one (only tested on linux)... and i made it without help and includes more features, like the monitoring api etc...
My visual studio 2013 won't compile it. At this point I just need a miner, any ccminer  zf5 algo will do. thx
legendary
Activity: 1484
Merit: 1082
ccminer/cpuminer developer
no, its not the same, ziftr ordered the miner to djm34... and i released mine before because they were delaying again and again (was for wednesday)

i didnt make x64 builds because its another useless binary to compile, to be tagged by antivirus etc... a bit slower and require another framework lib, vcredist x64, i dont want to confuse more users

But if you own visual studio 2013, you can compile it, it works.

Else, my 1.6 is a bit slower than released one (only tested on linux)... and i made it without help and includes more features, like the monitoring api etc...
Pages:
Jump to: