Learning-Bitcoin-from-the-C.../04_0_Creating_Basic_Bitcoin_Transactions.md
2017-06-13 10:21:10 -07:00

28 lines
1.2 KiB
Markdown

# Chapter Four: Sending Bitcoin Transactions
This chapter describes three different methods for sending bitcoins to normal P2PKH addresses from the command line, using only the bitcoin-cli interface.
## Objectives for This Chapter
After working through this chapter, a developer will be able to:
* Decide How to Send Money Through Bitcoin
* Create a Raw Transaction
* Use Arithmetic to Calculate Fees
Supporting objectives include the ability to:
* Understand Transactions & Transaction Fees
* Use Basic Methods to Send Money
* Use Auto Fee Calculation Methods to Send Money
* Understand the Dangers of Raw Transactions
## Table of Contents
* [Section One: Sending Coins the Easy Way](4_1_Sending_Coins_The_Easy_Way.md)
* [Section Two: Creating a Raw Transaction](4_2_Creating_a_Raw_Transaction.md)
* [Interlude: Using JQ](4_2__Interlude_Using_JQ.md)
* [Section Three: Creating a Raw Transaction with Named Arguments](4_3_Creating_a_Raw_Transaction_with_Named_Arguments.md)
* [Section Four: Sending Coins with Raw Transactions](4_4_Sending_Coins_with_a_Raw_Transaction.md)
* [Section Five: Sending Coins with Automated Raw Transactions](4_5_Sending_Coins_with_Automated_Raw_Transactions.md)