Questions tagged [bitcoin-development-kit]

3 questions
4
votes
1 answer

Which wallets or libraries besides core support (or will support) P2TR descriptors?

I want to help test the WIP Bitcoin Dev Kit "Add support for Taproot and tr() descriptors", PR #593 against other implementations besides Bitcoin Core (already testing again Core 22.0). In particular we need to test interoperability via PSBTs. BDK…
0
votes
0 answers

Following error while installing bitcoin development kit LINK : cfatal error LNK1181: cannot open input file 'sqlite3.lib'

this error comes up when i try to install the bdk-cli cargo install bdk-cli --features electrum Updating crates.io index Installing bdk-cli v0.26.0 Compiling proc-macro2 v1.0.51 Compiling unicode-ident v1.0.6 Compiling quote v1.0.23 …
0
votes
1 answer

Sending non-all UTXO amount when creating a Tx in BDK (Bitcoin Development Kit)

I'm using BDK to create a transaction using bdk-cli interface, researching how to send a Tx I pulled the help for the create_tx command. It's not clear how to create a Tx when you want to send less than the total (-a, --send_all option) of funds…
Bitcoin_1o1
  • 343
  • 1
  • 12