hashcat Forum
My GPU is not detected by hashcat - 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: My GPU is not detected by hashcat (/thread-7665.html)



My GPU is not detected by hashcat - Sublimez - 07-16-2018

I'm trying to run hashcat 4.1.0 on my gtx 1080 ti (newest driver) but hashcat cant seem to find the GPU and is instead running off of my CPU


This is the command line im running:
hashcat64.exe -a 0 -m 0 -w 2 --potfile-disable -p : outfile-format=3 -g 1000000 "C:\GUI_HASHCAT\example0.hash" "C:\GUI_HASHCAT\wordlists\rockyou.txt" -D 2

Pic of result: https://gyazo.com/938a2aae792c1d529e1eb46b5d0965a0


RE: My GPU is not detected by hashcat - Flomac - 07-16-2018

(07-16-2018, 03:02 AM)Sublimez Wrote: This is the command line im running:
hashcat64.exe -a 0 -m 0 -w 2 --potfile-disable -p : outfile-format=3 -g 1000000 "C:\GUI_HASHCAT\example0.hash" "C:\GUI_HASHCAT\wordlists\rockyou.txt" -D 2

This indicates to use the second device, hence the CPU. Remove it and try again. Also change to -w 4.


RE: My GPU is not detected by hashcat - undeath - 07-16-2018

No, it doesn't. -D selects the device type and 2 is for GPU. Also, for functional testing the workload factor is irrelevant.