Please note, this is a STATIC archive of website hashcat.net from 08 Oct 2020, cach3.com does not collect or store any user information, there is no "phishing" involved.

hashcat Forum

Full Version: can't run multiple instances
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
running a hd5970 and i want the first gpu to do the first 0% to 50% of the keyspace and the second gpu to start from 50% to 100%

the error is:
ERROR: already an instance \oclHashcat-lite-0.08\oclHashcat-lite64.exe running on pid 5176

oclHashcat-lite64.exe -d 1 -m 1000 hash -1 ?l?d ?1?1?1?1?1?1?1?1 --pw-min 8 --pw-max 8 --pw-skip 0 --pw-limit 1410554953728

oclHashcat-lite64.exe -d 2 -m 1000 hash -1 ?l?d ?1?1?1?1?1?1?1?1 --pw-min 8 --pw-max 8 --pw-skip 1410554953728 --pw-limit 2821109907456

i recall being able to do this before with -d option but haven't done it awhile, so maybe i'm doing something wrong?
no its ok, but in this case you have to add the --session parameter and name it.
thx that worked