ghost43
ghost43
> So I guess this really is a liquidity problem. > If you concur, feel free to close this ticket again and sorry for the distraction. At the very least...
There are now a handful of reports from non-imported wallets.
I can reproduce this on Windows: try scanning qr codes from the screen (`input_qr_from_screenshot`) when there are multiple qr codes visible on the same screen.
> try scanning qr codes from the screen (`input_qr_from_screenshot`) when there are multiple qr codes visible on the same screen. This also affects macOS. There the program segfaults. This must...
I'll close this in favour of the linked issue.
Yes. The current code still overflows versionCode: https://github.com/kivy/python-for-android/blob/436d5a93282dcfcc7027d19d70963c6773544434/pythonforandroid/bootstraps/common/build/build.py#L418-L430 ```python class args: version = "1.0.0.3" numeric_version = None min_sdk_version = 21 version_code = 0 if not args.numeric_version: min_sdk = args.min_sdk_version for...
What version of python are you using? Maybe try updating it to a newer version, ideally 3.11+. Also, if it is only the SSL ports you are having trouble with,...
I guess it depends on how you install electrumx. e.g. `$ pip install .` vs `$ pip install --user .`
It is the first trace that is more interesting. ``` File "/usr/local/lib/python3.10/dist-packages/e_x-1.16.0-py3.10.egg/electrumx/server/daemon.py", line 248, in mempool_hashes return await self._send_single('getrawmempool') File "/usr/local/lib/python3.10/dist-packages/e_x-1.16.0-py3.10.egg/electrumx/server/daemon.py", line 191, in _send_single return await self._send(payload, processor) File...
Can you check the bitcoind logs around the same time the crash happened? Perhaps it logged something more about the parse error.