Monetaverde is a cryptonight based cryptocurrency (ticker : MCN)
This is the monetaverde core source code and binary release.
BitcoinTalk main announcement thread
monetaverde-wallet gui (source and binaries)
Libraries needed : boost >=1.58
How to compile this :
$ git clone https://github.com/mcnproject/monetaverde.git
$ cd monetaverde
$ mkdir build
$ cd build
$ cmake -D STATIC=ON -D CMAKE_BUILD_TYPE=RELEASE ..
$ PORTABLE=1 make