mirror of
				https://github.com/ChristopherA/Learning-Bitcoin-from-the-Command-Line.git
				synced 2025-10-31 10:27:29 +00:00 
			
		
		
		
	Update 12_1_Verifying_Your_Tor_Setup.md
This commit is contained in:
		
							parent
							
								
									b3145deca7
								
							
						
					
					
						commit
						0ee6893d47
					
				| @ -29,7 +29,17 @@ Output | |||||||
| 2020-06-25T18:16:44Z tor: Thread interrupt | 2020-06-25T18:16:44Z tor: Thread interrupt | ||||||
| 2020-06-25T19:11:12Z tor: Got service ID [YOUR_ONION_ID], advertising service your_onion_id.onion:8333 | 2020-06-25T19:11:12Z tor: Got service ID [YOUR_ONION_ID], advertising service your_onion_id.onion:8333 | ||||||
| ``` | ``` | ||||||
| Using bitcoin-cli you should use: | Using bitcoin-cli you should use getnetworkinfo to get your onion id like this: | ||||||
|  | 
 | ||||||
|  | ``` | ||||||
|  |  "localaddresses": [ | ||||||
|  |     { | ||||||
|  |       "address": "your_onion_id.onion", | ||||||
|  |       "port": 8333, | ||||||
|  |       "score": 4 | ||||||
|  |     } | ||||||
|  |   ], | ||||||
|  | ``` | ||||||
| 
 | 
 | ||||||
| ``` | ``` | ||||||
| $ bitcoin-cli getnetworkinfo | $ bitcoin-cli getnetworkinfo | ||||||
|  | |||||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user