BIPs bitcoin improvement proposals

87 - Hierarchy for Deterministic Multisig Wallets

BIP: 87 Layer: Applications Title: Hierarchy for Deterministic Multisig Wallets Author: Robert Spigler Comments-Summary: No comments yet. Comments-URI: https://github.com/bitcoin/bips/wiki/Comments:BIP-0087 Status: Proposed Type: Standards Track Created: 2020-03-11 License: BSD-2-Clause ==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 [https://github.com/bitcoin/bitcoin/blob/master/doc/descriptors.md the descriptor language] and [https://github.com/bitcoin/bips/blob/master/bip-0174.mediawiki BIP-0174 (Partia...