mirror of
				https://github.com/ChristopherA/Learning-Bitcoin-from-the-Command-Line.git
				synced 2025-11-04 04:17:43 +00:00 
			
		
		
		
	fix word
This commit is contained in:
		
							parent
							
								
									abb0cc14eb
								
							
						
					
					
						commit
						a4e2bfbecc
					
				@ -1,6 +1,6 @@
 | 
				
			|||||||
# Chapter 15: Setting Up a Bitcoin Regtest
 | 
					# Chapter 15: Setting Up a Bitcoin Regtest
 | 
				
			||||||
 | 
					
 | 
				
			||||||
While developing Bitcoin applications, it might happen that you want to use your applications isolated from any public Blockchain such as the Mainnet or the Testnet.
 | 
					While developing Bitcoin applications, you might want to use your applications isolated from any public Blockchain such as the Mainnet or the Testnet.
 | 
				
			||||||
You can create a Blockchain from scratch using the Regtest, with one main advantage over Testnet: you choose when to create new blocks, so you have complete control over the environment.
 | 
					You can create a Blockchain from scratch using the Regtest, with one main advantage over Testnet: you choose when to create new blocks, so you have complete control over the environment.
 | 
				
			||||||
 | 
					
 | 
				
			||||||
## Objectives for This Chapter
 | 
					## Objectives for This Chapter
 | 
				
			||||||
 | 
				
			|||||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user