mirror of
https://github.com/ChristopherA/Learning-Bitcoin-from-the-Command-Line.git
synced 2025-06-08 08:26:17 +00:00
27 lines
1.1 KiB
Markdown
27 lines
1.1 KiB
Markdown
# Section Four: Sending Bitcoin Transactions
|
|
|
|
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
|
|
|
|
After working through this section, 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:
|
|
|
|
* Use Basic Methods to Send Money
|
|
* Understand Transactions & Transaction Fees
|
|
* Use Auto Fee Calculation Methods to Send Money
|
|
* Understand the Dangers of Raw Transactions
|
|
|
|
## Table of Contents
|
|
|
|
* [Part One: Sending Coins the Easy Way](4_1_Sending_Coins_The_Easy_Way.md)
|
|
* [Part Two: Creating a Raw Transaction](4_2_Creating_a_Raw_Transaction.md)
|
|
* [Interlude: Using JQ](4_2__Interlude_Using_JQ.md)
|
|
* [Part Three: Sending Coins with a Raw Transaction](4_3_Sending_Coins_with_a_Raw_Transaction.md)
|
|
* [Part Four: Sending Coins with an Automated Raw Transactio](4_4_Sending_Coins_with_an_Automated_Raw_Transaction.md)
|