Thread Rating:
  • 0 Votes - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Looking for help on "gpu-accel" param
01-31-2011, 11:34 PM
Post: #1
Looking for help on "gpu-accel" param
Hi,

I use cudaHashcat+64, thanks for this awesome work.

I need help on the gpu-accel / workload tuning.
Help says :
Quote:scales best if you choose the number of SP per SM
NVidia = 8

What does it mean ? I have :

Quote:Platform: NVidia compatible platform found
Device #1: GeForce 8400 GS, 239MB, 1400Mhz, 1MCU
Device #1: Kernel ./kernels/4318/m1000.sm_11.64.cubin

I tried n=8, it was slow, I tried n=256 it was faster.. How many is the best ? I run the programm only overnight, so I do not need the graphic display (my screen is off).

I also saw "--gpu-loops 1000" in your posts, must I use this ? Which number ?

My use is to run it on md5/ntlm/sha1/mysql hashes overnight, with a dict and "d3ad0ne" rules.

Thanks for help.
Find all posts by this user
02-01-2011, 08:04 AM
Post: #2
RE: Looking for help on "gpu-accel" param
Fastest mode is -n 320 --gpu-loops 1000/1024 .
Find all posts by this user
02-01-2011, 09:28 PM (This post was last modified: 02-01-2011 11:58 PM by jAm.)
Post: #3
RE: Looking for help on "gpu-accel" param
OK, thank you !

I got :
Quote:max --gpu-loops 512 in this --mode

-m is MD5.

Why ?
Find all posts by this user