1
0
Fork 0
mirror of https://github.com/bitcoin/bips.git synced 2025-02-23 07:15:30 +01:00

Merge pull request #523 from luke-jr/bip43-purposecodes

BIP 43: Reserve purpose codes 10001-19999 for SLIPs
This commit is contained in:
Luke Dashjr 2021-08-29 21:34:50 +00:00 committed by GitHub
commit 8a050eccbb
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -42,6 +42,8 @@ We encourage different schemes to apply for assigning a separate BIP number
and use the same number for purpose field, so addresses won't be generated and use the same number for purpose field, so addresses won't be generated
from overlapping BIP32 spaces. from overlapping BIP32 spaces.
Purpose codes from 10001 to 19999 are reserved for [[https://github.com/satoshilabs/slips|SLIPs]].
Example: Scheme described in BIP44 should use 44' (or 0x8000002C) as purpose. Example: Scheme described in BIP44 should use 44' (or 0x8000002C) as purpose.
Note that m / 0' / * is already taken by BIP32 (default account), which Note that m / 0' / * is already taken by BIP32 (default account), which