bwt icon indicating copy to clipboard operation
bwt copied to clipboard

Coin selection

Open shesek opened this issue 4 years ago • 1 comments

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.

shesek avatar May 18 '20 01:05 shesek

I created a coin selection routine in Rust that might be useful: https://github.com/p2pderivatives/rust-bitcoin-coin-selection/pull/1. Its designed to return the same results as the branch and bound selection used by bitcoin-core.

yancyribbens avatar May 31 '20 16:05 yancyribbens