Steve Myers

Results 580 comments of Steve Myers

Closing this now that #779 is merged.

@rajarshimaitra here's an example of a socks proxy server, and is even in rust, you may be able to use to help with integration testing this feature without involving TOR....

Glad to hear the socks5 proxy suggestion helped. Closing this PR in favor of your rust-bitcoincore-rpc PR.

Moved to alpha.4 since this is a functional change we should figure out before the beta release.

A small change but I think we should push to 2.0 milestone.

Moving this to `bdk-cli` since this doesn't need to be part of the core bdk library, but still useful to have an example using `bdk` in the `bdk-cli` tool.

Hi yes since this will be done by a summer of bitcoin student new to rust and bitcoin I'd like the idea of focusing on an easy win of adding...

You should also try testing with the new Mutiny signet network and faucent. See: https://blog.mutinywallet.com/mutinynet/ ``` bdk-cli -n signet wallet -s https://mutinynet.com/api -d "tr(tprv8ZgxMBicQKsPe67zv5U9x6u1ZY2rLayXm365byTL4fYj3HGxe2SpQ6jjF8TRuFekexLP7HdTzxbTBZ2iNszfE7Gwyd8j1ebASTFybu2iQdX/*)" get_balance { "satoshi": { "confirmed": 100000,...

A little trick I do when I'm working with the bitcoin-cli is do a --help command and copy/paste the output to a local note since the docs on the web...

@willowenss API looks good, but I agree with @DanGould we shouldn't need a required `--amount` option. Another way to handle confirmation in the case you don't want to be prompted...