Skip to content

Commit

Permalink
fix examples
Browse files Browse the repository at this point in the history
  • Loading branch information
akarve committed May 26, 2024
1 parent 070841f commit 6d55b8b
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -170,21 +170,21 @@ then you get it. And we haven't even gottent into BIP-85.
### base64 password

```
bipsea seed -t xprv | bipsea entropy -a base85 -n 10
bipsea seed -f string -i "yoooooooooooooooo" -t xprv -n 12 | bipsea entropy -a base85 -n 10
```
C(s>@zBUg8

Increment the index to get a fresh password.

```
bipsea seed -t xprv | bipsea entropy -a base85 -n 10 -i 1
bipsea seed -f string -i "yoooooooooooooooo" -t xprv -n 12 | bipsea entropy -a base85 -n 10 -i 1
```
s#c+vT_jpP
p6Ft=F40(*

Alternatively you can pipe in an existing xprv:

```
echo "$myxprv" | bipsea entropy -a base85 -n 10
echo "$XPRV" | bipsea entropy -a base85 -n 10
```

### Derived seed words
Expand Down

0 comments on commit 6d55b8b

Please sign in to comment.