My GPU is not detected by hashcat
#1
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
#2
(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.
#3
No, it doesn't. -D selects the device type and 2 is for GPU. Also, for functional testing the workload factor is irrelevant.