Skip to content

Commit

Permalink
Change order of note and use of BIP39 wordlist.
Browse files Browse the repository at this point in the history
  • Loading branch information
ctsrc committed Nov 20, 2024
1 parent eb0b512 commit 7d75517
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions crates/pgen/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -47,18 +47,18 @@ 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
```

> 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

```
Expand Down

0 comments on commit 7d75517

Please sign in to comment.