Update 12_1_Verifying_Your_Tor_Setup.md

This commit is contained in:
Javier Vargas 2020-07-01 15:46:14 +02:00 committed by GitHub
parent b3145deca7
commit 0ee6893d47
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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