mirror of
				https://github.com/ChristopherA/Learning-Bitcoin-from-the-Command-Line.git
				synced 2025-11-03 20:07:46 +00:00 
			
		
		
		
	Update 5_0_Knowing_Transaction_Tricks.md
This commit is contained in:
		
							parent
							
								
									af18dbda53
								
							
						
					
					
						commit
						33959388b9
					
				@ -1,30 +1,23 @@
 | 
				
			|||||||
This section describes how to send basic Bitcoin transactions from the command line, using only the bitcoin-cli interface.
 | 
					# Section Five: Knowing Transaction Tricks
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					This section describes how to use a few tricks that supplement or improve the use of raw transaction from the command line using bitcoin-cli.
 | 
				
			||||||
 | 
					
 | 
				
			||||||
## Objectives for This Section
 | 
					## Objectives for This Section
 | 
				
			||||||
 | 
					
 | 
				
			||||||
After working through this section, a developer will be able to:
 | 
					After working through this section, a developer will be able to:
 | 
				
			||||||
 | 
					
 | 
				
			||||||
   * Decide How to Send Money Through Bitcoin
 | 
					   * Create Data as Part of a Raw Transaction
 | 
				
			||||||
   * Create a Raw Transaction
 | 
					   * Decide Whether RBF or CPFP is Appropriate
 | 
				
			||||||
   
 | 
					   * Use These Tricks to Free Up a Stuck Transaction
 | 
				
			||||||
   [[decide whether this should include OP_RETURN or not]]
 | 
					 | 
				
			||||||
 | 
					
 | 
				
			||||||
Supporting objectives include the ability to:
 | 
					Supporting objectives include the ability to:
 | 
				
			||||||
 | 
					
 | 
				
			||||||
   * Use Basic Methods to Send Money
 | 
					   * Plan for the Power of OP_RETURN
 | 
				
			||||||
   * Use Shell Tools to Make Raw Transactions Simple
 | 
					   * Understand the Mempool
 | 
				
			||||||
   * Understand TXes
 | 
					   * Experience How Miners Interact with Fees
 | 
				
			||||||
   * Understand Transaction Fees
 | 
					 | 
				
			||||||
   * Understand How Money Goes Through a Transaction
 | 
					 | 
				
			||||||
   * Use Auto Fee Calculation Methods to Send Money
 | 
					 | 
				
			||||||
   
 | 
					   
 | 
				
			||||||
## Table of Contents
 | 
					## Table of Contents
 | 
				
			||||||
   
 | 
					   
 | 
				
			||||||
 * [Interlude: Sending Coins the Easy Way](3_3__Interlude_Sending_Coins_The_Easy_Way.md)
 | 
					    * [Part One: Resending a Transaction with RBF](5_1_Resending_a_Transaction_with_RBF.md)
 | 
				
			||||||
* [Part Four: Sending a Raw Transaction to a P2PKH](3_4_Sending_a_Raw_Transaction_to_a_P2PKH.md)
 | 
					    * [Part Two: Funding a Transaction with CPFP](5_2_Funding_a_Transaction_with_CPFP.md)
 | 
				
			||||||
[[break out shell tools here]]
 | 
					    * [Part Three: Sending a Raw Transaction with Data](5_3_Sending_a_Raw_Transaction_with_Data.md)
 | 
				
			||||||
  * Interlude: Shell Variables
 | 
					 | 
				
			||||||
  * [Interlude: Using JQ for Better Parsing](3_4__Interlude_Using_JQ_for_Better_Parsing.md)
 | 
					 | 
				
			||||||
[[then continue with real raw transaction]]
 | 
					 | 
				
			||||||
  * [Interlude: Writing a Raw Transaction the Easy Way](3_4__Interlude_Writing_a_Raw_Transaction_The_Easy_Way.md)
 | 
					 | 
				
			||||||
* [Part Five: Sending a Raw Transaction to an OP_RETURN](3_5_Sending_a_Raw_Transaction_to_an_OP_RETURN.md)
 | 
					 | 
				
			||||||
 | 
				
			|||||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user