mirror of
https://github.com/seigler/dips
synced 2025-07-27 09:46:12 +00:00
Add DIP9 - Feature derivation paths (#48)
* DIP9 - Add DIP and assignment documents * DIP9 - Add to Readme
This commit is contained in:
parent
5a4cfba25a
commit
26cf7c9f92
3 changed files with 83 additions and 0 deletions
12
dip-0009/assignments.md
Normal file
12
dip-0009/assignments.md
Normal 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)
|
Loading…
Add table
Add a link
Reference in a new issue