Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Coin selection #3

Open
shesek opened this issue May 18, 2020 · 1 comment
Open

Coin selection #3

shesek opened this issue May 18, 2020 · 1 comment
Labels
enhancement New feature or request

Comments

@shesek
Copy link
Collaborator

shesek commented May 18, 2020

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 shesek added the enhancement New feature or request label May 18, 2020
@yancyribbens
Copy link

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.

@shesek shesek added this to To Do in Bitcoin Wallet Tracker Jun 21, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
Development

No branches or pull requests

2 participants