Bitcoin Forum
July 29, 2025, 06:46:53 PM *
News: Latest Bitcoin Core release: 29.0 [Torrent]
 
   Home   Help Search Login Register More  
Pages: [1]
  Print  
Author Topic: pywallet question  (Read 107 times)
troublepk (OP)
Newbie
*
Offline Offline

Activity: 2
Merit: 0


View Profile
April 18, 2025, 07:58:10 PM
 #1

so i found an old wallet.dat file of mine. ran it through pywallet and the output says"The wallet is encrypted but no passphrase is use"
what does that mean?
takuma sato
Hero Member
*****
Offline Offline

Activity: 714
Merit: 586


View Profile
April 18, 2025, 08:39:59 PM
 #2

so i found an old wallet.dat file of mine. ran it through pywallet and the output says"The wallet is encrypted but no passphrase is use"
what does that mean?

I never used pywallet and that is a quite confusing sentence. How could it be encrypted without a password? If something is encrypted, it should require something to decrypt it, which as far as I know is always a password, or you can call it whatever you want, what I mean is it requires an input.

This is what I was able to find, so check it out:

This means you ran pywallet without the --password option.  It does not mean the wallet has an empty passphrase.

Go on that thread and probably there is an answer somewhere.
mcdouglasx
Sr. Member
****
Offline Offline

Activity: 714
Merit: 373



View Profile WWW
April 19, 2025, 02:30:17 AM
Merited by ABCbits (2), nc50lc (1)
 #3

so i found an old wallet.dat file of mine. ran it through pywallet and the output says"The wallet is encrypted but no passphrase is use"
what does that mean?

are encrypted, but you are not entering the passphrase.

Code:
python pywallet.py --dumpwallet --wallet=/path2your/wallet.dat --passphrase="you_passphrase"

▄▄█████████████████▄▄
▄█████████████████████▄
███▀▀█████▀▀░░▀▀███████

██▄░░▀▀░░▄▄██▄░░█████
█████░░░████████░░█████
████▌░▄░░█████▀░░██████
███▌░▐█▌░░▀▀▀▀░░▄██████
███░░▌██░░▄░░▄█████████
███▌░▀▄▀░░█▄░░█████████
████▄░░░▄███▄░░▀▀█▀▀███
██████████████▄▄░░░▄███
▀█████████████████████▀
▀▀█████████████████▀▀
Rainbet.com
CRYPTO CASINO & SPORTSBOOK
|
█▄█▄█▄███████▄█▄█▄█
███████████████████
███████████████████
███████████████████
█████▀█▀▀▄▄▄▀██████
█████▀▄▀████░██████
█████░██░█▀▄███████
████▄▀▀▄▄▀███████
█████████▄▀▄███
█████████████████
███████████████████
██████████████████
███████████████████
 
 $20,000 
WEEKLY RAFFLE
|



█████████
█████████ ██
▄▄█░▄░▄█▄░▄░█▄▄
▀██░▐█████▌░██▀
▄█▄░▀▀▀▀▀░▄█▄
▀▀▀█▄▄░▄▄█▀▀▀
▀█▀░▀█▀
10K
WEEKLY
RACE
100K
MONTHLY
RACE
|

██









█████
███████
███████
█▄
██████
████▄▄
█████████████▄
███████████████▄
░▄████████████████▄
▄██████████████████▄
███████████████▀████
██████████▀██████████
██████████████████
░█████████████████▀
░░▀███████████████▀
████▀▀███
███████▀▀
████████████████████   ██
 
[..►PLAY..]
 
████████   ██████████████
nc50lc
Legendary
*
Offline Offline

Activity: 2856
Merit: 7437


Self-proclaimed Genius


View Profile
April 19, 2025, 04:27:35 AM
 #4

and the output says "The wallet is encrypted but no passphrase is used"
what does that mean?
Isn't that self-explanatory already?
Although it successfully dumped the data contained in the wallet, you'll notice that the private keys in the output are still encrypted.
Each labeled with "encrypted_privkey".

In the instance when you include --passphrase= with the correct passphrase, additional lines with "sec" will be available which is the decrypted private keys in WIF (Wallet Import Format).

Additionally, if you want to output it in a .txt file instead of displaying in the command line, add: > "yourfilename.txt" at the end of the command. (space before and after ">")

Pages: [1]
  Print  
 
Jump to:  

Powered by MySQL Powered by PHP Powered by SMF 1.1.19 | SMF © 2006-2009, Simple Machines Valid XHTML 1.0! Valid CSS!