From 8d8c347100edab8d613f3254e7f3551d0b370dac Mon Sep 17 00:00:00 2001 From: Yash Bhutwala <> Date: Fri, 2 Mar 2018 20:45:51 -0500 Subject: [PATCH] dumpwallet typo fix --- 03_3_Setting_Up_Your_Wallet.md | 1 + 1 file changed, 1 insertion(+) diff --git a/03_3_Setting_Up_Your_Wallet.md b/03_3_Setting_Up_Your_Wallet.md index f93de6e..a1c56ea 100644 --- a/03_3_Setting_Up_Your_Wallet.md +++ b/03_3_Setting_Up_Your_Wallet.md @@ -65,6 +65,7 @@ $ bitcoin-cli importwallet backup.dat Sometimes, you might want to actually look at the private keys associated with your Bitcoin addresses. Perhaps you want to be able to sign a message or spend bitcoins from a different machine. Perhaps you just want to back up certain important private keys. To look at _all_ the keys in your wallet, type `bitcoin-cli ~/dumpwallet mywallet.txt`. +To look at _all_ the keys in your wallet, type `bitcoin-cli dumpwallet ~/mywallet.txt`. ``` $ bitcoin-cli dumpwallet ~/mywallet.txt {