Author

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

newbie
Activity: 19
Merit: 0
If any of you were lucky - Groestl can now be traded at https://www.newcointrade.com/
I would not trust this exchanger

I have no idea whether this is trustful or not - just wanted to share the information with you!
full member
Activity: 145
Merit: 101
If any of you were lucky - Groestl can now be traded at https://www.newcointrade.com/
I would not trust this exchanger
newbie
Activity: 19
Merit: 0
If any of you were lucky - Groestl can now be traded at https://www.newcointrade.com/
legendary
Activity: 1400
Merit: 1050
Beside the X11 coins themselves, I think it could be interesting to have all those algorithms coded (I know it is easy to say when you are not the one doing the work...). Most of the times these algos are used to make new coins. That would clearly be an advantage on the long term.
member
Activity: 86
Merit: 10
Is there a miner available which allows Nvidia cards to mine Darkcoin?  If so, can someone point me in the right direction?  Thanks guys

what makes Darkcoin so interesting? Why do you want us to consider it?

It's 11 hash algorithms, of which we only have about half implemented so far. So it would mean a LOT of extra effort for just one coin...

Christian


Yeah, it is just one coin.  But I believe Hirocoin also uses x11 and I know Aircoin(Although that fell flat on its face) was considering it.  I didn't want to imply that you should drop all current development on other projects, I was just looking to see if anything already existed.

I've seen some folks claim it is a viable solution to some of the looming threats coming from scrypt asics, but I don't understand this enough to weigh in with any kind of technical know-how as to why that is.

I'm drawn to it because it seems to have an extremely involved dev and during this recent bear market in alts it has remained at a remarkably steady exchange rate. 
hero member
Activity: 756
Merit: 502
Is there a miner available which allows Nvidia cards to mine Darkcoin?  If so, can someone point me in the right direction?  Thanks guys

what makes Darkcoin so interesting? Why do you want us to consider it?

It's 11 hash algorithms, of which we only have about half implemented so far. So it would mean a LOT of extra effort for just one coin...

Christian
hero member
Activity: 756
Merit: 502
groestl algo not optimized yet?

I cannot confirm this here.

For me the release ccminer v0.3 binaries are 30% faster than the Windows build of sph-sgminer that I downloaded
from crypto-mining-blog

But yes, groestl is hard to optimize. It's a complex beast.

Christian
member
Activity: 86
Merit: 10
I've tried looking but so far it's been a fruitless effort...

Is there a miner available which allows Nvidia cards to mine Darkcoin?  If so, can someone point me in the right direction?  Thanks guys

I found SGminer which appears to work, but I'm getting less out of 5 750 ti's as I get out of 1 ATI 6950.  So I guess I have to rephrase my question to, is there a miner that can competitively mine Darkcoin for Nvidia when compared to AMD?
member
Activity: 86
Merit: 10
I've tried looking but so far it's been a fruitless effort...

Is there a miner available which allows Nvidia cards to mine Darkcoin?  If so, can someone point me in the right direction?  Thanks guys
full member
Activity: 182
Merit: 100
here a rough idea (found that in some bat of 1gh)
In the bat file:

:loop
cudaminer pool1  -r number_of_time_to_retry
cudaminer pool2  -r number_of_time_to_retry
goto loop

It won't switch back if the first pool get back online, it switchs only if the pool get disconnected




im a noob and dont know how to fill this out
newbie
Activity: 47
Merit: 0
newbie
Activity: 28
Merit: 0
I assume cudaminer honors reconnect requests because a quick 'grep shows that it has logging code for a reconnect message.  Given the man-in-the-middle/spoofing attacks going on with several of the pools, there should probably be a way to tell cudaminer not to accept reconnect requests when started with a particular command line flag, and optionally to log the reconnect data or report it in some way.

is there a thread where I can read more about man in the middle attacks with pool mining?


It's happening on a bunch of pools.  So far I've heard: cleverminer, wafflepool, multipool.us, and others that I'm forgetting just now.  The wafflepool thread has some extensive discussion about it, protocol captures, etc.

