Output script descriptors
Also covering Descriptors
Output script descriptors are strings that contain all the information necessary to allow a wallet or other program to track payments made to or spent from a particular script or set of related scripts (i.e. an address or a set of related addresses such as in an HD wallet).
Descriptors combine well with miniscript in allowing a wallet to handle tracking and signing for a larger variety of scripts. They also combine well with PSBTs in allowing the wallet to determine which keys it controls in a multisig script.
Primary code and documentation
Optech newsletter and website mentions
2021
- Bitcoin Core #19136 extends
getaddressinfo
to return parent descriptors - Bitcoin Dev Kit v0.2.0 released with descriptor support
- Bitcoin Core #20226 adds new
listdescriptors
RPC for its wallet - Bitcoin Core 0.21.0 released with experimental native descriptor wallets
- BTCPay Server 1.0.6.7 released with support for descriptors in wallet setup
- BTCPay Server #2169 adds functions for importing some descriptors
2020
- Bitcoin Wallet Tracker (BWT) adds descriptor support
- Q&A about migration from legacy wallets to descriptor wallets
- C-Lightning #4171 allows retrieving the wallet’s onchain descriptors
- Field Report: Using descriptors at River Financial
- Bitcoin Core #16528 adds support for native output descriptor wallets
- Bitcoin Core #18032 add
descriptor
field to multisig address RPCs - Encoded descriptors (e.g., with base64)
2019
2018
See also
Previous Topic:
Output linking
Next Topic:
Package relay