GPU mining equation?

-1

Is there an equation that estimate the hashing rate of a GPU from its specs: cores, clock, ... ?

I need this because the hardware comparison list is not complete and I am considering buying a new video card. There are cards in the market that are not in the list.

M.Sameer

Posted 2013-06-25T13:28:31.437

Reputation: 219

Answers

2

Not really. In the question What is better for Bitcoin mining: More stream processors or faster clock? it is suggested that for an AMD GPU core it can be calculated as Cores*MHz*300. This is most likely only somewhat of an estimate, and I can't imagine it works on non-AMD GPUs.

Honestly though, FPGAs and ASICs are going to be taking over any day now, if they haven't done so already. If you are going to pursue mining with a GPU, your best bet is going to be going with a card that you can find info on. If a card isn't listed anywhere, there's probably a reason for it.

Also, according to ATI OpenCL V.S. NVidia Cuda Cores AMD cards are generally better. In the accepted answer a quote from the bitcoin wiki calculates performance as the number of ALU's times the clock speed so you could try using that.

7anner

Posted 2013-06-25T13:28:31.437

Reputation: 327