What is the most important parts of the video card in Bitcoin mining?

1

For example, obviously it doesn't matter what type of adapters a video card offers when it comes to Bitcoin mining? Is the GPU speed or the amount of RAM the most important part in terms of megahashes per second?

Celeritas

Posted 2013-06-03T20:48:56.660

Reputation: 859

Number of cores > Clock speed > Instruction set that's good for SHA256 > Latency to CPU. Memory basically doesn't matter.Nick ODell 2013-06-04T00:09:47.003

@NickODell so number of cores or number of GPUs a video card has is the most important?Celeritas 2013-06-04T03:29:48.090

@NickODell: I mean, it's not terribly relevant today, but do you remember why this was closed as "too localized"?Murch 2016-03-17T15:19:10.560

@Murch Don't recall. General disdain towards mining questions?Nick ODell 2016-03-17T15:19:48.583

Answers

1

SHA256 does not require much, but if you intend to use it for scrypt mining too, it's said that memory is most important, i.e. speed and size.

metatron

Posted 2013-06-03T20:48:56.660

Reputation: 41

So scrypt mining is fore litecoin right?Celeritas 2013-06-04T17:25:02.060

Yes, that's right.Steven Roose 2013-06-05T16:40:41.777

1

The GPU speed when hashing SHA256 is the most important requirement. A good graphics card for mining this are usually ATI brand cards as these work by using a massive array of parallel shaders.

Nvidia cards generally perform with a higher floating point performance but achieve this via different means which dont perform as well against SHA256

Other hash types such as scrypt that Litecoin uses has some requirement for memory also, native clock speed is generally the defining factor on performance though.

MaxSan

Posted 2013-06-03T20:48:56.660

Reputation: 3 680

What about the new Titans by Nvidia? Since they have more CUDAs does that mean they are better fit for bitcoin mining?Celeritas 2013-06-05T17:07:20.440

By first glance technically speaking it should perform as well as a 7970 for mining but OpenCL seems better optimized than CUDA for mining process, its hard to tell on paper we need a benchmark review.MaxSan 2013-06-06T09:56:46.157