mirror of
https://github.com/ChristopherA/Learning-Bitcoin-from-the-Command-Line.git
synced 2026-04-13 00:22:25 +00:00
renumber
This commit is contained in:
parent
48d94c8c06
commit
5acd608ef2
@ -1,4 +1,4 @@
|
||||
# Chapter Four: Sending Bitcoin Transactions
|
||||
# Chapter Five: Sending Bitcoin Transactions
|
||||
|
||||
This chapter describes three different methods for sending bitcoins to normal P2WPKH addresses from the command line, using only the bitcoin-cli interface.
|
||||
|
||||
@ -19,11 +19,11 @@ Supporting objectives include the ability to:
|
||||
|
||||
## Table of Contents
|
||||
|
||||
* [Section One: Sending Coins the Easy Way](04_1_Sending_Coins_The_Easy_Way.md)
|
||||
* [Section Two: Creating a Raw Transaction](04_2_Creating_a_Raw_Transaction.md)
|
||||
* [Interlude: Using JQ](04_2__Interlude_Using_JQ.md)
|
||||
* [Section Three: Creating a Raw Transaction with Named Arguments](04_3_Creating_a_Raw_Transaction_with_Named_Arguments.md)
|
||||
* [Section Four: Sending Coins with Raw Transactions](04_4_Sending_Coins_with_a_Raw_Transaction.md)
|
||||
* [Interlude: Using Curl](04_4__Interlude_Using_Curl.md)
|
||||
* [Section Five: Sending Coins with Automated Raw Transactions](04_5_Sending_Coins_with_Automated_Raw_Transactions.md)
|
||||
* [Section Six: Sending Coins to Other Addresses](04_6_Sending_Coins_to_Other_Addresses.md)
|
||||
* [Section One: Sending Coins the Easy Way](05_1_Sending_Coins_The_Easy_Way.md)
|
||||
* [Section Two: Creating a Raw Transaction](05_2_Creating_a_Raw_Transaction.md)
|
||||
* [Interlude: Using JQ](05_2__Interlude_Using_JQ.md)
|
||||
* [Section Three: Creating a Raw Transaction with Named Arguments](05_3_Creating_a_Raw_Transaction_with_Named_Arguments.md)
|
||||
* [Section Four: Sending Coins with Raw Transactions](05_4_Sending_Coins_with_a_Raw_Transaction.md)
|
||||
* [Interlude: Using Curl](05_4__Interlude_Using_Curl.md)
|
||||
* [Section Five: Sending Coins with Automated Raw Transactions](05_5_Sending_Coins_with_Automated_Raw_Transactions.md)
|
||||
* [Section Six: Sending Coins to Other Addresses](05_6_Sending_Coins_to_Other_Addresses.md)
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user