Author

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

legendary
Activity: 1400
Merit: 1050
Can someone post their .bat file with the difficulty for Doomcoin please. I either get only 70% accepts or no hashrate recorded on the pool.
Much appreciated Smiley

PS: Nvminer does the same thing, only 10MH reported on the pool when 160MH on miner
you need to adjust -f factor to what is best for you...
full member
Activity: 168
Merit: 100
Can someone post their .bat file with the difficulty for Doomcoin please. I either get only 70% accepts or no hashrate recorded on the pool.
Much appreciated Smiley

PS: Nvminer does the same thing, only 10MH reported on the pool when 160MH on miner

Are you waiting like 10 to 15 minutes before looking at the pool so it ramps up and reports your true hash?
legendary
Activity: 1400
Merit: 1050
Can someone post their .bat file with the difficulty for Doomcoin please. I either get only 70% accepts or no hashrate recorded on the pool.
Much appreciated Smiley

PS: Nvminer does the same thing, only 10MH reported on the pool when 160MH on miner
the pools are not tuned properly yet (ocminer needs an amd miner to do it...)
sr. member
Activity: 252
Merit: 250
Can someone post their .bat file with the difficulty for Doomcoin please. I either get only 70% accepts or no hashrate recorded on the pool.
Much appreciated Smiley

PS: Nvminer does the same thing, only 10MH reported on the pool when 160MH on miner
legendary
Activity: 1400
Merit: 1050
Code:
[2014-07-29 16:44:07] GPU #3: GeForce GTX 750 Ti, 81983 khash/s
[2014-07-29 16:44:07] GPU #1: GeForce GTX 750 Ti, 83060 khash/s
[2014-07-29 16:44:07] GPU #0: GeForce GTX 750 Ti, 82335 khash/s
[2014-07-29 16:44:07] GPU #2: GeForce GTX 750 Ti, 81466 khash/s
[2014-07-29 16:44:07] GPU #5: GeForce GTX 750 Ti, 81053 khash/s
[2014-07-29 16:44:07] GPU #4: GeForce GTX 750 Ti, 80631 khash/s

