multi GPU over the LAN - Printable Version +- hashcat Forum (https://hashcat.net/forum) +-- Forum: Deprecated; Previous versions (https://hashcat.net/forum/forum-29.html) +--- Forum: Old oclHashcat Support (https://hashcat.net/forum/forum-38.html) +--- Thread: multi GPU over the LAN (/thread-4231.html) |
multi GPU over the LAN - bobva - 03-30-2015 i have 2 computer with 2 card (1 - gtx980 2-gtx970) the computer connect with a lan. can i run the hashcat in the first computer and a agent in the other computer? bob RE: multi GPU over the LAN - skillskills - 03-30-2015 There is software called Hashtopus that would allow you to manage the distribution and load of the clients. This requires a SQL and php enabled webserver. However oclHashcat has a option to skip sections built into it check out: http://hashcat.net/wiki/doku.php?id=oclhashcat * Distributed: -s, --skip=NUM skip number of words -l, --limit=NUM limit number of words --keyspace show keyspace base:mod values and quit You should be able to give half to PC one and PC2 RE: multi GPU over the LAN - bobva - 03-31-2015 how i "split" the work? how many words have in one work? bob (03-30-2015, 04:42 PM)skillskills Wrote: There is software called Hashtopus that would allow you to manage the distribution and load of the clients. RE: multi GPU over the LAN - devMatt - 03-31-2015 you can also generate all combination of your mask up to some point and start checking manually or write script ex you have a mask ?u?u?u?u?u?u predefine first two like A?u?u?u?u?u, B?u?u?u?u?u etc... and run them on different machines RE: multi GPU over the LAN - Alphadan - 04-04-2015 Try hastopus its really great im using it, deploy a local xampp and u are done. RE: multi GPU over the LAN - kartan - 04-06-2015 See FAQ http://hashcat.net/wiki/doku.php?id=frequently_asked_questions#how_can_i_distribute_the_work_on_different_computersnodes |