Last active
January 31, 2017 03:59
-
-
Save roycewilliams/628da176ee8c8520fe00 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
---------------------------------------------------------------------------------------------------- | |
Rough hashcat price/power/performance comparison | |
(based on descrypt (traditional DES) benchmarks, but useful for other hashes as well) | |
by Royce Williams (@tychotithonus) - 2015-06-21 | |
---------------------------------------------------------------------------------------------------- | |
Modern cards: | |
h/s (single) device US$ h/$/s h/€/s* Max W h/W/s Reference | |
------------ ----------- ----- ------ ------ ------ ------ ---------------------------- | |
? GTX 750 ? ? ? ? ? ? | |
27,682,900 GTX 750 Ti $160 173018 196474 70 395470 my test, hashcat 1.36 | |
81,200,000 GTX 970 SC $349 232665 264206 145 560000 my test, hashcat 1.36 | |
94,546,100 GTX 980 $549 172215 195562 165 573007 https://gist.github.com/epixoip/c0b92196a33b902ec5f3 | |
123,600,000 GTX 980 Ti $780 158462 179944 165 749091 atom in #hashcat 2015-06-21, 1.37 beta? | |
164,230,000 Titan X $1100 149300 169540 334 491707 https://gist.github.com/epixoip/63c2ad11baf7bbd57544 | |
? R9 Fury X $649 ? ? 275 ? ? | |
Historic cards (for reference - do not buy; prices are used): | |
h/s (single) device US$ h/$/s h/€/s* Max W h/W/s Reference | |
------------ ----------- ----- ------ ------ ------ ------ ---------------------------- | |
28,759,500 GTX 480 $180 162483 184510 250 115038 my test, hashcat 1.36 | |
108,400,000 R290 $279 388530 441202 263 412167 ? | |
98,218,600 R9 290X $349 281429 319581 215 548837 epixoip in #hashcat 2015-06-21, 1.37b, 14.9 drivers | |
168,000,000 R9 290X $349 481375 546634 215 781395 atom in #hashcat 2015-06-21, 1.37b, 15.5 drivers | |
* Euro number is based on 1.135566614 $/€, as of 2015-06-21 | |
---------------------------------------------------------------------------------------------------- | |
Notes: | |
- h/s values based on public published benchmarks, but source and version of hashcat varies; YMMV. | |
- See epixoip's gists for full benchmark results: https://gist.github.com/epixoip | |
- Where I use other people's benchmarks using multiple cards, I use average h/s across all cards. | |
Other recommendations: | |
- Watch local electricity costs. If you run long hashcat sessions, use power-efficient cards. | |
- I like the EVGA GTX 970 SC ACX 2.0 - for price, performance, power draw, and temp performance. | |
- But note this is a non-reference card; reference cards (usually single fan) are considered superior. | |
- The GTX 980 Ti is best for hash-per-watt, but two GTX 970s will outperform - for less hardware cost. | |
- You can put six 970s in one open-air chassis, and draw <1000W from the wall at full GPU load. | |
- Nvidia is better than AMD for overall driver management and reliability. | |
- All signs point to AMD collapsing as a GPU player. I wouldn't invest in their newer cards, either. | |
- Don't get a GTX 480, even at a good used price. They run *very* hot. | |
Spec refs: | |
GTX 750 Ti: http://www.geforce.com/hardware/desktop-gpus/geforce-gtx-750-ti/specifications | |
GTX 970: http://www.geforce.com/hardware/desktop-gpus/geforce-gtx-970/specifications | |
GTX 980: http://www.geforce.com/hardware/desktop-gpus/geforce-gtx-980/specifications | |
GTX 980 Ti: http://www.geforce.com/hardware/desktop-gpus/geforce-gtx-980-ti/specifications | |
TITAN X: http://www.geforce.com/hardware/desktop-gpus/geforce-gtx-titan-x/specifications | |
---------------------------------------------------------------------------------------------------- |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment