Layder76
Layder76
> i have a compiled program like this for ETH Can you share it?
For Electrum version 33 (3.4.+) method not work for not crypted wallets (type = imported). If you create a test wallet with test pass (without checkbox "crypt wallet") and use...
Hi all!!! Solution found, script is ok problem at pass check - new Electrum wallets have xprv string, beginned from "zprv", instead of "xprv", and btcrecover.py and hashcat can't found...
> @skrat Thanks for confirming this. If you remove these 3 lines from the script: > > ```python > if wallet.get("seed_version") not in (11, 12, 13) and wallet_type != "imported":...
> Thanks @Layder76. We also have a number of checks for `xprv` in JtR, including in `electrum2john.py` and `electrum_fmt_plug.c`. Yet you say the "script is ok"? So do we only...
up to 59 version work ok if wallet.get("seed_version") > 59 and wallet_type != "imported": # all 2.x, 3x versions as of Mar 2024