Another 40Kh/s than my CPU and 40W more on the power draw, not great but it's openCL on a nVidia GPU Little bit more consistent going solo, pool diff jumps around too much and causes more rejects than CPU mining. I'll stick with CPU now but I'll look forward to a CUDA port!
Post
Topic
BoardMining (Altcoins)
Re: [ANN] cudaMiner & ccMiner CUDA based mining applications [Windows/Linux/MacOSX]
850watt psu for 2 gtx980 and 1 780ti doable ? (with a i7-3770 which doesn't use lots of power)
Yes 165Watt x 2 = 330 watt for 2 980 + 250 watt 780ti = 580 watt .
plus the cpu and the rest of the system, adding to roughly 110W (to be safe), allow for gpu self and manual overclocking, 40w
total = 730w 850w @ 90% eff = 765w (psu efficiency often gets lower the closer to maximum you get)
~spare = 35w
just be careful djm, it may be a good idea to put a kill-a-watt meter on the system if you have one, then add one 980, then another and just see how close they get running some benchmarks each time
Just a FYI on the eff value, that value isn't the output from the PSU into the case, it's how efficient the PSU is at converting AC -> DC and thus it's draw from the wall. Your 850W PSU is rated at 850W and will always output that for the components into the case if needed but it would then pull ~935W from the wall. That being said I always build a ~10% safe value into my builds anyway so I'm not running the PSU at 100% all the time and, as bigjme pointed out, the closer to 100% load the lower the efficiency gets. PSU manufacturers should post their curves online somewhere to let you target the bet place to keep your PSU load wise as well.
You only need the toolkit if you want to compile. Not for normal use.
Thx... but when I try to use it, it says it can't find the drivers; Regular ccminer works perfectly.
Make sure you are running a version >=340.52 of the nVidia drivers. Latest compiled versions of most miners require it now since the authors are ditching CUDA 5.5.
Post
Topic
BoardMining (Altcoins)
Re: [ANN] cudaMiner & ccMiner CUDA based mining applications [Windows/Linux/MacOSX]
Then will go on and purchase a better CPU. Any CPU in particular you recommend?
I've got a dual-core Athlon in a similar 990 board, and my 750 Ti still produce slightly less hashrate than the same cards in z87 rigs with dual-core Pentium G3xxx, so you want at least a dual-core Athlon working @ ~3 GHz. If you'll find a cheap Phenom x2 (a lot of them have the 3rd or/and 4th core stable, so they can be unlocked and become a triple-/quad-core), or Athlon x3/x4, that would be even better. I suppose what matters here is that you need to have at least 2 cores and you need something around 3+ GHz (for AMD cpus). Not sure about the cache requirements, so better be safe I guess and look for Phenoms first.
Yea, or just go for it and pickup a couple of 12 core XEONs and be done with it.
Yeah eventually I could use it for something else afterwards. BTW using the -d flag to run only one card gave me the same hash. No changes there. You still think this is a CPU pb?
OC the card and increase the TDP 38.5w limitation to avoid miner going crazy once in a while.
Thanks for the recommendation. However, I do not want to OC the card. It usually introduces new problems which for now I want to avoid.
I mentioned this a couple pages back but didn't see a reply, I think the issue you are running into is because you are comparing hashrates from overclocked (stock or by the user) to your 'vanilla' 750Ti's. I have 3x EVGA 750Ti's and the rates I get from them non-OC'd are exactly what you are getting right now. However, raising the TDP and overclocking them to +142 core/+528 mem gets me the hashrates (sometimes a bit better) than what is generally quoted. Stock OC'd cards are in the range of +100 core out of the box so that explains why some people with "stock cards" are getting better rates than you are.
If anyone is running a stock 750Ti with reference clocks and getting ~2.7MHs on X11 I'd love to see it
Post
Topic
BoardMining (Altcoins)
Re: [ANN] cudaMiner & ccMiner CUDA based mining applications [Windows/Linux/MacOSX]
BTW anyone could help me find out why I am getting 7 Mh instead 7.8 for dmd-gr. I get the same results with ccminer or nvminer.
No one?
I actually purchased 2 other 750Ti but from a different brand (Gigabyte) to see if that would be the issue. I still get 7Mh on dmd-gr.
Any help would be appreciated.
Can't be sure but you might be comparing 'stock' 750Ti's with versions that are coming pre-overclocked like the EVGA 750Ti SC. My stock 750Ti's only get 6.9-7MH's on DMD but when I overclock them to +160/+204 I get ~7.8MH's on them. So if you want those numbers you need to overclock your cards
Post
Topic
BoardMining (Altcoins)
Re: [ANN] cudaMiner & ccMiner CUDA based mining applications [Windows/Linux/MacOSX]
At the end of the day, does it even really matter?
My Gigabyte have been rock solids so far. (5x) The only things I would consider a 750ti without 6-pins connector. With five GPU I don't have any more 6-pins or molex connector I can safely use.
I was thinking of getting something without the 6 pins, but my X58 mobo doesn't really have any supplementary power for the PCI-X slots, would this matter at all? If running 3/4 cards?
I've got 3x EVGA 750Ti's on my X58 (no risers) with the TDP unlocked, +12mv, +151 GPU clock and the board is rock solid. I'm not doing scrypt/nscrypt though and haven't tested long term with it, short term it works and there is no burning smell
Post
Topic
BoardMining (Altcoins)
Re: [ANN] cudaMiner & ccMiner CUDA based mining applications [Windows/Linux/MacOSX]
Interesting development or not? I know nothing about FPGAs, except that they're the third step in the mining device chain, if I'm not mistaken (CPU -> GPU -> FPGA -> ASIC).
I'm not sure it will effect the mining community too much. This is going to be big news for places doing any sort of virtualization, especially network layer. Hardware network gear makes heavy use of FPGAs/ASICs to handle the majority of the routing/switching that goes on in the platform and the CPU is really just there to observe things. VMWare (maybe others...we're a VMWare shop) came out with NSX that handles a lot of networking in software, it's really flexible but it means the CPU on each server is having to handle those route/switch operations. If you could off-load that work to a FPGA you get back CPU time and can start getting into the 40-100GB+ realm with decent latency.
You might also see them used to handle crypto needs for things like SSL/password hashing/other offload needs. CPU time is still the reason some people are using RC4 when dealing with SSL or SHA1+salt hashing passwords stored in a DB. A general purpose device that could accelerate all those operations, allow for stronger algorithms AND reduce CPU overhead is a win for all parties.