mirror of
https://github.com/ChristopherA/Learning-Bitcoin-from-the-Command-Line.git
synced 2025-06-07 16:06:26 +00:00
Update 16_7_Integrating_Libwally_and_Bitcoin-CLI.md
This commit is contained in:
parent
4cc3c94994
commit
fcfcf975a6
@ -35,6 +35,8 @@ $ seed=$(more ~/.bitcoin/seed | grep "extended" | awk -F': ' '{print $2}')
|
|||||||
Now, you just need to import that into a simple Libwally program.
|
Now, you just need to import that into a simple Libwally program.
|
||||||
|
|
||||||
[write the libwally program]
|
[write the libwally program]
|
||||||
|
* bip32_key_serialize
|
||||||
|
* bip39_mnemonic_from_bytes
|
||||||
[write a script that (1) dumps; (2) extracts the key; (3) runs it through libwally; (4) outputs the mnemonic words]
|
[write a script that (1) dumps; (2) extracts the key; (3) runs it through libwally; (4) outputs the mnemonic words]
|
||||||
|
|
||||||
## Importing Addresses
|
## Importing Addresses
|
||||||
|
Loading…
x
Reference in New Issue
Block a user