Was hard to build to build a linux binaries for Ubuntu 22.04.
If anyone is trying to build it from source here is what helped me.
source:
https://github.com/freecashorg/freecash/releasesversion: v1.0.5
https://github.com/freecashorg/freecash/archive/refs/tags/v1.0.5.tar.gzuse OpenSSL 1.1.1.1f:
wget http://security.ubuntu.com/ubuntu/pool/main/o/openssl/openssl_1.1.1f-1ubuntu2.19_amd64.deb
wget http://security.ubuntu.com/ubuntu/pool/main/o/openssl/libssl-dev_1.1.1f-1ubuntu2.19_amd64.deb
wget http://security.ubuntu.com/ubuntu/pool/main/o/openssl/libssl1.1_1.1.1f-1ubuntu2.19_amd64.deb
sudo dpkg -i libssl1.1_1.1.1f-1ubuntu2.19_amd64.deb
sudo dpkg -i libssl-dev_1.1.1f-1ubuntu2.19_amd64.deb
sudo dpkg -i openssl_1.1.1f-1ubuntu2.19_amd64.deb
There are few errors. Missing headers.
add:
#include <deque>
to "src/httpserver.cpp"
line:33
add:
#include <boost/bind.hpp>
to "src/validation.cpp"
line:46
add:
#include <boost/bind.hpp>
to "src/validationinterface.cpp"
line:7
Just sharing. If anyone is trying to build. Hope it helped.
dead coin?
I see few mining pools mining the coin. So it's not completely dead.