87 - Hierarchy for Deterministic Multisig Wallets
BIP: 87 source Layer: Applications Title: Hierarchy for Deterministic Multisig Wallets Authors: Robert Spigler Status: Complete Type: Specification Assigned: 2020-03-11 License: BSD-2-Clause Table of ContentsAbstractCopyrightMotivationSpecificationKey sortingPath levelsPurposeCoin typeAccountChangeIndexAddress DiscoveryAddress Gap LimitBackwards CompatibilityRationaleExamplesReference ImplementationAcknowledgementReferences Abstract This BIP defines a sane hierarchy for deterministic multisig wallets based on an algorithm described in BIP-0032 (BIP32 from now on), purpose scheme described in BIP-0043 (BIP43 from now on), and multi-account hierarchy described in BIP-0044 (BIP44 from now on). This BIP is a particular application of BIP43. Copyright This BIP is licensed under the 2-clause BSD license. Motivation With the increase of more user friendly (offline) multisignature wallets, and adoption of new technologies such as the descriptor language and BIP-0174 (Partially...