Recipe: Take djm's Doomcoin code, compare hash to target and return if good at the end of the luffa kernel instead of saving hash outputs to global memory, then reading them back for comparison in another kernel.
I did it in the version I use but I didn't get any speed up (reason why I didn't upload it).
need to check what I did... (anyhow I didn't see a block since a couple of hour now...)

edit: My version is still saving the hash though...

Yep, the global write might just be the thing holding it back. I'm getting hell of a lot of "submit_upstream_work stratum_send_line failed" and "reject reason: Job 'e585' not found" though, but I can't see how that would be related to the mod. Guess the suprnova stratum is starting to choke as load increases. Doesn't help that there's only one port configured for an extremely low starting diff looking from a GPU point of view.
I tried to remove it but that doesn't change anything for me:
66MH on the 750ti with a power usage of 95% (was 99% before)
full member
Activity: 137
Merit: 100
Code:
[2014-07-29 16:44:07] GPU #3: GeForce GTX 750 Ti, 81983 khash/s
[2014-07-29 16:44:07] GPU #1: GeForce GTX 750 Ti, 83060 khash/s
[2014-07-29 16:44:07] GPU #0: GeForce GTX 750 Ti, 82335 khash/s
[2014-07-29 16:44:07] GPU #2: GeForce GTX 750 Ti, 81466 khash/s
[2014-07-29 16:44:07] GPU #5: GeForce GTX 750 Ti, 81053 khash/s
[2014-07-29 16:44:07] GPU #4: GeForce GTX 750 Ti, 80631 khash/s

Recipe: Take djm's Doomcoin code, compare hash to target and return if good at the end of the luffa kernel instead of saving hash outputs to global memory, then reading them back for comparison in another kernel.
I did it in the version I use but I didn't get any speed up (reason why I didn't upload it).
need to check what I did... (anyhow I didn't see a block since a couple of hour now...)

edit: My version is still saving the hash though...

Yep, the global write might just be the thing holding it back. I'm getting hell of a lot of "submit_upstream_work stratum_send_line failed" and "reject reason: Job 'e585' not found" though, but I can't see how that would be related to the mod. Guess the suprnova stratum is starting to choke as load increases. Doesn't help that there's only one port configured for an extremely low starting diff looking from a GPU point of view.
legendary
Activity: 1400
Merit: 1050
Code:
[2014-07-29 16:44:07] GPU #3: GeForce GTX 750 Ti, 81983 khash/s
[2014-07-29 16:44:07] GPU #1: GeForce GTX 750 Ti, 83060 khash/s
[2014-07-29 16:44:07] GPU #0: GeForce GTX 750 Ti, 82335 khash/s
[2014-07-29 16:44:07] GPU #2: GeForce GTX 750 Ti, 81466 khash/s
[2014-07-29 16:44:07] GPU #5: GeForce GTX 750 Ti, 81053 khash/s
[2014-07-29 16:44:07] GPU #4: GeForce GTX 750 Ti, 80631 khash/s

Recipe: Take djm's Doomcoin code, compare hash to target and return if good at the end of the luffa kernel instead of saving hash outputs to global memory, then reading them back for comparison in another kernel.
I did it in the version I use but I didn't get any speed up (reason why I didn't upload it).
need to check what I did... (anyhow I didn't see a block since a couple of hour now...)

edit: My version is still saving the hash though...
full member
Activity: 137
Merit: 100
Code:
[2014-07-29 16:44:07] GPU #3: GeForce GTX 750 Ti, 81983 khash/s
[2014-07-29 16:44:07] GPU #1: GeForce GTX 750 Ti, 83060 khash/s
[2014-07-29 16:44:07] GPU #0: GeForce GTX 750 Ti, 82335 khash/s
[2014-07-29 16:44:07] GPU #2: GeForce GTX 750 Ti, 81466 khash/s
[2014-07-29 16:44:07] GPU #5: GeForce GTX 750 Ti, 81053 khash/s
[2014-07-29 16:44:07] GPU #4: GeForce GTX 750 Ti, 80631 khash/s

Recipe: Take djm's Doomcoin code, compare hash to target and return if good at the end of the luffa kernel instead of saving hash outputs to global memory, then reading them back for comparison in another kernel.
legendary
Activity: 1400
Merit: 1050
may-be it will be possible to mine with Shield with this driver  Grin (or at least streaming ccminer window while it is mining  Grin)
full member
Activity: 168
Merit: 100
I don't know as I haven't installed it yet.

I'm in the middle of testing some new code (hash rates) so I don't want to start over.

I'll be installing in an hour or so.
member
Activity: 112
Merit: 10
hello!

can anyone tell me the hashrate of gtx 760 ? e.g. for x11 and x13.

thanks.

x11 2.5MH
x13 1.85MH
legendary
Activity: 882
Merit: 1000
can someone give me an example of nvminer bat setup please?


what coin, what pool?

xmr and extreme hash. just not sure what to put into the bat file to get the program running

Try this:

nvminer.exe -a cryptonight -o stratum+tcp://xmr.extremehash.com:9999 -p x -u WalletAddress

obviously change "WalletAddress" to your XMR payment address.

much appreciated
full member
Activity: 168
Merit: 100
can someone give me an example of nvminer bat setup please?


what coin, what pool?

xmr and extreme hash. just not sure what to put into the bat file to get the program running

Try this:

nvminer.exe -a cryptonight -o stratum+tcp://xmr.extremehash.com:9999 -p x -u WalletAddress

obviously change "WalletAddress" to your XMR payment address.
legendary
Activity: 882
Merit: 1000
can someone give me an example of nvminer bat setup please?


what coin, what pool?

xmr and extreme hash. just not sure what to put into the bat file to get the program running
full member
Activity: 168
Merit: 100
can someone give me an example of nvminer bat setup please?


what coin, what pool?
legendary
Activity: 882
Merit: 1000
can someone give me an example of nvminer bat setup please?
newbie
Activity: 25
Merit: 0
hello!

can anyone tell me the hashrate of gtx 760 ? e.g. for x11 and x13.

thanks.
full member
Activity: 212
Merit: 100
Hey TSIV, thanks for your XMR miner and all your contributions !

I'm getting 230KH/s at the moment with overclocked 750 Ti and -l 8x60 parameter.

Any advice to get a bit more or it seems good enough like that ?


230 isn't horribly bad, but not great for an overclocked 750 Ti either. The Asus DC2OC on my win box is doing 244 at the default factory oc (1072 core, 900/5400 mem) with a variety of similar sized configs, 8x60/16x30/32x15. Same configs work well on my Linux rig, again 750 Tis but this time the oc is 1202 core and 1000/6000 mem for 280 H/s. On the other hand we've just had some people report piss poor performance with 750 Ti and 8x60 while 8x30 worked a lot better. Haven't got a clue why, might have something to do with newer drivers or something  Huh

You could try playing around with the launch config a bit, could also the latest nvMiner by cayars from http://www.cudamining.cc/url/releases if you're on Windows.

Ok thanks  Grin !

Will see when the drivers are updated.

I get 12 cards on 2 x6 rigs with Kopiemtu Linux and your latest miner.
Jump to: