Bitcoin Forum
September 08, 2026, 12:16:22 PM *
News: Latest Bitcoin Core release: 31.1 [Torrent]
 
   Home   Help Search Login Register More  
Pages: [1]
  Print  
Author Topic: armory lost password  (Read 59 times)
Ronnie666 (OP)
Newbie
*
Offline

Activity: 38
Merit: 0


View Profile
January 14, 2025, 02:02:48 PM
 #1

I found my old armory .wallet file. It is encrypted and i lost its password. I did a research and seems like the only way to open the wallet file is to brute force it. I have a good GPU so i can do it, but the problem is i am new to these kind of things and i have no idea what to do. Can anyone help? The wallet has 2 BTC inside right now.

Thanks.
goatpig
Moderator
Legendary
*
Offline

Activity: 4242
Merit: 1429

Armory Developer


View Profile
January 14, 2025, 03:36:34 PM
Merited by ABCbits (2)
 #2

Unless you remember something about your password, you have no chance of cracking it. Now assuming you do, you will want to get in touch with wallet recovery services. They will charge you a fee relative the wallet amount.

If you're more adventurous you can try to run the python brute force script in the repo:

https://github.com/goatpig/BitcoinArmory/blob/master/samplemodules/PassPhraseFinderPlugin.py

Word of caution, it won't be pain free.

Ronnie666 (OP)
Newbie
*
Offline

Activity: 38
Merit: 0


View Profile
January 14, 2025, 07:29:59 PM
 #3

yes i remember something, i believe i can crack the password.

downloaded the file and after several painful hours (installed pyqt4 and some other modules) now im getting this and no matter what i cannot fix it.



$ python PassPhraseFinderPlugin.py
Traceback (most recent call last):
  File "PassPhraseFinderPlugin.py", line 4, in <module>
    from PyQt4.Qt import QPushButton, SIGNAL, QTextEdit, QScrollArea, QTabWidget, \
ImportError: cannot import name QPushButton



i use debian 11 (bullseye), any suggestions?

thanks.
goatpig
Moderator
Legendary
*
Offline

Activity: 4242
Merit: 1429

Armory Developer


View Profile
January 17, 2025, 09:23:40 AM
 #4

Try this script, which won't run any GUI:

https://github.com/goatpig/BitcoinArmory/blob/master/extras/findpass.py

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!