From f7c4acfd7b70c2e64467e7a622524887d91000f9 Mon Sep 17 00:00:00 2001 From: b00f Date: Thu, 9 Jul 2026 21:21:46 +0800 Subject: [PATCH 1/2] Clarify instructions for enabling wallet service Updated the wording for enabling the wallet service for clarity. --- content/tutorials/connect-remote-gui.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/content/tutorials/connect-remote-gui.md b/content/tutorials/connect-remote-gui.md index 556d022..52584f4 100644 --- a/content/tutorials/connect-remote-gui.md +++ b/content/tutorials/connect-remote-gui.md @@ -70,8 +70,9 @@ In this case, your connection from your computer to your node is fully encrypted ## Enabling Wallet Service -By default, the wallet service on your node is disabled. You can enable it in the config file; -however, if your connection is insecure, we do not recommend it. +By default, the wallet service on your node is disabled. You can enable it in the +[config](/get-started/configuration/) file; +However, if your connection is insecure, we do not recommend it. If you do enable it, make sure you set a strong password for your wallet. ## FAQ From 541f61435de0df91ca5673d0927d960fe7366849 Mon Sep 17 00:00:00 2001 From: b00f Date: Thu, 9 Jul 2026 21:25:03 +0800 Subject: [PATCH 2/2] Update wallet service instructions for clarity Clarified instructions on enabling the wallet service, emphasizing security precautions. --- content/tutorials/connect-remote-gui.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/tutorials/connect-remote-gui.md b/content/tutorials/connect-remote-gui.md index 52584f4..8a5080f 100644 --- a/content/tutorials/connect-remote-gui.md +++ b/content/tutorials/connect-remote-gui.md @@ -70,7 +70,7 @@ In this case, your connection from your computer to your node is fully encrypted ## Enabling Wallet Service -By default, the wallet service on your node is disabled. You can enable it in the +By default, the wallet service on your node is disabled. You can enable it in the [config](/get-started/configuration/) file; However, if your connection is insecure, we do not recommend it. If you do enable it, make sure you set a strong password for your wallet.