Nadav Ivgi

Results 207 comments of Nadav Ivgi

Right, I was also wondering if its actually possible to implement this logic with a macro or not... But it could also be a regular function and not a macro,...

@SafariMonkey @jhpratt Wow, this is pretty amazing, thank you!

Related stack exchange questions: - [Why was the bip32 fingerprint used for bip174 psbt?](https://bitcoin.stackexchange.com/questions/92837/why-was-the-bip32-fingerprint-used-for-bip174-psbt) - [What does “deal with collisions” mean in the context of BIP32 fingerprints?](https://bitcoin.stackexchange.com/questions/95087/what-does-deal-with-collisions-mean-in-the-context-of-bip32-fingerprints)

Following the descriptor support added in #1, bwt now uses descriptor checksums as the wallet identifier. This gives us 40 bits compared to 32 bits with bip32 fingerprints, which is...

JNI is available at [`bwt-dev/libbwt-jni`](https://github.com/bwt-dev/libbwt-jni) :)

https://github.com/spesmilo/electrum/commit/12e79ecd6075e81c69f545066c8b5b1d9057a003#diff-a61e29601984a3d5218b50d22c626089

Nginx supports terminating SSL for TCP servers (Electrum is JSON-RPC over TCP), it seems like Caddy doesn't support that quite yet [0] and is primarily oriented for HTTP servers. But...

It seems like the `rust-bitcoincore-rpc` library does not currently supports setting a proxy, support will have to be added there first.

Available in a branch: https://github.com/bwt-dev/bwt/commits/202110-proxy

Related: https://github.com/chris-belcher/electrum-personal-server/commit/dce6bff4768756c4ac2b0856d29ff9fe08348a15 and https://github.com/chris-belcher/electrum-personal-server/issues/39.