From 4276c559cb9bfa090396d9c26f8bf80e0fc6bd3d Mon Sep 17 00:00:00 2001 From: Shannon Appelcline Date: Tue, 14 Jul 2020 14:28:03 -1000 Subject: [PATCH] added command list --- 07_3_Integrating_with_Hardware_Wallets.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/07_3_Integrating_with_Hardware_Wallets.md b/07_3_Integrating_with_Hardware_Wallets.md index 08f53a3..5113ee0 100644 --- a/07_3_Integrating_with_Hardware_Wallets.md +++ b/07_3_Integrating_with_Hardware_Wallets.md @@ -458,6 +458,13 @@ $ bitcoin-cli sendrawtransaction $hex ``` You've successfully sent funds using the private keys held on your hardware wallet! +## Learn Other HWI Commands + +There are a variety of other commands available for use with HWI. At the time of this writing, they are: +``` +numerate,getmasterxpub,signtx,getxpub,signmessage,getkeypool,getdescriptors,displayaddress,setup,wipe,restore,backup,promptpin,togglepassphrase,sendpin +``` + ## Summary: Integrating with Hardware Wallets Hardware wallets can offer better protection by keeping your private keys offline, protected in the hardware. Fortunately, there's still a way to interact with them using `bitcoin-cli`. You just install HWI and it will then allow you to (1) import public keys to watch them; and (2) sign transactions using your hardware wallet.