I see people are now working on patches for other miners (just got back from dinner so I'm catching up):
  https://bitcointalk.org/index.php?topic=433634.3200

Kalroth just posted  patch for his miner:
  https://bitcointalk.org/index.php?topic=433634.3220
  https://github.com/Kalroth/cgminer-3.7.2-kalroth/commit/d78f8c896010049a06275db13a2816c0e201e41e
Skimmed through it. It isn't clear to me is cudaminer even actually impacted?

All miners that respond to "reconnect" messages sent by the pool are impacted, which is most of them....
member
Activity: 84
Merit: 10
I assume cudaminer honors reconnect requests because a quick 'grep shows that it has logging code for a reconnect message.  Given the man-in-the-middle/spoofing attacks going on with several of the pools, there should probably be a way to tell cudaminer not to accept reconnect requests when started with a particular command line flag, and optionally to log the reconnect data or report it in some way.

is there a thread where I can read more about man in the middle attacks with pool mining?


It's happening on a bunch of pools.  So far I've heard: cleverminer, wafflepool, multipool.us, and others that I'm forgetting just now.  The wafflepool thread has some extensive discussion about it, protocol captures, etc.

I see people are now working on patches for other miners (just got back from dinner so I'm catching up):
  https://bitcointalk.org/index.php?topic=433634.3200

Kalroth just posted  patch for his miner:
  https://bitcointalk.org/index.php?topic=433634.3220
  https://github.com/Kalroth/cgminer-3.7.2-kalroth/commit/d78f8c896010049a06275db13a2816c0e201e41e
Skimmed through it. It isn't clear to me is cudaminer even actually impacted?
legendary
Activity: 1400
Merit: 1050
here a rough idea (found that in some bat of 1gh)
In the bat file:

:loop
cudaminer pool1  -r number_of_time_to_retry
cudaminer pool2  -r number_of_time_to_retry
goto loop

It won't switch back if the first pool get back online, it switchs only if the pool get disconnected


full member
Activity: 182
Merit: 100
can someone help me run a fall over config?

also if the first pool comes back on does it switch back to the first one?
newbie
Activity: 28
Merit: 0
I assume cudaminer honors reconnect requests because a quick 'grep shows that it has logging code for a reconnect message.  Given the man-in-the-middle/spoofing attacks going on with several of the pools, there should probably be a way to tell cudaminer not to accept reconnect requests when started with a particular command line flag, and optionally to log the reconnect data or report it in some way.

is there a thread where I can read more about man in the middle attacks with pool mining?


It's happening on a bunch of pools.  So far I've heard: cleverminer, wafflepool, multipool.us, and others that I'm forgetting just now.  The wafflepool thread has some extensive discussion about it, protocol captures, etc.

I see people are now working on patches for other miners (just got back from dinner so I'm catching up):
  https://bitcointalk.org/index.php?topic=433634.3200

Kalroth just posted  patch for his miner:
  https://bitcointalk.org/index.php?topic=433634.3220
  https://github.com/Kalroth/cgminer-3.7.2-kalroth/commit/d78f8c896010049a06275db13a2816c0e201e41e
newbie
Activity: 28
Merit: 0
I assume cudaminer honors reconnect requests because a quick 'grep shows that it has logging code for a reconnect message.  Given the man-in-the-middle/spoofing attacks going on with several of the pools, there should probably be a way to tell cudaminer not to accept reconnect requests when started with a particular command line flag, and optionally to log the reconnect data or report it in some way.

is there a thread where I can read more about man in the middle attacks with pool mining?


It's happening on a bunch of pools.  So far I've heard: cleverminer, wafflepool, multipool.us, and others that I'm forgetting just now.  The wafflepool thread has some extensive discussion about it, protocol captures, etc.

I see people are now working on patches for other miners (just got back from dinner so I'm catching up):
  https://bitcointalk.org/index.php?topic=433634.3200
newbie
Activity: 28
Merit: 0
I assume cudaminer honors reconnect requests because a quick 'grep shows that it has logging code for a reconnect message.  Given the man-in-the-middle/spoofing attacks going on with several of the pools, there should probably be a way to tell cudaminer not to accept reconnect requests when started with a particular command line flag, and optionally to log the reconnect data or report it in some way.

is there a thread where I can read more about man in the middle attacks with pool mining?


It's happening on a bunch of pools.  So far I've heard: cleverminer, wafflepool, multipool.us, and others that I'm forgetting just now.  The wafflepool thread has some extensive discussion about it, protocol captures, etc.
member
Activity: 91
Merit: 10
How different is the groestl implementation on myriad coin? Just for the fun of it I connected to a groestl pool (ccminer.exe -R 3 -s 1 -a groestl -o stratum+tcp://stablehash.com:4502...) and of course it is all boos, but I can dream :-)
hero member
Activity: 756
Merit: 502

Ah, of course!  Silly me.  

Thank you, seeing about 27000 khash/s with 3x 780ti.

you might get a little more by specifically building for Compute 3.5
we're a bit lazy with this ccminer, but you get binaries at least. Wink

some open source projects only dump source code and leave it
up to the users to build for themselves.

Christian
Jump to: