I just tried Junction with @achow101's native descriptor wallet (in testnet!) PR: bitcoin/bitcoin#16528
Works like a charm. In particular, try getaddressinfo on the multisig address and notice Bitcoin Core knows the full descriptor!
If you like, you can also try my PR which adds better signer support to the RPC: bitcoin/bitcoin#16546
It involves launching bitcoind with -signer. You then create a wallet with the externalsigner flag true and it will Just Works(tm). Send also just works(tm). Except not with multisig... Suggestions are welcome, what should the RPC look like?
I just tried Junction with @achow101's native descriptor wallet (in testnet!) PR: bitcoin/bitcoin#16528
Works like a charm. In particular, try
getaddressinfoon the multisig address and notice Bitcoin Core knows the full descriptor!If you like, you can also try my PR which adds better signer support to the RPC: bitcoin/bitcoin#16546
It involves launching bitcoind with
-signer. You then create a wallet with theexternalsignerflag true and it will Just Works(tm). Send also just works(tm). Except not with multisig... Suggestions are welcome, what should the RPC look like?