Grin-wallet info (ERROR)

Help me Please. If I tap Grin-wallet info, return:
C:\Users\NICE>grin-wallet info
Password:
20231016 15:05:24.329 WARN grin_wallet_libwallet::api_impl::owner_updater - This wallet has not been scanned against the current chain. Beginning full scan… (this first scan may take a while, but subsequent scans will be much quicker)
20231016 15:05:24.330 WARN grin_wallet_libwallet::api_impl::owner_updater - Scanning - 0% complete
20231016 15:05:24.436 ERROR grin_wallet_impls::node_clients::http - Error calling get_unspent_outputs: Request error: Cannot make request: connection closed before message completed
Wallet command failed: LibWallet Error: Client Callback Error: Error calling get_unspent_outputs: Request error: Cannot make request: connection closed before message completed

Make sure your node is running or change check_node_api_http_addr at your config file grin-wallet.toml to https://grinnode.live:3413.

Or just run: grin-wallet -r "https://grinnode.live:3413" info

4 Likes

I changed in toml: check_node_api_http_addr = “https://grinnode.live:3413” . All is work. Thank You. But my Node is running. How I know address of my node?

Should be 127.0.0.1:3413, its api_http_addr at grin-server.toml

2 Likes