Skip to content

Commit

Permalink
fix syntax, remove XPRV
Browse files Browse the repository at this point in the history
  • Loading branch information
akarve committed Jun 10, 2024
1 parent d788f17 commit 136ee52
Showing 1 changed file with 4 additions and 5 deletions.
9 changes: 4 additions & 5 deletions test-readme.sh
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@
set -e

MNEMONIC="elder major green sting survey canoe inmate funny bright jewel anchor volcano"
XPRV="xprv9s21ZrQH143K46aCaxAxmT97r6rx9XBFf1gjWTi65Eb3QHjEpuvobGPpXYSyoQqQw5SQhrZpwFKVRSjrFjKDs4shbu7BwTXfVaPV8yF2gc8"

poetry run bipsea --version

Expand All @@ -22,10 +21,10 @@ poetry run bipsea validate -f free -m "123456123456123456" | poetry run bipsea x

poetry run bipsea validate -f free -m "$(cat input.txt)"

poetry run bipsea xprv -x "$XPRV" | poetry run bipsea derive -a base85
poetry run bipsea xprv -m "$MNEMONIC" | poetry run bipsea derive -a base85

poetry run bipsea xprv -x "$XPRV" | poetry run bipsea derive -a mnemonic -t jpn -n 12
poetry run bipsea xprv -m "$MNEMONIC" | poetry run bipsea derive -a mnemonic -t jpn -n 12

poetry run bipsea xprv -x "$XPRV" | poetry run bipsea derive -a drng -n 1000
poetry run bipsea xprv -m "$MNEMONIC" | poetry run bipsea derive -a drng -n 1000

poetry run bipsea xprv -x "$XPRV" | poetry run bipsea derive -a dice -n 100 -s 6
poetry run bipsea xprv -m "$MNEMONIC" | poetry run bipsea derive -a dice -n 100 -s 6

0 comments on commit 136ee52

Please sign in to comment.