diff options
| author | Jon Staab <jstaab@protonmail.com> | 2023-05-12 05:10:45 -0700 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2023-05-12 05:10:45 -0700 |
| commit | e5302f84c74cf42d878a3ed18257a16bc0d3b748 (patch) | |
| tree | b1a3ad9c0317bf7c38f34c500559b66ff7c0a22d /06.md | |
| parent | 1c728516dfdc7508ce27eda222bde78466e3457d (diff) | |
| parent | 4208652dc7a39c63c39559b13c656ec30400fcba (diff) | |
Merge branch 'master' into patch-1
Diffstat (limited to '06.md')
| -rw-r--r-- | 06.md | 4 |
1 files changed, 2 insertions, 2 deletions
| @@ -8,8 +8,8 @@ Basic key derivation from mnemonic seed phrase | |||
| 8 | 8 | ||
| 9 | [BIP39](https://bips.xyz/39) is used to generate mnemonic seed words and derive a binary seed from them. | 9 | [BIP39](https://bips.xyz/39) is used to generate mnemonic seed words and derive a binary seed from them. |
| 10 | 10 | ||
| 11 | [BIP32](https://bips.xyz/32) is used to derive the path `m/44'/1237'/0'/0/0` (according to the Nostr entry on [SLIP44](https://github.com/satoshilabs/slips/blob/master/slip-0044.md)). | 11 | [BIP32](https://bips.xyz/32) is used to derive the path `m/44'/1237'/<account>'/0/0` (according to the Nostr entry on [SLIP44](https://github.com/satoshilabs/slips/blob/master/slip-0044.md)). |
| 12 | 12 | ||
| 13 | This is the default for a basic, normal, single-key client. | 13 | A basic client can simply use an `account` of `0` to derive a single key. For more advanced use-cases you can increment `account`, allowing generation of practically infinite keys from the 5-level path with hardened derivation. |
| 14 | 14 | ||
| 15 | Other types of clients can still get fancy and use other derivation paths for their own other purposes. | 15 | Other types of clients can still get fancy and use other derivation paths for their own other purposes. |