I have a monerod daemon running on a PC (IP 192.168.1.150) and a wallet running on another PC. Sometimes all works, sometimes not and shows:
Error: wallet failed to connect to daemon
I use these commands to launch the programs:
./monerod --rpc-bind-ip 192.168.1.150 --confirm-external-bind
./monero-wallet-cli --daemon-address 192.168.1.150 --wallet-file walletname
So, is there a way to check the connection between daemon and wallet?