How can I stop Monero wallet safely? I can't stop the wallet using exit command.
When I check network connections by using:
netstat -pnt
It always shows some monero connection details. Can anyone give me a solution?
How can I stop Monero wallet safely? I can't stop the wallet using exit command.
When I check network connections by using:
netstat -pnt
It always shows some monero connection details. Can anyone give me a solution?
Once you are in the wallet you can simple run exit, however it sounds like you want to stop monerod (the background daemon). In this case you would run monerod exit.
see How do I gracefully stop the monerod daemon process? for more info.
How do you start the wallet? Let's say the command is monero, then you can kill the process with pkill monero