mirror of
				https://github.com/ChristopherA/Learning-Bitcoin-from-the-Command-Line.git
				synced 2025-11-04 04:17:43 +00:00 
			
		
		
		
	Adjust bitcoin.conf
Added walletbroadcast=1 per @leobauza and @madztheo ; thanks!
This commit is contained in:
		
							parent
							
								
									36c9afe954
								
							
						
					
					
						commit
						c853964937
					
				@ -359,6 +359,7 @@ rpcpassword=$(xxd -l 16 -p /dev/urandom)
 | 
				
			|||||||
rpcallowip=127.0.0.1
 | 
					rpcallowip=127.0.0.1
 | 
				
			||||||
testnet=1
 | 
					testnet=1
 | 
				
			||||||
txindex=1
 | 
					txindex=1
 | 
				
			||||||
 | 
					walletbroadcast=1
 | 
				
			||||||
EOF
 | 
					EOF
 | 
				
			||||||
```
 | 
					```
 | 
				
			||||||
> **TESTNET vs MAINNET:** If you want to use mainnet instead of testnet, just omit the "testnet=1" line; easy!
 | 
					> **TESTNET vs MAINNET:** If you want to use mainnet instead of testnet, just omit the "testnet=1" line; easy!
 | 
				
			||||||
 | 
				
			|||||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user