New to hashcat and unknown issue
#1
having a problem, and solved everything else, except for this one
I have made wallethash text in notepad++
there are no extra characters and no spaces at end.
I did not my hash is shorter then some videos I watched.
I did verify wallet.dat online as well with same result and then checked hash online and it was identified as Bitcoin Wallet
$bitcoin$64$16f32e8ac625bd85062124bdee0276b74795a535d299118559560cf2f15d332e$16$656dc3e22ca1a711$131578$2$00$2$00

C:\Users\David_Windows_10\Desktop\Bitcoin\hashcat>hashcat64.exe -a 3 -m 11300 wallethash.txt ?a?a?a?a?a?a?a?a?a?a?a?a?a
hashcat (v4.1.0) starting...

OpenCL Platform #1: NVIDIA Corporation
======================================
* Device #1: GeForce GTX 1080, 2048/8192 MB allocatable, 20MCU

Hashfile 'wallethash.txt' on line 1 ($bitco...56dc3e22ca1a711$131578$2$00$2$00): Line-length exception
No hashes loaded.

Started: Thu Sep 17 17:57:28 2020
Stopped: Thu Sep 17 17:57:28 2020
Reply
#2
you always need to check if you use the latest version of the tools you use before reporting any problems:

https://hashcat.net/hashcat

hint: version 4.1.0 is several years old, why do you even think about using such outdated versions ?
Reply
#3
thank you for the help, on latest version and now sort of runs

C:\Users\David_Windows_10\Desktop\Bitcoin\hashcat6>hashcat.exe -a 3 -m 11300 wallethash.txt ?a?a?a?a?a?a?a?a?a?a?a?a?a
hashcat (v6.1.1) starting...

CUDA API (CUDA 11.0)
====================
* Device #1: GeForce GTX 1080, 7213/8192 MB, 20MCU

OpenCL API (OpenCL 1.2 CUDA 11.0.197) - Platform #1 [NVIDIA Corporation]
========================================================================
* Device #2: GeForce GTX 1080, skipped

Minimum password length supported by kernel: 0
Maximum password length supported by kernel: 256

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

Applicable optimizers applied:
* Zero-Byte
* Single-Hash
* Single-Salt
* Brute-Force
* Slow-Hash-SIMD-LOOP
* Uses-64-Bit

Watchdog: Temperature abort trigger set to 90c

Host memory required for this attack: 415 MB

Integer overflow detected in keyspace of mask: ?a?a?a?a?a?a?a?a?a?a?a?a?a

Started: Fri Sep 18 06:15:19 2020
Stopped: Fri Sep 18 06:15:36 2020
Reply
#4
Your mask it too large and it's literally impossible to crack the password with that mask.
Reply
#5
I need to build a list, i know it is less than 13 characters, no numbers, capital and lowercase with special characters.
definately has the t n o i k in the password
definately english from USA
Reply