Update 4_0_Creating_Basic_Bitcoin_Transactions.md

This commit is contained in:
Shannon Appelcline 2017-03-28 15:02:29 -07:00 committed by GitHub
parent f35d235a96
commit 10097d69a3

View File

@ -1,6 +1,6 @@
# Section Four: Sending Bitcoin Transactions # Section Four: Sending Bitcoin Transactions
This section describes three different methods for sending bitcoins to basic P2PKH addresses from the command line, using only the bitcoin-cli interface. This section describes three different methods for sending bitcoins to normal P2PKH addresses from the command line, using only the bitcoin-cli interface.
## Objectives for This Section ## Objectives for This Section
@ -15,6 +15,7 @@ Supporting objectives include the ability to:
* Use Basic Methods to Send Money * Use Basic Methods to Send Money
* Understand Transactions & Transaction Fees * Understand Transactions & Transaction Fees
* Use Auto Fee Calculation Methods to Send Money * Use Auto Fee Calculation Methods to Send Money
* Understand the Dangers of Raw Transactions
## Table of Contents ## Table of Contents