Hash Benchmark Much Slower Than Expected
#1
Hi,

I am a newbie here, so please bear with me. After previewing this post I see the substitution for my Linux distribution and it made me chuckle. Any and all advice from people who know is awesome.

I recently got a GTX1060 and set up The-Distribution-Which-Does-Not-Handle-OpenCL-Well (Kali) Linux, then followed the instructions on here to get my drivers set up. If it's important, I am also dual-booting from a previous Windows install, followed these directions to get that set up.

When I run
Code:
hashcat -b
I get the following:

Code:
hashcat (pull/1273/head) starting in benchmark mode...

* Device #2: Not a native Intel OpenCL runtime. Expect massive speed loss.
            You can use --force to override, but do not report related errors.
OpenCL Platform #1: NVIDIA Corporation
======================================
* Device #1: GeForce GTX 1060 6GB, 1518/6072 MB allocatable, 10MCU

OpenCL Platform #2: The pocl project
====================================
* Device #2: pthread-Intel(R) Core(TM) i5-2500K CPU @ 3.30GHz, skipped.

Hashtype: MD4

Speed.Dev.#1.....:  9970.0 MH/s (67.28ms)

Hashtype: MD5

Speed.Dev.#1.....:  5768.2 MH/s (58.14ms)

Hashtype: Half MD5

Speed.Dev.#1.....:  3884.5 MH/s (86.35ms)

Hashtype: SHA1

Speed.Dev.#1.....:  2159.7 MH/s (77.65ms)

Hashtype: SHA-256

Speed.Dev.#1.....:   836.5 MH/s (50.11ms)

...

This differs significantly from what I found on this Hashcat Forum post, and I'm wondering if I've set something up wrong.

The command
Code:
clinfo | grep -i "icd loader"
shows the exact same loaders as the The-Distribution-Which-Does-Not-Handle-OpenCL-Well (The-Distribution-Which-Does-Not-Handle-OpenCL-Well (Kali)) NVIDIA Drivers Guide that I referenced above.

The command
Code:
nvidia-smi -i 0 -q
shows the attached GPU and clock speeds.

Code:
==============NVSMI LOG==============

Timestamp                           : Mon Oct  9 18:10:50 2017
Driver Version                      : 375.82

Attached GPUs                       : 1
GPU 0000:01:00.0
   Product Name                    : GeForce GTX 1060 6GB
   Product Brand                   : GeForce
   Display Mode                    : Enabled
   Display Active                  : Enabled
   Persistence Mode                : Disabled
   Accounting Mode                 : Disabled
   Accounting Mode Buffer Size     : 1920
   Driver Model
       Current                     : N/A
       Pending                     : N/A
   Serial Number                   : N/A

Code:
Max Clocks
       Graphics                    : 1974 MHz
       SM                          : 1974 MHz
       Memory                      : 4004 MHz
       Video                       : 1708 MHz

Any other output I can get to be more helpful? Thanks for any and all help. Excited to crack some hashes


Messages In This Thread
Hash Benchmark Much Slower Than Expected - by bpna - 10-10-2017, 12:14 AM