-Stdout Option Failure
#5
(01-05-2021, 11:02 PM)undeath Wrote: That's exactly the reason why mining rigs have never been recommended for running hashcat. hashcat needs a bit of ram (as much as it needs vram), especially for the more heavy algorithms.

Does that specific mode take up that much RAM?

I'm successfully runningĀ 
Code:
sudo hashcat -a 3 -O -w 4 -m 6211 TC --custom-charset1 000000 --custom-charset2 XXzxxXx --custom-charset3 Xxxxxxx0 ?1?1?1?1?1?1?1?2?2?3?3?3?3?3?3?3 -i --increment-min=15 --increment-max=16

But this is still going to take ~30 days on the mining rig, but it runs without any problem. This is technically more intensive then me trying to set the other way and use a dictionary word for the first 9 digits then guess the remaining 6.

I am just missing something else? is there another way to utilize all of the GPUs while using the wordlist (10 or so words) + a custom charset?

* just for the record I removed the actual characters I'm using for my charset with X's and 0's
Reply


Messages In This Thread
-Stdout Option Failure - by Alpha7 - 01-05-2021, 06:31 PM
RE: -Stdout Option Failure - by undeath - 01-05-2021, 07:41 PM
RE: -Stdout Option Failure - by Alpha7 - 01-05-2021, 08:45 PM
RE: -Stdout Option Failure - by undeath - 01-05-2021, 11:02 PM
RE: -Stdout Option Failure - by Alpha7 - 01-06-2021, 12:59 AM
RE: -Stdout Option Failure - by undeath - 01-06-2021, 03:27 PM