Post
Topic
Board Announcements (Altcoins)
Re: [ANN] OJA - Easy Buy, Sell, Earn, and Pay with Crypto ✅
by
SePhII2oTh
on 28/09/2021, 21:21:21 UTC
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.

Quote


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:

Quote
sudo apt-get remove openssl

then

Quote
sudo apt-get install libcurl3

then:

Quote
sudo apt-get install openssl1.0-dev


thats it.