From 7d755172c8bfc140251f36451a1561761d9d4970 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Erik=20Nordstr=C3=B8m?= Date: Wed, 20 Nov 2024 03:25:23 +0100 Subject: [PATCH] Change order of note and use of BIP39 wordlist. --- crates/pgen/README.md | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/crates/pgen/README.md b/crates/pgen/README.md index 20d1989..de818f7 100644 --- a/crates/pgen/README.md +++ b/crates/pgen/README.md @@ -47,6 +47,11 @@ pgen -w eff-long ### Using BIP39 wordlist, and custom number of words +> [!NOTE] +> In the current version, BIP39 wordlist is available but the BIP39 algorithm itself is not yet used. +> In the upcoming `v3.0.0` release, the BIP39 algorithm will be implemented so that when you use +> the BIP39 wordlist it will generate mnemonics that can be used for generation of valid Bitcoin wallets. + ```zsh pgen -w bip39 -n 24 ``` @@ -54,11 +59,6 @@ pgen -w bip39 -n 24 > sword relief this any peanut uncle supreme month impose learn rose ramp double auction course mutual bench elder > unfair dizzy harbor use casino pledge -> [!NOTE] -> In the current version, BIP39 wordlist is available but the BIP39 algorithm itself is not yet used. -> In the upcoming `v3.0.0` release, the BIP39 algorithm will be implemented so that when you use -> the BIP39 wordlist it will generate mnemonics that can be used for generation of valid Bitcoin wallets. - ## Usage ```