thanks for posting this. I have a couple of different setups and was curious where this applies. If I have a controller wallet and multiple MNs, where does sentinel need to run? on the controller or the MNs or both?
Simply copy "sentinel-win64.exe" to multiple locations, each of them with a "sentinel.conf" file. Each of those "sentinel.conf" should have a different "desire_conf=xxx", pointing to the adequate configuration file. Start each of the "sentinel-win64.exe" and you are done

Hi folks. I'm having real trouble upgrading on linux. I've spent several days working on it and I can't get it to work. I finally upgraded but now when I try to run desired i get the following error:
"desired: error while loading shared libraries: libboost_filesystem.so.1.54.0: cannot open shared object file: No such file or directory"
I spent many hours trying to install the missing libboost package but nothing I do works. Any suggestions?
Thanks in advance
You might try to see if you repo has libboost version 1.54.0, ie: sudo apt-get install libboost1.54-dev
If it isn't in your repository, I would try to build desire from 0 with the latest libboost (sudo apt-get install libboost-all-dev).
2. Resync the whole wallet, from the menu "Tools" > "Wallet Repair" > "Rebuild Index" - I dod not do it this way. I deleted the data directory. Gotta test out this way to make sure it will do the same.
It does the same (theoretically). I added a new step (just now) though, to manually delete "mncache.dat" and "mnpayments.dat", which it seems it is needed.