CLcoin is a Litecoin fork, with modified parameters. Created in order to use it to teach the use of cryptocurrencies to novices. http://www.crypto-lyon.fr
- Dependencies from Bitcoin
- Litecoin dependencies for unix, OSX, Windows
git clone http://github.com/darosior/CLcoin && cd CLcoin/src
make -f makefile.unix USE_UPNP=-
cd ..
#GUI part
qmake USE_UPNP=-
make USE_UPNP=-
./CLcoind #Or ./CLcoin-qt for GUI
- Many compilation problems come from bad version of libboost, libssl, or libdb4.8 (source can be found here).
- If you have the error
error: invalid use of incomplete type ‘BIGNUM {aka struct bignum_st}’
Check if you have installed the package libssl1.0-dev
apt install libssl1.0-dev