-
I'm working on a branch of buidl for BCUR support (amongst other things) and old tests are now hanging. Here's an example from the current main branch.
@jimmysong any ideas? It looks like the issue…
-
Adding my electrum 12 word seed to Trezor does not find the balance. I know I can use Trezor seed on Electrum (native segwit p2wpkh). hoped electrum seed would work on trezor too.
-
P2WPKH wallets seem to have a problem updating bitcoin core bloom filter: filter is not updated when it should.
P2PKH wallets work fine.
See https://github.com/oscarguindzberg/bitcoinj/commit/1925…
-
Hi,
I'm lead maintainer of Sparrow Wallet. I'm interesting in supporting the reusable payment codes specification, but I've run into an issue (that might be a misunderstanding on my part) regarding…
-
**Is your feature request related to a problem? Please describe.**
Bech32 (native segwit) is supported for bitcoin in trezor-suite (thanks for this) but litecoin is sadly not yet supported, so it's n…
-
My Problem:
I have code for generating addresses from the master public key of an electrum wallet, it generates addresses but not their private keys, I need to check faucet spending on those ad…
-
Hi @vsergeev,
First of all I'd like to thank you for this awesome code. I'm playing a lot with it :)
I'm writing you to ask a question. In this part of the code [here](https://github.com/vsergee…
-
I want to import xpub from joinmarket into electrum, for generating addresses for inputs. Is it possible?
-
Our initial tech review has brought up a point that we have been discussing internally:
How much of "Bitcoin Review" do we need in this book. We considered making "Mastering Bitcoin" a prerequisit…
-
We agreed to simplify the WabiSabi code and make it consistent with the rest of the codebase by accounting for input and output sizes with conservative virtual bytes estimates instead of weight units …