1
0
mirror of https://github.com/bitcoin/bips.git synced 2026-03-16 15:55:37 +00: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

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