1
0
Fork 0
mirror of https://github.com/bitcoin/bips.git synced 2025-02-24 15:36:53 +01:00

removed temp BIP number

This commit is contained in:
Omar Shibli 2017-09-16 10:42:28 +03:00
parent 39a5c1bf7e
commit dd26d81390

View file

@ -1,19 +1,17 @@
<pre> <pre>
BIP: 999* BIP: TBD
Layer: Applications Layer: Applications
Title: Pay to Contract Protocol Title: Pay to Contract Protocol
Author: Omar Shibli <omar@commerceblock.com> Author: Omar Shibli <omar@commerceblock.com>
Nicholas Gregory <nicholas@commerceblock.com> Nicholas Gregory <nicholas@commerceblock.com>
Comments-Summary: No comments yet. Comments-Summary: No comments yet.
Comments-URI: https://github.com/bitcoin/bips/wiki/Comments:BIP-0999 Comments-URI: https://github.com/bitcoin/bips/wiki/Comments:BIP-TBD
Status: Draft Status: Draft
Type: Informational Track Type: Informational Track
Created: 2017-07-17 Created: 2017-07-17
License: BSD-2-Clause License: BSD-2-Clause
</pre> </pre>
&ast; 999 is a temporary BIP number.
==Abstract== ==Abstract==
Utilizing hierarchical deterministic wallets as described in BIP-0032 and the "Purpose Field" in BIP-0043, this document specifies the multiparty pay-to-contract key derivation scheme outlined by Ilja Gerhardt and Timo Hanke.[0] Utilizing hierarchical deterministic wallets as described in BIP-0032 and the "Purpose Field" in BIP-0043, this document specifies the multiparty pay-to-contract key derivation scheme outlined by Ilja Gerhardt and Timo Hanke.[0]
@ -62,10 +60,10 @@ Each level has special meaning described in the chapters below.
===Purpose=== ===Purpose===
Purpose is a constant set to <code>999'</code> (or <code>0x800003E7</code>) following the BIP-0043 recommendation. It indicates that the subtree of this node is used according to this specification. Purpose is a constant set to <code>TBD'</code> (or <code>TBD</code>) following the BIP-0043 recommendation. It indicates that the subtree of this node is used according to this specification.
<code> <code>
m / 999' / * m / TBD' / *
</code> </code>
Hardened derivation is used at this level. Hardened derivation is used at this level.