mirror of
				https://github.com/ChristopherA/Learning-Bitcoin-from-the-Command-Line.git
				synced 2025-10-31 02:17:24 +00:00 
			
		
		
		
	clarification on adding to bitcoin.conf file
This commit is contained in:
		
							parent
							
								
									9aafcb04d6
								
							
						
					
					
						commit
						de28f0c6cd
					
				| @ -121,8 +121,9 @@ $ BITCOINRPC_PASS=$(cat ~standup/.bitcoin/bitcoin.conf | grep rpcpassword | awk | |||||||
| 
 | 
 | ||||||
| Second, you need to enable ZMQ on your Bitcoind, if you didn't already in [§15.3](15_3_Receiving_Bitcoind_Notifications_with_C.md). | Second, you need to enable ZMQ on your Bitcoind, if you didn't already in [§15.3](15_3_Receiving_Bitcoind_Notifications_with_C.md). | ||||||
| 
 | 
 | ||||||
| This requires adding the following to your `~/.bitcoin/bitcoin.conf` file: | This requires adding the following to your `~/.bitcoin/bitcoin.conf` file if it's not already there: | ||||||
| ``` | ``` | ||||||
|  | $ cat >> ~/.bitcoin/bitcoin.conf | ||||||
| zmqpubrawblock=tcp://127.0.0.1:28332 | zmqpubrawblock=tcp://127.0.0.1:28332 | ||||||
| zmqpubrawtx=tcp://127.0.0.1:28333 | zmqpubrawtx=tcp://127.0.0.1:28333 | ||||||
| ``` | ``` | ||||||
|  | |||||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user