Multiple instances - Printable Version +- hashcat Forum (https://hashcat.net/forum) +-- Forum: Support (https://hashcat.net/forum/forum-3.html) +--- Forum: hashcat (https://hashcat.net/forum/forum-45.html) +--- Thread: Multiple instances (/thread-11557.html) |
Multiple instances - Atlantis - 08-12-2023 Is it possible to run a couple hashcats simultaneously, for example, for cpu and for gpu, or 2 for gpu? RE: Multiple instances - marc1n - 08-12-2023 Yes but you have to use hashtopolis server for it https://github.com/hashtopolis/server RE: Multiple instances - b8vr - 08-13-2023 (08-12-2023, 04:25 PM)Atlantis Wrote: Is it possible to run a couple hashcats simultaneously, for example, for cpu and for gpu, or 2 for gpu? Do you mean running different jobs on the same computer? In that case use --session <sessionname>. If you want to run a job using both gpu and cpu, you can use -D 1,2 or -D 1 for cpu only. -D 2 is default, gpu only. If you have more than one gpu, on the same machine, you can also use -d to decide which gpu to use. See also hashcat --help. RE: Multiple instances - Atlantis - 08-14-2023 (08-13-2023, 11:27 AM)b8vr Wrote:Thanks a lot, man! That's what I really needed - two simultaneous runs on one gpu to check a couple ideas in parallel )(08-12-2023, 04:25 PM)Atlantis Wrote: Is it possible to run a couple hashcats simultaneously, for example, for cpu and for gpu, or 2 for gpu? RE: Multiple instances - Snoopy - 08-14-2023 be aware that two simultaneous runs on one gpu will slow down both attacks massivly |