From c70ca2da9830af0abdb024ab90147e63b5417b62 Mon Sep 17 00:00:00 2001 From: Shannon Appelcline Date: Tue, 13 Jun 2017 11:00:23 -0700 Subject: [PATCH] Create 03_4_Receiving_a_Transaction.md --- 03_4_Receiving_a_Transaction.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/03_4_Receiving_a_Transaction.md b/03_4_Receiving_a_Transaction.md index 77d0cb0..a6e0887 100644 --- a/03_4_Receiving_a_Transaction.md +++ b/03_4_Receiving_a_Transaction.md @@ -206,3 +206,7 @@ A block explorer doesn't generally provide any more information than a command l ## Summary: Receiving a Transactions Faucets will give you money on the testnet. They come in as raw transactions, which can be examined with `getrawtransaction` or a block explorer. Once you've receive a transaction, you can see it in your balance and your wallet. + +## What's Next? + +Advance through "bitcoin-cli" with [Chapter Four: Sending Bitcoin Transactions](04_0_Creating_Basic_Bitcoin_Transactions.md).