Post
Topic
Board Announcements (Altcoins)
Re: [ANN] Freecash will be launched at 00:00 on January 1, 2020.
by
mameex
on 05/09/2023, 14:17:24 UTC
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/releases
version: v1.0.5
https://github.com/freecashorg/freecash/archive/refs/tags/v1.0.5.tar.gz


use OpenSSL 1.1.1.1f:
Code:
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:
Code:
#include <deque>
to "src/httpserver.cpp"
line:33

add:
Code:
#include <boost/bind.hpp>
to "src/validation.cpp"
line:46

add:
Code:
#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.