-
I have the following fully signed (regtest) PSBT
```
cHNidP8BAIkBAAAAATuuOwH+YN3lM9CHZuaxhXU+P/xWQQUpwldxTxng2/NWAAAAAAD9////AhAnAAAAAAAAIgAgbnxIFWJ84RPQEHQJIBWYVALEGgr6e99xVLT2DDykpha+kQ0AAAAAACIA…
-
Ricochet scripts currently use `dumpprivkey` which is supported only in legacy wallets, user will have error with descriptor wallet:
```
error code: -4
error message:
Only legacy wallets are suppo…
-
Part of #142
- [ ] build create_signers fn
- [ ] build add_signers which will add an external signer to a particular keychain
-
The current process of engraving a multisig quorum SH02 and SH03 is to first create the wallet in SparrowWallet, then import the cosigners XPUBs, then to scan the SparrowWallet animated QR code of the…
-
This is a tracker/discssion issue for the [1.4 milestone](https://github.com/BitcoinDesign/Bitcoin-Core-App/milestone/4) ([design docs](https://bitcoincore.app/milestones/1-4-create/)).
Goal is to…
-
Constructing standard HD wallet descriptors takes a fair bit of code. For example, to construct a [BIP-86](https://github.com/bitcoin/bips/blob/master/bip-0086.mediawiki) single-key taproot HD wallet …
-
Hi, i try to install descriptor-wallet following the command in the README.md
```
rustup default stable
$ rustup update
$ git clone https://github.com/BP-WG/descriptor-wallet
$ cd descriptor-wa…
-
## Abstract
Currently bitcoin multisig wallets are not supported.
## Motivation
Many companies and projects are using multisignature bitcoin wallets. Monitoring them with rotki would be a bi…
polto updated
3 months ago
-
As we see segwit and taproot usage grow, it seems reasonable to stop making wallets that are able to generate legacy and p2sh-segwit addresses. We have already made it difficult to make legacy address…
-
I'm trying to make a manual pegout (`sendtomainchain` doesn't work with descriptor wallets). Creating the tx works and the signing using `signtransactionwithwallet` seems to work, but then when sendin…