Posts: 4
Threads: 2
Joined: Sep 2013
Hi!
I have two PCs, both with Nvidia GPUs so I was wondering is there some way to connect them together for cracking?
Posts: 76
Threads: 8
Joined: Feb 2013
Posts: 621
Threads: 57
Joined: May 2010
(09-26-2013, 01:18 AM)hari Wrote: Hi!
I have two PCs, both with Nvidia GPUs so I was wondering is there some way to connect them together for cracking?
Yes but it is neither cheap or easy:
http://hashcat.net/wiki/doku.php?id=vcl_cluster_howto
Posts: 4
Threads: 2
Joined: Sep 2013
Posts: 2,936
Threads: 12
Joined: May 2012
vcl wouldn't work though, because hashcat does not supply any nvidia opencl kernels
Posts: 36
Threads: 5
Joined: Mar 2013
If you are proficient in programming you can write a little something that distributes hashlists and work (dictionaries/masks). I'm running a python script that connects to [server], downloads hashlist and runs assigned work, reports back and repeat.
Posts: 621
Threads: 57
Joined: May 2010
(09-26-2013, 07:46 PM)epixoip Wrote: vcl wouldn't work though, because hashcat does not supply any nvidia opencl kernels
Yes, I completely forgot about that.