ghost43
ghost43
It is often useful to see the transaction to be able to better understand and debug the error. Could you provide more context: which logs are you trying to avoid...
(from https://github.com/spesmilo/electrum/pull/4838) > Currently, when keystore encryption is enabled, the symmetric key used to encrypt the seed/private keys is sha256d(password). (If storage encryption is also enabled, then the whole wallet...
> Anyway, to change the storage KDF, metadata needs to be put in the header of the encrypted file. See https://github.com/spesmilo/electrum/issues/5999. If we had a proper header for the wallet...
Hmm there must be some interesting race condition here, as it looks like after the expected `on_ready` -> `on_text` -> `apply` flow there was a subsequent `on_ready` -> `on_text`. https://github.com/spesmilo/electrum/blob/0fd4d9717edf4d6eacd3155c2d04e6f49e783259/electrum/plugins/trustedcoin/qt.py#L635-L648
I see. Thanks. Perhaps this is something that should be mentioned in the [changelog](https://github.com/trezor/python-shamir-mnemonic/blob/17fcce14736afe498871d3018e4fa9330443471a/CHANGELOG.rst) then. :)
Could it be dying hardware? Maybe RAM? Can you try running memtest86+ or similar? edit: what kind of PC/parts are you getting this on btw?
I think this is already fixed on master with https://github.com/spesmilo/electrum/commit/bd845080b852ab19c54c2c4bd5ec8a36255b9e35 and https://github.com/spesmilo/electrum/pull/9141.
@jlopp Thank you for testing! I don't have a device to test with. You need both a recent commit from electrum master (which you have) and recent version of [python-trezor](https://pypi.org/project/trezor/)...
> Anyone know what is meant by a “full server” in this context? These days every server is a "full server"; no one runs a "pruning" servers (non-full) anymore. When...
> did you ever import private keys in your wallet? Yeah, good call: https://github.com/spesmilo/electrum/blob/42a16d9c3e19785ad39f272517aa2ce54b9e0f7f/lib/tests/test_storage_upgrade.py#L18 If OP still has the wallet file, and sounds like he does, something like this should...