ghost43
ghost43
``` E | gui.qt.exception_window.Exception_Hook | exception caught by crash reporter Traceback (most recent call last): File "...\electrum\electrum\gui\qt\channel_details.py", line 103, in do_ln_payment_completed self.move('inflight', 'settled', payment_hash) File "...\electrum\electrum\gui\qt\channel_details.py", line 75, in move...
Like the [README says](https://github.com/spesmilo/electrum/blob/47d14c579b0e49cd1c29c416a6b3f69f5bd9fd9e/README.rst#non-python-dependencies), libsecp256k1 is a non-python dependency; you should not install it via pip. > libsecp256k1 was installed through: C:\Python\Python361>python -m pip install libsecp256k1 Requirement already satisfied: libsecp256k1...
@HardCorePawn > [WinError 193] %1 is not a valid Win32 application I get that exception if the dll is for the wrong architecture (32 vs 64 bit). ---- Let's keep...
I've built a 64-bit DLL for people - that trust me - to use. [libsecp256k1-0.zip](https://github.com/spesmilo/electrum/files/6802140/libsecp256k1-0.zip) ``` -----BEGIN PGP SIGNED MESSAGE----- Hash: SHA256 I've built this libsecp256k1-0.dll now, for 64-bit python....
Note: I've added a ["Running Electrum from source on Windows" guide](https://github.com/spesmilo/electrum/blob/master/contrib/build-wine/README_windows.md) now in https://github.com/spesmilo/electrum/commit/941db4214c74d51c193c942e9e7ff633a5ff3a36. It is building on brianddk's comment (https://github.com/spesmilo/electrum/issues/5976#issuecomment-649068984) using MSYS2.
> I followed this the MSYS2 method and the .dll was made no problem but when I get to the final step I get this error: > > python3 ./run_electrum...
Note: this is ~done; but we probably won't merge it until also implementing the protocol changes in the client, to avoid having to change the protocol again due to some...
What value of `CACHE_MB` did you test with? If default, it might be worth trying with 2x that. (The cache stores a lot more data for the history dbs now:...
related https://github.com/spesmilo/electrumx/pull/90#issuecomment-971830830
Guessing https://github.com/spesmilo/electrum/issues/4280 is related, and that this too is for a very large txn.