Must I install Sentinel even though my masternode will run on VPS?
&
Is this method work on VPS?
I already try but not working it always fail and Watchdog Expire
Do you mean your own VPS or something like HostMNs?
1) If its the 1st case, yes, for sure, you need it.
2) If it is the 2nd case, I don't really know how the service works. Does the MN wallet (important MN wallet, not the cold wallet/collateral one) run on their machines or yours? If it runs on their end, then THEY must install sentinel. If it runs on yours, then its your job.
you Superman , thank you for your work , I will donate you want , I have everything working without a dog , but I know that a community with such a Superman will not be lost , thanks again mninfo !
Glad I could help
No need to donate, really, I was doing this because I love coding and cryptos are really exciting =P
mninfo, fyi - I've tried everything you said but when I put the following into console I get: Method not found (code -32601)
command entered: sentinel-win64.exe --config C:\Programs\desire --rpc-port:9919
And when I try to link it up via sentinel conf I get the error Not capable masternode: could not connect to: 154.my.ip:9919
Check up that --rpc-port argument, you should not write :, simpy "--rpc-port 9919". It's indeed true that the connection will be done to ip:port, but that : is automatically added, you now have two of them, which might be causing the error.
If your desire.conf contains an "rpcport=9919" entry, then you don't even need the commandline argument
Wow - this is a shitshow of a update. Actually I like the UI and Im sure its more stable and such but may want to integrate so its less nuts.
I understand the need for sentinel - but dev may want integrate it into the qt for next release.
Sucks too - I was pretty excited about running my nodes again
Yeah, it was not smooth, no doubt on that. As of now integrating sentinel inside the qt interface (as a native integration) it is hard. We could however bundle them toghether and tie qt startup process with sentinel startup, I'll try to get this done by next week.
how should I proceed?
Error: 'utf8' codec can't decode byte 0xfa in position 39: invalid start byte
thks
Umm.. how did you get that error? Make sure your desire.conf doesn't have any weird character. In case of doubt, move it somewhere and create a new one from scratch. Beware though, don't copy&paste from the old one to the new one, manually type everythin