Posts: 12
Threads: 4
Joined: Apr 2015
Code:
hashcat (v3.20) starting in benchmark mode...
* Device #2: Old CUDA chipset 3.0 detected, OpenCL performance is reduced.
For ideal hashcat performance on NVIDIA GPU you need Shader Model 5.0 or higher
nvmlDeviceGetFanSpeed(): Not Supported
OpenCL Platform #2: NVIDIA Corporation
======================================
* Device #2: GRID K520, 1009/4036 MB allocatable, 8MCU
I'm getting this message when I run the benchmark. Does this error have to do with the GPU itself (meaning I would have to change to a new physical GPU), with a driver, or something else? The driver version is 367.57.
Thanks.
Posts: 5,185
Threads: 230
Joined: Apr 2010
Yes, this GPU has very bad performance when it comes to crypto
Posts: 12
Threads: 4
Joined: Apr 2015
(12-02-2016, 07:30 PM)atom Wrote: Yes, this GPU has very bad performance when it comes to crypto
Well, that is unfortunate. Thanks for the info. Do you know of any other GPU instance on AWS that has good (or better) performance?
Posts: 5,185
Threads: 230
Joined: Apr 2010
Nope, there's no good AWS GPU. AWS GPU's are good for floating point operations (flops), not raw integer power. In crypto, we need raw integer power.
Posts: 12
Threads: 4
Joined: Apr 2015
(12-02-2016, 07:49 PM)atom Wrote: Nope, there's no good AWS GPU. AWS GPU's are good for floating point operations (flops), not raw integer power. In crypto, we need raw integer power.
Ok, thanks for the info.