From 25bacdc21d897e289d2d12640b702f83bca59905 Mon Sep 17 00:00:00 2001 From: Robert Spigler Date: Mon, 19 Apr 2021 18:08:52 -0400 Subject: Update Modern Hierarchy for Deterministic Multisignature Wallets.mediawiki Fix formatting --- Modern Hierarchy for Deterministic Multisignature Wallets.mediawiki | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/Modern Hierarchy for Deterministic Multisignature Wallets.mediawiki b/Modern Hierarchy for Deterministic Multisignature Wallets.mediawiki index 391b88a..6be0a65 100644 --- a/Modern Hierarchy for Deterministic Multisignature Wallets.mediawiki +++ b/Modern Hierarchy for Deterministic Multisignature Wallets.mediawiki @@ -129,14 +129,16 @@ The multisig descriptors or descriptor template that is generated from the cosig For example: The following descriptor template and derivation path: + wsh(sortedmulti(2,[xfpForA/XY'/0'/0']XpubA/**,[xfpForB/XY'/0'/0']XpubB/**)) /0/*,/1/* Expands to the two concrete descriptors: + wsh(sortedmulti(2,[xfpForA/XY'/0'/0']XpubA/0/*,[xfpForB/XY'/0'/0']XpubB/0/*))#Checksum wsh(sortedmulti(2,[xfpForA/XY'/0'/0']XpubA/1/*,[xfpForB/XY'/0'/0']XpubB/1/*))#Checksum -# Scan addresses of the external chain; respect the gap limit described below +To discover addresses, scan addresses of the external chain; respect the gap limit described below Note: This therefore necessitates that multisig wallets backup their private key information and their descriptor, in order to properly restore at a later time. This shouldn't be a user burden, since (to much user surprise), all cosigner public keys need to be supplied in addition to M seeds in any M of N multisig restore operation. The descriptor provides this information in a standardized format, with key origin information and error detection. -- cgit v1.2.3