Can I get this workload to use four gpus?
#2
Just start one instance per GPU using one word each like:

Code:
./cudaHashcat64.bin -d 1 -a 3 -m 11600 -o wedidit.txt --session=one -w 3 -i outfile.hash word1?a?a?a?a
...
./cudaHashcat64.bin -d 4 -a 3 -m 11600 -o wedidit.txt --session=four -w 3 -i outfile.hash word4?a?a?a?a

Notice the difference at the level of -d, --session and the mask.


Messages In This Thread
RE: Can I get this workload to use four gpus? - by mastercracker - 08-03-2015, 03:49 AM