Ok so I sorted wallet and make a Mac VM after I start to mine they remove only one peer that allow me to sync and now im out of sync so that is yours decentralization ? Make a list of all addnodes for MAC wallet users to connect with wallet otherwise all is scam in my eyes
use this block explorer to find all the Available Peers and Nodes.
If you had problems compiling you need to know that you require an specific version of libraries and an specific version of Ubuntu (18.04) to be able to build it.
you can find the tutorial in the source code, then go to DOC folder , file unix_build.MD
just to sort out something, ubuntu 18.04 installs Openssl 1.1 and the source requires 1.0 so follow this:
sudo apt-get remove openssl
then
sudo apt-get install libcurl3
then:
sudo apt-get install openssl1.0-dev
thats it.