So I'm dumb and lost my ETH password
#18
Because I'm getting error with allocated memory as soon as I try the -D 2 instead of -D 1. Seems like it doesn't love my gpu, on the 3 machine I tried it.
I tried the -n 1 option as suggested, but it told it was out of date. Tried to force it but it didn't work, as when I do, it gives back the error about allocated memory and the need to try -n 1. Might be writting the command wrong.

hashcat64.exe -a 3 -m 15700 -w 1 --scrypt-tmto 1 --force -n 1 -D 2 hash.hash SomePassword?a?a?a -o cracked.txt

Code:
hashcat (v3.6.0) starting...

* Device #1: Intel's OpenCL runtime (GPU only) is currently broken.
            We are waiting for updated OpenCL drivers from Intel.
            You can use --force to override, but do not report related errors.
* Device #3: WARNING! Kernel exec timeout is not disabled.
            This may cause "CL_OUT_OF_RESOURCES" or related errors.
            To disable the timeout, see: https://hashcat.net/q/timeoutpatch
OpenCL Platform #1: Intel(R) Corporation
========================================
* Device #1: Intel(R) HD Graphics 4600, skipped.
* Device #2: Intel(R) Core(TM) i7-4790K CPU @ 4.00GHz, skipped.

OpenCL Platform #2: NVIDIA Corporation
======================================
* Device #3: GeForce GTX 980 Ti, 1536/6144 MB allocatable, 22MCU

Hashes: 1 digests; 1 unique digests, 1 unique salts
Bitmaps: 16 bits, 65536 entries, 0x0000ffff mask, 262144 bytes, 5/13 rotates

Applicable optimizers:
* Zero-Byte
* Single-Hash
* Single-Salt
* Brute-Force

Watchdog: Temperature abort trigger set to 90c
Watchdog: Temperature retain trigger set to 75c

Increasing single-block device memory allocatable for --scrypt-tmto 1.
Cannot allocate enough device memory. Perhaps retry with -n 1.

Started: Wed Aug 09 05:37:18 2017
Stopped: Wed Aug 09 05:37:19 2017

C:\Users\Dumb\Desktop\hashcat-3.6.0>pause


I just looked at the wiki for the various option that were used. -w 1 was causing slowdown on the 4790k. moving it to -w 2 and I'm getting 12-14 h/s.
The gpu still won't work on my 3 pc and mining rig.

Code:
C:\Users\Miner 1\Desktop\hashcat-3.6.0>hashcat64.exe -a 3 -m 15700 -w 2 --scrypt-tmto 1 -n 1 -D 2 --force hash.hash Otherpass?a?a?a -o cracked.txt
hashcat (v3.6.0) starting...

OpenCL Platform #1: Intel(R) Corporation
========================================
* Device #1: Intel(R) Celeron(R) CPU G3930 @ 2.90GHz, skipped.

OpenCL Platform #2: NVIDIA Corporation
======================================
* Device #2: GeForce GTX 1070, 2048/8192 MB allocatable, 15MCU
* Device #3: GeForce GTX 1070, 2048/8192 MB allocatable, 15MCU
* Device #4: GeForce GTX 1070, 2048/8192 MB allocatable, 15MCU
* Device #5: GeForce GTX 1070, 2048/8192 MB allocatable, 15MCU
* Device #6: GeForce GTX 1070, 2048/8192 MB allocatable, 15MCU
* Device #7: GeForce GTX 1070, 2048/8192 MB allocatable, 15MCU

Hashes: 1 digests; 1 unique digests, 1 unique salts
Bitmaps: 16 bits, 65536 entries, 0x0000ffff mask, 262144 bytes, 5/13 rotates

Applicable optimizers:
* Zero-Byte
* Single-Hash
* Single-Salt
* Brute-Force

Watchdog: Temperature abort trigger set to 90c
Watchdog: Temperature retain trigger set to 75c

Increasing single-block device memory allocatable for --scrypt-tmto 1.
Cannot allocate enough device memory. Perhaps retry with -n 1.

Started: Wed Aug 09 02:55:30 2017
Stopped: Wed Aug 09 02:55:33 2017

C:\Users\Miner 1\Desktop\hashcat-3.6.0>pause
Press any key to continue . . .


In the similar post you helped with : https://hashcat.net/forum/thread-6648-page-2.html

The guy says it worked with 3.6 clean build (which I use) and moving openCL file. What are those needed files?


Messages In This Thread
RE: So I'm dumb and lost my ETH password - by DumberThanDumb - 08-09-2017, 11:38 AM