ghost43

Results 513 comments of ghost43

But in fact even if you pre-generate the addresses, when a new tx arrives, momentarily the wallet sync status can become not `up_to_date`, in which case after the sync is...

> How do I generate sufficiently large wallet file? I have a testnet wallet with master pubkey: ``` vpub5VfkVzoT7qgd5gUKjxgGE2oMJU4zKSktusfLx2NaQCTfSeeSY3S723qXKUZZaJzaF6YaF8nwQgbMTWx54Ugkf4NZvSxdzicENHoLJh96EKg ``` though this wallet is not *that* large (Qt Console:): ```...

original trace probably raises on this line: https://github.com/spesmilo/electrum/blob/10c21834613318f15bd30213fa52eaada50d1285/electrum/storage.py#L112

If the user selects a too high fee, the output could become smaller than dust or even negative. Both dscancel and cpfp are missing some checks: https://github.com/spesmilo/electrum/blob/ee24c74f192960f3e2d31ffb6b910e6bfb6bd90f/electrum/wallet.py#L1544 https://github.com/spesmilo/electrum/blob/ee24c74f192960f3e2d31ffb6b910e6bfb6bd90f/electrum/wallet.py#L1496

@bauerj There is only one report, but the table contains 2 lines. The `python version` probably has some special character (newline?) that broke it into two. Maybe that should be...

note: see https://github.com/spesmilo/electrum/issues/4110 for the same underlying issue for pre-4.0 reports

Maybe there is something weird in your environment... what version of `setuptools` are you using?

> I have to run `pip uninstall setuptools` to get pip working again like suggested in the issue I linked. So does installing Electrum work after that? i.e. can the...