Bitcoin Forum

Bitcoin => Electrum => Topic started by: Slajke on June 16, 2023, 11:50:06 AM



Title: Recover wallet with just wallet.dat file
Post by: Slajke on June 16, 2023, 11:50:06 AM
So basically only thing I have is wallet.dat folder without seed or password
Is there a way to get password just with wallet.dat
When I restore Electrum with wallet.dat I got my balance and everything but I cant send because I dont have password.


Title: Re: Recover wallet with just wallet.dat file
Post by: Charles-Tim on June 16, 2023, 11:56:09 AM
Wallet.dat is for Bitcoin Core. Electrum wallet is in different format.


You need the password to spend from the wallet. I mean your old password.

Maybe BTCrecover (https://btcrecover.readthedocs.io/en/latest/) can be helpful. It will be helpful if your password is 5 characters or less, or the characters you forget is not more than 5.


Title: Re: Recover wallet with just wallet.dat file
Post by: BitcoinGirl.Club on June 16, 2023, 12:00:14 PM
So basically only thing I have is wallet.dat folder without seed or password
Without seed you have only the watch only wallet. You can not spend the coin. There are people online most likely scammers, they sell wallet files in exchange of bitcoin I don't know how lucrative the business is but may be it works to trick people and they make money from it or we would not see them to invest their time in it.

How did you get the file?


Title: Re: Recover wallet with just wallet.dat file
Post by: Slajke on June 16, 2023, 12:06:10 PM
So basically only thing I have is wallet.dat folder without seed or password
Without seed you have only the watch only wallet. You can not spend the coin. There are people online most likely scammers, they sell wallet files in exchange of bitcoin I don't know how lucrative the business is but may be it works to trick people and they make money from it or we would not see them to invest their time in it.

How did you get the file?

Yeah sorry my bad its not wallet.dat its just default_wallet file here is the picture: https://ibb.co/sQQhC6y


Title: Re: Recover wallet with just wallet.dat file
Post by: hosseinimr93 on June 16, 2023, 12:15:51 PM
Yeah sorry my bad its not wallet.dat its just default_wallet file
So, it's electrum wallet file and since you don't have the seed phrase, you must know the password to be able to spend fund from your wallet.
If the password is simple and you have some idea about that, you may be able to brute-force the password. If you haven't created the wallet yourself and you have purchased that, you have been scammed and I recommend you to not waste your time.


Title: Re: Recover wallet with just wallet.dat file
Post by: Slajke on June 16, 2023, 12:16:59 PM
Wallet is mine I just dont remember password hahahaha


Title: Re: Recover wallet with just wallet.dat file
Post by: Charles-Tim on June 16, 2023, 12:19:09 PM
Without seed you have only the watch only wallet. You can not spend the coin.
I think it is an encrypted Electrum file that its seed phrase and password are encrypted, so he needs the password to be able to spend on the wallet as the file contains the seed phrase and password, but encrypted.

One of the best way is to backup seed phrase which can be used instead to access your coins easily.


Title: Re: Recover wallet with just wallet.dat file
Post by: Z-tight on June 16, 2023, 01:12:27 PM
Wallet is mine I just dont remember password hahahaha
Didn't you back up your seed phrase and password when you created the wallet? If you can get to either of them you'll be able to spend the funds in the wallet. It is a must to back up the seed phrase to your funds in more than one secure location, that way you will eliminate an event of a single point of failure and always have access to your funds. If the password you used is something you can remember, take your time and keep trying, you may get it.


Title: Re: Recover wallet with just wallet.dat file
Post by: BitcoinGirl.Club on June 16, 2023, 02:06:48 PM
Without seed you have only the watch only wallet. You can not spend the coin.
I think it is an encrypted Electrum file that its seed phrase and password are encrypted, so he needs the password to be able to spend on the wallet as the file contains the seed phrase and password, but encrypted.
I see from the image it's an Electrum wallet file so yes you are correct, it must be encrypted.

Wallet is mine I just dont remember password hahahaha
I got it. It's just there are many people who ask help and later we learn that the files were bought or received it some how illegal way.

Did you say that you can open the wallet without the password? With the Electrum file, as far as I know, you can not even open the file if it's password protected. I will suggest the same as hosseinimr93, your best shot is to brute-force the password.


Title: Re: Recover wallet with just wallet.dat file
Post by: nc50lc on June 16, 2023, 02:21:14 PM
Wallet is mine I just dont remember password hahahaha
Electrum wallet files can be bruteforced with BTCRecover, in exception to imported wallet with secrets-only encryption.
If it's fully encrypted (wont open without a password), then it may be compatible.

The thing is, you need to provide "tokens" that you think is part of the password.
Without any idea on the possible password or at least a significant part of it, the chance to successfully bruteforce it is extremely low to none.

If you're good at following instructions, its documentation already has the necessary steps on how to set it up.
Here's the link to the source (has tutorials): https://github.com/3rdIteration/btcrecover (https://github.com/3rdIteration/btcrecover)
Here's the link to the documentation: https://btcrecover.readthedocs.io/en/latest/ (https://btcrecover.readthedocs.io/en/latest/)
(hahaha)


Title: Re: Recover wallet with just wallet.dat file
Post by: hosseinimr93 on June 16, 2023, 02:26:54 PM
Did you say that you can open the wallet without the password? With the Electrum file, as far as I know, you can not even open the file if it's password protected.
In electrum, you can choose to not encrypt the wallet file and only encrypt your secrets. In this way, you can open your wallet, check your balance and transaction history without any need to enter a passworda and you will be asked for your password whenever you want to make a transaction.

To do so, you must uncheck "Encrypt wallet file" when choosing your password.


Title: Re: Recover wallet with just wallet.dat file
Post by: icynote_original on July 05, 2023, 05:43:36 PM
Wallet.dat is for Bitcoin Core. Electrum wallet is in different format.


You need the password to spend from the wallet. I mean your old password.

Maybe BTCrecover (https://btcrecover.readthedocs.io/en/latest/) can be helpful. It will be helpful if your password is 5 characters or less, or the characters you forget is not more than 5.

What BTCrecover can using bruteforce or wordlist only?? I try install but always error when open with python 3. is there tutorial install or setup with true?? because my python can't install pip. I confused.


Title: Re: Recover wallet with just wallet.dat file
Post by: Charles-Tim on July 05, 2023, 05:47:53 PM
What BTCrecover can using bruteforce or wordlist only?? I try install but always error when open with python 3. is there tutorial install or setup with true?? because my python can't install pip. I confused.
Check for Python installation guide: https://btcrecover.readthedocs.io/en/latest/INSTALL/


Title: Re: Recover wallet with just wallet.dat file
Post by: icynote_original on July 05, 2023, 06:26:25 PM
What BTCrecover can using bruteforce or wordlist only?? I try install but always error when open with python 3. is there tutorial install or setup with true?? because my python can't install pip. I confused.
Check for Python installation guide: https://btcrecover.readthedocs.io/en/latest/INSTALL/

I also followed the guide from the BTCrecover website, but my python 3 is not working properly. typing pip for install not found.  :'(


Title: Re: Recover wallet with just wallet.dat file
Post by: o_e_l_e_o on July 05, 2023, 08:39:19 PM
What OS are you using?

Enter the following command in terminal:
Code:
pip -V

What does it output?