Add DIP9 - Feature derivation paths (#48)

* DIP9 - Add DIP and assignment documents

* DIP9 - Add to Readme
This commit is contained in:
thephez 2019-05-21 12:12:29 -04:00 committed by GitHub
parent 5a4cfba25a
commit 26cf7c9f92
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
3 changed files with 83 additions and 0 deletions

12
dip-0009/assignments.md Normal file
View file

@ -0,0 +1,12 @@
## Registered Features
Here is a table of current feature paths and any associated DIP. Future DIPs may introduce more types.
| Feature Index * | Feature | DIP Number and Name | Note |
| ------------------ | ------------ | ------------------- | ---- |
| `3'` | Masternode Keys | [DIP 0003: Deterministic Masternode List](https://github.com/dashpay/dips/blob/master/dip-0003.md) | The masternode related keys are located in the following sub-paths: <br>0'/* - _Reserved_<br>1'/* - Voting Key<br>2'/* - Owner Key<br>3'/* - Operator Key<br><br>For example, the first voting key for Dash would be at `m/9'/5'/3'/1'/0` |
Note: all DIP 0009 paths are of the format: `m / 9' / coin_type' / feature' / *`
\* Where applicable, the feature index matches the number of the DIP that defines the feature(s)