mirror of
https://github.com/bitcoinbook/bitcoinbook
synced 2024-11-22 16:18:11 +00:00
Addressing errata 152499
This commit is contained in:
parent
918905beb0
commit
9ad7c62ca7
@ -841,7 +841,7 @@ BIP0044 specifies the structure as consisting of five predefined tree levels:
|
|||||||
====
|
====
|
||||||
[source, bash]
|
[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
|
$ cat m # show the master extended private key
|
||||||
xprv9s21ZrQH143K38iQ9Y5p6qoB8C75TE71NfpyQPdfGvzghDt39DHPFpovvtWZaRgY5uPwV7RpEgHs7cvdgfiSjLjjbuGKGcjRyU7RGGSS8Xa
|
xprv9s21ZrQH143K38iQ9Y5p6qoB8C75TE71NfpyQPdfGvzghDt39DHPFpovvtWZaRgY5uPwV7RpEgHs7cvdgfiSjLjjbuGKGcjRyU7RGGSS8Xa
|
||||||
$ cat m | bx hd-public # generate the M/0 extended public key
|
$ cat m | bx hd-public # generate the M/0 extended public key
|
||||||
|
Loading…
Reference in New Issue
Block a user