Skip to content

Instantly share code, notes, and snippets.

@roycewilliams
Last active February 15, 2016 15:13
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save roycewilliams/5e072154ed75e351a943 to your computer and use it in GitHub Desktop.
Save roycewilliams/5e072154ed75e351a943 to your computer and use it in GitHub Desktop.
# Default device set (all)
$ ./oclHashcat64.bin -b -m 0
oclHashcat v2.01 (geaf7a7c) starting in benchmark-mode...
Device #1: GeForce GTX 750 Ti, 511/2047 MB allocatable, 1137Mhz, 5MCU
Device #2: GeForce GTX 480, 383/1534 MB allocatable, 1401Mhz, 15MCU
Hashtype: MD5
Device #1: autotuned kernel-accel to 768
Device #1: autotuned kernel-loops to 512
Device #2: autotuned kernel-accel to 768
Device #2: autotuned kernel-loops to 200
Speed.Dev.#1.: 3551.6 MH/s (35.32ms)
Speed.Dev.#2.: 0 H/s (0.00ms)
Speed.Dev.#*.: 3551.6 MH/s
Started: Mon Feb 15 06:09:12 2016
Stopped: Mon Feb 15 06:09:17 2016
# Forcing the GTX 480
$ ./oclHashcat64.bin -b -m 0 -d 2
oclHashcat v2.01 (geaf7a7c) starting in benchmark-mode...
Device #1: GeForce GTX 750 Ti, skipped
Device #2: GeForce GTX 480, 383/1534 MB allocatable, 1401Mhz, 15MCU
Hashtype: MD5
Device #2: autotuned kernel-accel to 768
Device #2: autotuned kernel-loops to 200
Speed.Dev.#2.: 1696.2 MH/s (86.61ms)
Started: Mon Feb 15 06:12:12 2016
Stopped: Mon Feb 15 06:12:16 2016
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment