MazaCoin compile from source on Ubuntu

MazaCoin was an interesting coin, as it inspires to be a national currency.  Good luck to them.

Compiling MazaCoin was the most straightforward as I already had the necessary libraries from the previous attempts, so here are the commands that I ran to make get this running.

cd ~/source
git clone https://github.com/MazaCoin/MazaCoin.git
cd ~/source/MazaCoin
qmake
make

Leave a Reply

Your email address will not be published. Required fields are marked *

This site uses Akismet to reduce spam. Learn how your comment data is processed.