ghost43

Results 513 comments of ghost43

But how is the change address to be used to send coins to, when constructing a new transaction, chosen?

> It increments the index by one, for every invoice created, the highest utxo seen, and every change address used. It keeps the same address index for both key types...

>> Therefore, instead of using SSL, I think we should recycle the transport used in Lightning > > Since we're discussing new features, I suggest inventing a way for the...

> I hope the use of sed when renaming isn't gratuitous, I couldn't think of a better way. I've replaced that with a similarly convoluted python script, but I find...

The 4.3.1 release now includes source-only tarballs. We have decided not to link to them directly from the [website (html table)](https://electrum.org/#download), but they are available on the [download server](https://download.electrum.org/4.3.1/).

note: kyuupichan did this instead: https://github.com/kyuupichan/electrumx/commit/7dcf50fd8213cbacf14592f553567c8ea2ab7bd1

``` root@29ca75e8d0cd:/opt/electrum/contrib/build-linux/appimage# dpkg -S libkrb5support.so.0 libkrb5support0:amd64: /usr/lib/x86_64-linux-gnu/libkrb5support.so.0.1 libkrb5support0:amd64: /usr/lib/x86_64-linux-gnu/libkrb5support.so.0 root@29ca75e8d0cd:/opt/electrum/contrib/build-linux/appimage# dpkg -S libkrb5.so.3 libkrb5-3:amd64: /usr/lib/x86_64-linux-gnu/libkrb5.so.3.3 libkrb5-3:amd64: /usr/lib/x86_64-linux-gnu/libkrb5.so.3 root@29ca75e8d0cd:/opt/electrum/contrib/build-linux/appimage# dpkg -S libk5crypto.so.3 libk5crypto3:amd64: /usr/lib/x86_64-linux-gnu/libk5crypto.so.3.1 libk5crypto3:amd64: /usr/lib/x86_64-linux-gnu/libk5crypto.so.3 root@29ca75e8d0cd:/opt/electrum/contrib/build-linux/appimage# dpkg -S libgssapi_krb5.so.2 libgssapi-krb5-2:amd64:...

Ahh they are pulled in by `git`... ``` root@29ca75e8d0cd:/opt/electrum/contrib/build-linux/appimage# apt-cache rdepends libgssapi-krb5-2 libgssapi-krb5-2 Reverse Depends: openssh-client libkrb5support0 libcurl3-gnutls libk5crypto3 root@29ca75e8d0cd:/opt/electrum/contrib/build-linux/appimage# apt-cache rdepends libcurl3-gnutls libcurl3-gnutls Reverse Depends: git ```

I think this kind of issue has been categorically fixed by https://github.com/spesmilo/electrum/pull/7926

> Some nodes set a higher default `htlc_minimum_msat` Do you mean some implementations set a higher value by default, or that there are some nodes on the network with operators...