From 0ee6893d477259b979b3a5ca8c51ee0f7d34fd20 Mon Sep 17 00:00:00 2001 From: Javier Vargas Date: Wed, 1 Jul 2020 15:46:14 +0200 Subject: [PATCH] Update 12_1_Verifying_Your_Tor_Setup.md --- 12_1_Verifying_Your_Tor_Setup.md | 12 +++++++++++- 1 file changed, 11 insertions(+), 1 deletion(-) diff --git a/12_1_Verifying_Your_Tor_Setup.md b/12_1_Verifying_Your_Tor_Setup.md index 64e078e..1795da0 100644 --- a/12_1_Verifying_Your_Tor_Setup.md +++ b/12_1_Verifying_Your_Tor_Setup.md @@ -29,7 +29,17 @@ Output 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 ``` -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