You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: bip-0085.mediawiki
+17-15Lines changed: 17 additions & 15 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -8,7 +8,7 @@
8
8
Type: Informational
9
9
Assigned: 2020-03-20
10
10
License: BSD-2-Clause OR OPUBL-1.0
11
-
Version: 2.0.0
11
+
Version: 2.1.0
12
12
</pre>
13
13
14
14
==Abstract==
@@ -425,49 +425,49 @@ OUTPUT
425
425
426
426
===Nostr===
427
427
428
-
Application number: 86'
428
+
Application number: 9000'
429
429
430
-
The application number is the sum of the alphabetical positions of the letters in Nostr (n=14 + o=15 + s=19 + t=20 + r=18) to avoid the confusion with NIP06.
430
+
9000 is the zip code of Funchal in Madeira, Portugal, where this specification was written during the Sovereign Engineering event.
431
431
432
-
The derivation path format is: <code>m/83696968'/86'/{identity}'/{account_index}'</code>
432
+
The derivation path format is: <code>m/83696968'/9000'/{identity}'/{account_index}'</code>
433
433
434
434
Uses the entropy as a Nostr private key.
435
435
436
436
Identity index <code>0'</code> is reserved for future protocol use.
437
437
Account index <code>0'</code> is reserved across all identities for key management operations.
438
-
Usable keys start at <code>identity >= 1'</code> and <code>account >= 1'</code>.
438
+
Usable keys start at <code>identity >= 1'</code> and <code>account_index >= 1'</code>.
439
439
440
440
The resulting 32-byte private key is Bech32 encoded as an <code>nsec</code> per NIP19.
0 commit comments