Anirudha Bose

Results 26 comments of Anirudha Bose

@vgvassilev Please do not merge this now. I am fixing the Appveyor builds, and will rebase to squash the unwanted commits.

> So would execute_transaction now return a 2-tuple of computation, receipt? I think this should be the preferred way of doing it. Alternately, we can call the `add_receipt` method in...

@josheleonard Can you please upload a screen recording?

@cfromknecht Could you please rebase this PR, since https://github.com/btcsuite/btcd/pull/1769 landed recently?

This command has been removed in Bitcoin Core 0.18.0, and replaced by [`signrawtransactionwithwallet`](https://bitcoincore.org/en/doc/0.20.0/rpc/wallet/signrawtransactionwithwallet). There is already a pending pull request (#1561) adding support for this. @jakesyl I propose closing this...

The cleanest approach I can think of is to provide a new method called `RegisterHDKeyID`, in the [`chaincfg`](https://github.com/btcsuite/btcd/tree/master/chaincfg) package of btcd. Here's a rough implementation (untested): ```go // RegisterHDKeyID registers...

> You can see there's some demand for step 3 as there exists a popular tool just to perform this step: https://jlopp.github.io/xpub-converter/ That's quite useful indeed. I don't think it's...

@mflaxman Sorry for the late response. I am looking forward to your multisig tool. 🙂 > currently uses `NeuterWithVersion` and my hackey implementation at the beginning of this thread The...

@mflaxman I did two PRs to add support for this feature. * https://github.com/btcsuite/btcutil/pull/181: lets you convert from `xpub` to `zpub` * https://github.com/btcsuite/btcd/pull/1617: lets you convert from `zprv` to `zpub` Check...

>could you add a test of `xprv` to `zpub` (and `zprv` to `xpub`)? We'll need https://github.com/btcsuite/btcd/pull/1617 for that, which won't be available in a stable btcd version until v0.22.0 (too...