Create 03_4_Receiving_a_Transaction.md

This commit is contained in:
Shannon Appelcline 2017-06-13 11:00:23 -07:00 committed by GitHub
parent 13eee1039c
commit c70ca2da98

View File

@ -206,3 +206,7 @@ A block explorer doesn't generally provide any more information than a command l
## Summary: Receiving a Transactions ## 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. 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).