From fcfcf975a6bac771e59cff46e64d9d3f11173d63 Mon Sep 17 00:00:00 2001 From: Shannon Appelcline Date: Tue, 18 Aug 2020 15:35:16 -1000 Subject: [PATCH] Update 16_7_Integrating_Libwally_and_Bitcoin-CLI.md --- 16_7_Integrating_Libwally_and_Bitcoin-CLI.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/16_7_Integrating_Libwally_and_Bitcoin-CLI.md b/16_7_Integrating_Libwally_and_Bitcoin-CLI.md index 4aa26a1..19f356b 100644 --- a/16_7_Integrating_Libwally_and_Bitcoin-CLI.md +++ b/16_7_Integrating_Libwally_and_Bitcoin-CLI.md @@ -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. [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] ## Importing Addresses