From 87e3d5494b65841ce19b4b7e8fbc7d951c448360 Mon Sep 17 00:00:00 2001 From: Mostafa Date: Mon, 30 Mar 2026 23:28:34 +0800 Subject: [PATCH] faq wallet empty --- content/tutorials/connect-remote-gui.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/content/tutorials/connect-remote-gui.md b/content/tutorials/connect-remote-gui.md index 32de83d..1618a0f 100644 --- a/content/tutorials/connect-remote-gui.md +++ b/content/tutorials/connect-remote-gui.md @@ -81,3 +81,10 @@ If you do enable it, make sure you set a strong password for your wallet. If you set up your domain using Cloudflare, this is most likely because the Cloudflare gRPC service is disabled. You can check their [documentation](https://developers.cloudflare.com/network/grpc-connections/#enable-grpc) to enable the gRPC service. + +### Wallet tab is empty + +If the **Wallet** tab (for example **Default Wallet**) looks empty, +the wallet service on the remote node you connected to is probably still disabled. +Enable it in that node's configuration file as described in [Enabling Wallet Service](#enabling-wallet-service), +then restart the node so the change takes effect.