Bitcoin Stack Alternate is a query and reply website for Bitcoin crypto-currency lovers. It solely takes a minute to enroll.
Anyone can ask a query
Anyone can reply
The perfect solutions are voted up and rise to the highest
Requested
Seen
3k occasions
i’m not actually a pc programmer, however i need to get my personal key from my pockets.dat, i’ve simply the pockets.dat file and the general public tackle the place the bitcion was ship. From my earlier researches, i used to be informed brute power the pockets is sweet to make use of, like i stated i received simply the pockets.dat file, however whereas making an attempt to see on how i may proceed with the brute power course of, it requires a hastcat and a grasp key whereas i’ve simply the .dat file.
my query are
-
how do i get the hashcat? is there a website i’ll go and putin some specific phrase to have the ability to get the hashcat? if sure which phrase?
-
how do i get the grasp key as nicely since i’ve simply the pockets.dat and the tackle through which the bitcoin was ship to
2
To bruteforce a pockets.dat file you would want to observe these steps.
- Set up python from python.org
- Obtain john the ripper from github
- run the script bitcoin2john.py to extract the hash
- get hashcat from hashcat.web
With hashcat you may search your entire house of numbers of your alternative utilizing a masks ?d?d?d?d?d?d and increment.
Your hashcat command would seem like: hashcat -m 11300 wallethash.txt -a 3 ?d?d?d?d?d?d?d –increment and many others would work
As soon as the password is discovered you need to use it to export the personal key from core.
(From one other subject, however i might help you you probably have query)
2
In case you are utilizing Bitcoin Core:
1 – Go to window > console
2 – Kind listunspent
3 – You’re going to get a listing of addresses with the spendable quantity
4 – Copy a kind of addresses
5 – Kind dumpprivkey pasteYourAddressHere
1