Skip to content

Latest commit

 

History

History
25 lines (16 loc) · 622 Bytes

Readme.md

File metadata and controls

25 lines (16 loc) · 622 Bytes

Moneta Verde cryptocurrency (MCN)

Monetaverde is a cryptonight based cryptocurrency (ticker : MCN)

This is the monetaverde core source code and binary release.

Main website

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