mirror of
				https://github.com/ChristopherA/Learning-Bitcoin-from-the-Command-Line.git
				synced 2025-10-31 02:17:24 +00:00 
			
		
		
		
	
		
			
				
	
	
		
			28 lines
		
	
	
		
			1.3 KiB
		
	
	
	
		
			Markdown
		
	
	
	
	
	
			
		
		
	
	
			28 lines
		
	
	
		
			1.3 KiB
		
	
	
	
		
			Markdown
		
	
	
	
	
	
| # Chapter Five: Knowing Transaction Tricks
 | |
| 
 | |
| This chapter describes how to use a few tricks that supplement or improve the use of raw transaction from the command line using bitcoin-cli. It does so by walking through all the remaining variables available to use with bitcoin-cli raw transactions, including sequence (for RBF), data (for OP_RETURNs), and locktime (for Locktime).
 | |
| 
 | |
| ## Objectives for This Section
 | |
| 
 | |
| After working through this chapter, a developer will be able to:
 | |
| 
 | |
|    * Decide Whether RBF or CPFP Might Help a Transaction
 | |
|    * Create Transactiosn with Data
 | |
|    * Create Transactions with Locktimes
 | |
|    
 | |
| Supporting objectives include the ability to:
 | |
| 
 | |
|    * Understand the Mempool
 | |
|    * Use RBF or CPFP to Free Up a Stuck Transaction
 | |
|    * Plan for the Power of RBF
 | |
|    * Plan for the Power of OP_RETURN
 | |
|    * Plan for the Power of Locktime
 | |
|    
 | |
| ## Table of Contents
 | |
|    
 | |
|    * [Part One: Watching for Stuck Transactions](5_1_Watching_for_Stuck_Transactions.md)
 | |
|    * [Part Two: Resending a Transaction with RBF](5_2_Resending_a_Transaction_with_RBF.md)
 | |
|    * [Part Three: Funding a Transaction with CPFP](5_3_Funding_a_Transaction_with_CPFP.md)
 | |
|    * [Part Four: Sending a Raw Transaction with Data](5_4_Sending_a_Raw_Transaction_with_Data.md)
 | |
|    * [Part Five: Sending a Raw Transaction with a Locktime](5_5_Sending_a_Raw_Transaction_with_a_Locktime.md)
 |