Skip to content

Commit

Permalink
Makefile build change, new examples on words => words (#11)
Browse files Browse the repository at this point in the history
  • Loading branch information
akarve authored May 26, 2024
1 parent e2e1620 commit 74d7024
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
.PHONY: all build check clean install install-go lint push test test-network git-unsaved

# for PyPI
build: clean push
build: clean
python -m build

clean:
Expand Down
12 changes: 12 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -142,6 +142,7 @@ bipsea seed -f words -i "airport letter idea forget broccoli prefer panda food d
```
xprv9s21ZrQH143K3YwuXcacSSghcUfrrEyj9hTHU3a2gmr6SzPBaxmuTgKGBWtFdnnCjwGYMkU7mLvxba8FFPGLQUMvyACZTEdSCJ8uBwh5Aqs


## xprv from dice rolls (or any string)
```
bipsea seed -f string -i "123456123456123456" -t xprv
Expand Down Expand Up @@ -198,6 +199,17 @@ bipsea seed -t xprv | bipsea entropy -a words
```
loan height quality library maid defense minor token thought music claim actual hour ship robust burst live broccoli

Transform one set of seed words int infinitely many others (increment `-i`):

```
bipsea seed -f words -i "load kitchen smooth mass blood happy kidney orbit used process lady sudden" -t xprv | bipsea entropy -a words -n 12
```
medal air cube edit offer pair source promote wrap pretty rare when

Run the command with `-i 1` for new words:

run sea prison modify december any pottery melody aspect hero loan gown

### DRNG, enter the matrix

```
Expand Down

0 comments on commit 74d7024

Please sign in to comment.