ghost43

Results 513 comments of ghost43

original trace raises on this line: https://github.com/spesmilo/electrum/blob/1e19cf0857ae725368de1f1190534d3ff68711d1/lib/storage.py#L258

Could you test with this patch? Please post new logs after you manage to reproduce. ```patch diff --git a/electrum/synchronizer.py b/electrum/synchronizer.py index 1e8ee4f69f..4979abf3c3 100644 --- a/electrum/synchronizer.py +++ b/electrum/synchronizer.py @@ -247,11 +247,20...

Hi, not sure what program you are using to check, but this is what command-line gpg outputs: ``` $ gpg --verify electrum-4.2.1.dmg.asc gpg: assuming signed data in 'electrum-4.2.1.dmg' gpg: Signature...

> The solution would be to add all 3 signatures to the Downloads Page? Right... that was what we were doing previously, which had its own issues: https://github.com/spesmilo/electrum/issues/7579 In fact,...

@ecdsa should we maybe hack the order of the sigs in the aggregated signature file so that yours comes first? https://github.com/spesmilo/electrum-web/blob/d91a7cb5e6b83d13a290d2f0beca9014b498c25f/deploy.sh#L64-L65

Based on OP's screenshot, I expected GPGTools to verify the sigs in order and display the first error. The source of confusion for some users is that they expect *your*...

I think this is probably a duplicate of https://github.com/spesmilo/electrum/issues/6889.

Was the seed originally generated using Electrum? When you restore it using Electrum, what does it say for "seed type" just under the textbox where you write the seed? See:...

Hmm, I don't think I've ever seen this crash on the various versions of macOS I've tested. I've also tested some things on 12.x recently, though not sure if I...