You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Implement coin selection in bwt, to be able to fund transactions using a specific hd wallet or addresses. This is currently not possible using bitcoind's fundrawtransaction.
The text was updated successfully, but these errors were encountered:
I created a coin selection routine in Rust that might be useful: p2pderivatives/rust-bitcoin-coin-selection#1. Its designed to return the same results as the branch and bound selection used by bitcoin-core.
Implement coin selection in bwt, to be able to fund transactions using a specific hd wallet or addresses. This is currently not possible using bitcoind's
fundrawtransaction
.The text was updated successfully, but these errors were encountered: