1
0
mirror of https://github.com/bitcoinbook/bitcoinbook synced 2024-11-13 19:38:56 +00:00

Addressing errata 152499

This commit is contained in:
Andreas M. Antonopoulos 2015-03-03 11:49:02 -05:00
parent 918905beb0
commit 9ad7c62ca7

View File

@ -841,7 +841,7 @@ BIP0044 specifies the structure as consisting of five predefined tree levels:
====
[source, bash]
----
$ bx seed | bx hd-seed > m # create a new master private key from a seed and store in file "m"
$ bx seed | bx hd-new > m # create a new master private key from a seed and store in file "m"
$ cat m # show the master extended private key
xprv9s21ZrQH143K38iQ9Y5p6qoB8C75TE71NfpyQPdfGvzghDt39DHPFpovvtWZaRgY5uPwV7RpEgHs7cvdgfiSjLjjbuGKGcjRyU7RGGSS8Xa
$ cat m | bx hd-public # generate the M/0 extended public key