hey guys after runing these commands on my vps
cd ~;
cd Desire/src/
./desired -daemon
I am getting this error :
Unable to bind to 0.0.0.0:9919 on this computer. Desire Core is probably already running.
Error: Failed to listen on any port. Use -listen=0 if you want this.
"Any one get this error before"
Hello, like the message says "desired" seems to be running already. Try "./desire-cli stop" (or was it "./desired stop"? please try both!). After that wait 2 minutes and try to run "./desired -daemon" again. Did it help?