btcrecover icon indicating copy to clipboard operation
btcrecover copied to clipboard

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

Open sc0rp10n-py opened this issue 1 year ago • 1 comments

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
        ]
    },

sc0rp10n-py avatar Mar 13 '24 04:03 sc0rp10n-py

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

3rdIteration avatar Mar 15 '24 10:03 3rdIteration

Looks like a duplicate of https://github.com/3rdIteration/btcrecover/issues/457

3rdIteration avatar Jun 18 '24 00:06 3rdIteration