Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Getting ValueError: malformed node or string on line 176 something in electrum v1 wallet (not sure about version though) #453

Open
sc0rp10n-py opened this issue Mar 13, 2024 · 1 comment

Comments

@sc0rp10n-py
Copy link

sc0rp10n-py commented Mar 13, 2024

I ran the command for v2 first, it said

Unsupported Electrum2 wallet seed version 58

then I tried the Electrum v1 command
it gave me this error
image

i manually went to line 176 in my wallet file, on line 176, its just transaction array. (null parameter is passed in there)

like this

"tx_fees": {
        "txn-number": [
            null,
            false,
            1
        ],
        "txn-number": [
            null,
            false,
            1
        ],
        "txn-number": [
            null,
            false,
            3
        ],
        "txn-number": [
            null,
            false,
            2
        ]
    },
@3rdIteration
Copy link
Owner

Does btcrecover.py work directly with the file? (As you are trying to use an extract script here)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants