hashcat Forum
can't run multiple instances - Printable Version

+- hashcat Forum (https://hashcat.net/forum)
+-- Forum: Deprecated; Ancient Versions (https://hashcat.net/forum/forum-46.html)
+--- Forum: Very old oclHashcat-lite Support (https://hashcat.net/forum/forum-22.html)
+--- Thread: can't run multiple instances (/thread-685.html)



can't run multiple instances - forumhero - 11-28-2011

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?


RE: can't run multiple instances - atom - 11-28-2011

no its ok, but in this case you have to add the --session parameter and name it.


RE: can't run multiple instances - forumhero - 11-29-2011

thx that worked