hashcat Forum
Help with gpu - 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: Help with gpu (/thread-12447.html)

Pages: 1 2


Help with gpu - Crypttoad301 - 01-02-2025

I have two instances running each with 8 h100 gpus one thou is doing way better cant figure out why
How could i change the accell to match the quicker one


RE: Help with gpu - TheBogeyman - 01-02-2025

(01-02-2025, 09:58 AM)Crypttoad301 Wrote: I have two instances running each with 8 h100 gpus one thou is doing way better cant figure out why
How could i change the accell to match the quicker one

What is hash you are trying to crack,, I mean hash mode


RE: Help with gpu - Crypttoad301 - 01-02-2025

(01-02-2025, 10:20 AM)TheBogeyman Wrote:
(01-02-2025, 09:58 AM)Crypttoad301 Wrote: I have two instances running each with 8 h100 gpus one thou is doing way better cant figure out why
How could i change the accell to match the quicker one

What is hash you are trying to crack,, I mean hash mode

11300 on both same wallet file on each


RE: Help with gpu - Crypttoad301 - 01-02-2025

What im trying to figure out is how the accell is so much greater in the first application


RE: Help with gpu - TheBogeyman - 01-02-2025

(01-02-2025, 05:48 PM)Crypttoad301 Wrote: What im trying to figure out is how the accell is so much greater in the first application

I think that you can be happy with the speed for this hash type. In my opinion it is quite high,.. If you run benchamrk hashcat -b -m 11300 -O how much speed do you get?


RE: Help with gpu - Crypttoad301 - 01-02-2025

(01-02-2025, 06:00 PM)TheBogeyman Wrote:
(01-02-2025, 05:48 PM)Crypttoad301 Wrote: What im trying to figure out is how the accell is so much greater in the first application

I think that you can be happy with the speed for this hash type. In my opinion it is quite high,.. If you run benchamrk hashcat -b -m 11300 -O how much speed do you get?

I dont understand why the second instance configured same way is only half of that


RE: Help with gpu - slyexe - 01-04-2025

(01-02-2025, 07:11 PM)Crypttoad301 Wrote: I dont understand why the second instance configured same way is only half of that

You are apply more work to one attack than the other. In the first instance you have a wordlist with rules, in the second instance you are strictly using a wordlist. 

Check out the FAQ
https://hashcat.net/wiki/doku.php?id=frequently_asked_questions#how_to_create_more_work_for_full_speed


RE: Help with gpu - Crypttoad301 - 01-04-2025

But the one with rules shouldnt be faster


RE: Help with gpu - Crypttoad301 - 01-04-2025

And same exact thing on other instance is 290 kh on lther its 790 kh


RE: Help with gpu - TheBogeyman - 01-04-2025

Wordlist which is aprox 85GB large with rule behaves differently than dictionary only with aprox 170GB. Also you have all on risers, bandwidth might be a problem. 
Just speculating, or maybe alfo hashcat decides wordlist to chunks and first iretirates chunk with rulle and if not found, sends another chunk to GK. 
With wordlist only, chunks are split. Maybe wordlist is faster but riser might be problem. 

At this point devs might help to answer.