Skip to content

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

18 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

CLcoin

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

Installation

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

Note about compiling on linux

  • 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

About

A coin forked from litecoin-0.8.7.4

Resources

Stars

Watchers

Forks

Releases

Packages

Contributors

Languages