mirror of
				https://github.com/ChristopherA/Learning-Bitcoin-from-the-Command-Line.git
				synced 2025-11-04 12:28:15 +00:00 
			
		
		
		
	Added link to Bitcoin Config Generator
This commit is contained in:
		
							parent
							
								
									6d9fb5e05e
								
							
						
					
					
						commit
						753d228d19
					
				@ -13,7 +13,9 @@ The main directory just contains your config file and the testnet directory:
 | 
				
			|||||||
$ ls ~/.bitcoin
 | 
					$ ls ~/.bitcoin
 | 
				
			||||||
bitcoin.conf  testnet3
 | 
					bitcoin.conf  testnet3
 | 
				
			||||||
```
 | 
					```
 | 
				
			||||||
The testnet3 directory then contains all of the guts:
 | 
					The setup guides in [Chapter 2: Creating a Bitcoin-Core VPS](2_0_Setting_Up_a_Bitcoin-Core_VPS.md) laid out a standardized config file. [Section 3.1: Verifying Your Bitcoin Setup](3_1_Verifying_Your_Bitcoin_Setup.md) suggested how to change it to support more advanced setups. If you're interested in learning even more about the config file, you may wish to consult [Jameson Lopp's Bitcoin Core Config Generator](https://jlopp.github.io/bitcoin-core-config-generator/).
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					Moving back to your ~/.bitcoin directory, you'll find that the testnet3 directory contains all of the guts:
 | 
				
			||||||
```
 | 
					```
 | 
				
			||||||
$ ls ~/.bitcoin/testnet3
 | 
					$ ls ~/.bitcoin/testnet3
 | 
				
			||||||
banlist.dat   blocks	  database  debug.log  wallet.dat
 | 
					banlist.dat   blocks	  database  debug.log  wallet.dat
 | 
				
			||||||
 | 
				
			|||||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user