mirror of
				https://github.com/ChristopherA/Learning-Bitcoin-from-the-Command-Line.git
				synced 2025-11-04 04:17:43 +00:00 
			
		
		
		
	Updated ToC for new plans
This commit is contained in:
		
							parent
							
								
									172965c790
								
							
						
					
					
						commit
						7c338b908e
					
				
							
								
								
									
										47
									
								
								README.md
									
									
									
									
									
								
							
							
						
						
									
										47
									
								
								README.md
									
									
									
									
									
								
							@ -87,25 +87,29 @@ This tutorial assumes that you have some minimal background of how to use the co
 | 
				
			|||||||
 | 
					
 | 
				
			||||||
**PART FOUR: LIGHTNING-CLI**
 | 
					**PART FOUR: LIGHTNING-CLI**
 | 
				
			||||||
 | 
					
 | 
				
			||||||
* X.0: Setting Up TOR
 | 
					_This section is unwritten currently, and will probably involve chapter 14.0 expanding into at least two chapters._
 | 
				
			||||||
* X.0: Setting Up Lightning
 | 
					
 | 
				
			||||||
* X.0: Using Lightning
 | 
					* 12.0: Setting Up TOR
 | 
				
			||||||
 | 
					* 13.0: Setting Up Lightning
 | 
				
			||||||
 | 
					* 14.0: Using Lightning
 | 
				
			||||||
 | 
					
 | 
				
			||||||
**PART FIVE: BITCOIN & LIGHTNING PROGRAMMING**
 | 
					**PART FIVE: BITCOIN & LIGHTNING PROGRAMMING**
 | 
				
			||||||
 | 
					
 | 
				
			||||||
* [12.0: Talking to Bitcoind with C](12_0_Talking_to_Bitcoind.md) — Needs Editing
 | 
					_This section is currently a messy set of older writings which are being reorganized as listed below. We're not going to work through this section until we've got chapters 1-11 updated per our current notes, then 12-14 written. But, if you'd like to see what we have to date on programming in correlation with Bitcoin Core, please feel free. 
 | 
				
			||||||
  * [12.2: Accessing Bitcoind with C](12_2_Accessing_Bitcoind_with_C.md)
 | 
					
 | 
				
			||||||
  * [12.3: Programming Bitcoind with C](12_3_Programming_Bitcoind_with_C.md) — Needs Editing
 | 
					* [15.0: Talking to Bitcoind with C](12_0_Talking_to_Bitcoind.md) — Needs Editing
 | 
				
			||||||
  * [12.4: Receiving Bitcoind Notifications with C](12_4_Receiving_Bitcoind_Notifications_with_C.md) — Pending
 | 
					  * [15.1: Accessing Bitcoind with C](12_2_Accessing_Bitcoind_with_C.md)
 | 
				
			||||||
* X.0: Talking to LightningD with C
 | 
					  * [15.2: Programming Bitcoind with C](12_3_Programming_Bitcoind_with_C.md) — Needs Editing
 | 
				
			||||||
* 13.0: Programming with LibWally
 | 
					  * [15.3: Receiving Bitcoind Notifications with C](12_4_Receiving_Bitcoind_Notifications_with_C.md) — Pending
 | 
				
			||||||
   * 13.1: Programming Transactions
 | 
					* 16.0: Talking to Lightningd with C
 | 
				
			||||||
   * 13.2: Programming Scripts
 | 
					* 17.0: Programming with LibWally
 | 
				
			||||||
   * Using secp256k1 in this?
 | 
					   * 17.1: Using secp256k1 Functions
 | 
				
			||||||
* X.0: Talking to Bitcoind with Other Languages
 | 
					   * 17.2: Writing Wallet Functions
 | 
				
			||||||
  * [12.5: Accessing Bitcoind with_Node_JS](12_5_Accessing_Bitcoind_with_Other_Languages.md)  — Writing
 | 
					   * 17.3: Integrating Libwally and Scripts
 | 
				
			||||||
  * [12.6: Accessing Bitcoind with Python](12_6_Accessing_Bitcoind_with_Python.md)  — Writing
 | 
					* 18.0: Talking to Bitcoind with Other Languages
 | 
				
			||||||
  * [12.7: Accessing Bitcoind with Java](12_7_Accessing_Bitcoind_with_Java.md)
 | 
					  * [18.1: Accessing Bitcoind with_Node_JS](12_5_Accessing_Bitcoind_with_Other_Languages.md)  — Writing
 | 
				
			||||||
 | 
					  * [18.2: Accessing Bitcoind with Python](12_6_Accessing_Bitcoind_with_Python.md)  — Writing
 | 
				
			||||||
 | 
					  * [18.3: Accessing Bitcoind with Java](12_7_Accessing_Bitcoind_with_Java.md)
 | 
				
			||||||
 | 
					
 | 
				
			||||||
**APPENDICES**
 | 
					**APPENDICES**
 | 
				
			||||||
 | 
					
 | 
				
			||||||
@ -113,9 +117,8 @@ This tutorial assumes that you have some minimal background of how to use the co
 | 
				
			|||||||
 | 
					
 | 
				
			||||||
* Appendix II: Using Bitcoin Regtest
 | 
					* Appendix II: Using Bitcoin Regtest
 | 
				
			||||||
 | 
					
 | 
				
			||||||
* [15.0: Setting Up a Bitcoin Regtest](15_0_Setting_Up_a_Bitcoin_Regtest.md)
 | 
					* [A2.0: Setting Up a Bitcoin Regtest](15_0_Setting_Up_a_Bitcoin_Regtest.md)
 | 
				
			||||||
   * [15.1: Starting the Regtest](15_1_Starting_the_Regtest.md)
 | 
					   * [A2.1: Starting the Regtest](15_1_Starting_the_Regtest.md)
 | 
				
			||||||
   * [15.2: Mining with Regtest](15_2_Mining_with_Regtest.md)
 | 
					   * [A2.2: Mining with Regtest](15_2_Mining_with_Regtest.md)
 | 
				
			||||||
   * [15.3: Testing with Regtest](15_3_Testing_with_Regtest.md)
 | 
					   * [A2.3: Testing with Regtest](15_3_Testing_with_Regtest.md)
 | 
				
			||||||
 | 
					   * [why is Regtest important if you're compiling it yourself?]
 | 
				
			||||||
[why is Regtest important if you're compiling it yourself?]
 | 
					 | 
				
			||||||
 | 
				
			|||||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user