Post
Topic
Board Armory
Re: lost wallet passphrase
by
InterFinex_JB
on 09/12/2024, 17:03:42 UTC
yeah i meant the private keys, couldnt explain it well sorry.

by the way i tried https://github.com/gurnec/btcrecover to get the password hash and i got this error:


$ python armory.py armory_id_.wallet extract 13EYrWXNLqTg4sgVM3JWj16pk6N3mzEUeo
/home/user
(ERROR) ArmoryUtils.py:1262 - Error getting system details:
Traceback (most recent call last):
  File "/usr/lib/armory/armoryengine/ArmoryUtils.py", line 1260, in <module>
    SystemSpecs = GetSystemDetails()
  File "/usr/lib/armory/armoryengine/ArmoryUtils.py", line 1255, in GetSystemDetails
    out.HddAvailB = getHddSize(BTC_HOME_DIR)    / (1024**3)
  File "/usr/lib/armory/armoryengine/ArmoryUtils.py", line 1252, in getHddSize
    s = os.statvfs(adir)
OSError: [Errno 2] No such file or directory: '/home/user/.bitcoin'
(ERROR) ArmoryUtils.py:1263 - Skipping.
(ERROR) ArmoryUtils.py:3735 - Unsupported language  specified. Defaulting to English (en)
/usr/lib/armory/armoryengine/Transaction.py:3126: SyntaxWarning: import * only allowed at module level
  def PyCreateAndSignTx_old(srcTxOuts, dstAddrsVals):

WARNING: once decrypted, this will provide access to all Bitcoin
         funds available now and in the future of this one address

(ERROR) Traceback (most recent call last):
  File "armory.py", line 105, in <module>
    print_address(address, file=sys.stderr)
  File "armory.py", line 68, in print_address
    desc = address.getAddrStr()
  File "/usr/lib/armory/armoryengine/PyBtcAddress.py", line 161, in getAddrStr
    raise Exception("Deprecated, get address from mirror wallet instead")
Exception: Deprecated, get address from mirror wallet instead

Traceback (most recent call last):
  File "armory.py", line 105, in <module>
    print_address(address, file=sys.stderr)
  File "armory.py", line 68, in print_address
    desc = address.getAddrStr()
  File "/usr/lib/armory/armoryengine/PyBtcAddress.py", line 161, in getAddrStr
    raise Exception("Deprecated, get address from mirror wallet instead")
Exception: Deprecated, get address from mirror wallet instead


its telling something about mirror wallet, is this error about my armory or the tool im using?