From 5cd0ae01f71b74c88f4effb255e6bba493668de3 Mon Sep 17 00:00:00 2001 From: Hily-h <58058069+zhanzhao-h@users.noreply.github.com> Date: Thu, 4 Jun 2026 10:30:31 +0800 Subject: [PATCH 1/2] doc: update Tor guide CLI command --- doc/tor.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/tor.md b/doc/tor.md index 9a84598b03..2b18dbc774 100644 --- a/doc/tor.md +++ b/doc/tor.md @@ -25,7 +25,7 @@ CLI `-addrinfo` returns the number of addresses known to your node per network. This can be useful to see how many onion peers your node knows, e.g. for `-onlynet=onion`. -You can use the `getnodeaddresses` RPC to fetch a number of onion peers known to your node; run `bitcoin-cli help getnodeaddresses` for details. +You can use the `getnodeaddresses` RPC to fetch a number of onion peers known to your node; run BGL-cli help getnodeaddresses for details. ## 1. Run BGL Core behind a Tor proxy From cadb6ee797437e56b2cabe939045c0dee15923cf Mon Sep 17 00:00:00 2001 From: Hily-h <58058069+zhanzhao-h@users.noreply.github.com> Date: Thu, 18 Jun 2026 18:04:23 +0800 Subject: [PATCH 2/2] doc: keep Tor CLI command inline code --- doc/tor.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/tor.md b/doc/tor.md index 2b18dbc774..49a805282e 100644 --- a/doc/tor.md +++ b/doc/tor.md @@ -25,7 +25,7 @@ CLI `-addrinfo` returns the number of addresses known to your node per network. This can be useful to see how many onion peers your node knows, e.g. for `-onlynet=onion`. -You can use the `getnodeaddresses` RPC to fetch a number of onion peers known to your node; run BGL-cli help getnodeaddresses for details. +You can use the `getnodeaddresses` RPC to fetch a number of onion peers known to your node; run `BGL-cli help getnodeaddresses` for details. ## 1. Run BGL Core behind a Tor proxy