upleb.uk

Public git repos — served from a NIP-34 GRASP relay at git.upleb.uk

summaryrefslogtreecommitdiff
path: root/06.md
diff options
context:
space:
mode:
authorfiatjaf_ <fiatjaf@gmail.com>2023-04-05 09:29:20 -0300
committerGitHub <noreply@github.com>2023-04-05 09:29:20 -0300
commit45e6af1ad9d10e66417c07b995e497171653f0c1 (patch)
tree6ef8b07cd9d65a5ea72e8825235b50ed28fa1d8a /06.md
parent8b39976e78f90fe766ad7149e250777cddacbb5e (diff)
parent59e51957842a46838901c5e48242cd3a9cfd3185 (diff)
Merge pull request #412 from sethforprivacy/patch-1
Diffstat (limited to '06.md')
-rw-r--r--06.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/06.md b/06.md
index c1e66fe..4ae571f 100644
--- a/06.md
+++ b/06.md
@@ -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
13This is the default for a basic, normal, single-key client. 13A 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
15Other types of clients can still get fancy and use other derivation paths for their own other purposes. 15Other types of clients can still get fancy and use other derivation paths for their own other purposes.