From cf2ee6c3cec3dd7d8df25d9d991ee44c75d70afd Mon Sep 17 00:00:00 2001 From: Shannon Appelcline Date: Tue, 13 Jun 2017 10:57:10 -0700 Subject: [PATCH] Create 03_3_Setting_Up_Your_Wallet.md --- 03_3_Setting_Up_Your_Wallet.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/03_3_Setting_Up_Your_Wallet.md b/03_3_Setting_Up_Your_Wallet.md index 04df68d..9874b40 100644 --- a/03_3_Setting_Up_Your_Wallet.md +++ b/03_3_Setting_Up_Your_Wallet.md @@ -86,3 +86,7 @@ _You've been typing that Bitcoin address you generated a _lot_, while you were s ## Summary: Setting Up Your Wallet You need to create an address to receive funds. Your address is stored in a wallet, which you can back up. You can also do lots more with an address, like dumping its private key or using it to sign messages. But really, creating that address is _all_ you need to do in order to receive Bitcoin funds. + +## What's Next? + +Step back from "Understanding Your Bitcoin Setup" with [Interlude: Using Command-Line Variables](03_3__Interlude_Using_Command-Line_Variables.md).