Skip to content

Commit

Permalink
Fixing readme
Browse files Browse the repository at this point in the history
  • Loading branch information
boxxa committed Feb 26, 2014
1 parent 035fb8f commit c95e3ac
Showing 1 changed file with 19 additions and 16 deletions.
35 changes: 19 additions & 16 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
Mazacoin /(OSX Mavericks Fork)
##Mazacoin /(OSX Mavericks Fork)
=================================

http://www.MazaCoin.org
Expand All @@ -8,9 +8,9 @@ Copyright (c) 2009-2013 Bitcoin Developers,
Copyright (c) 2013 Zetacoin Developers,
Copyright (c) 2014 Mazacoin Developers

What is MazaCoin?
##What is MazaCoin?
----------------

''''
MazaCoin is an experimental new digital currency that enables instant payments to
anyone, anywhere in the world. MazaCoin uses peer-to-peer technology to operate
with no central authority: managing transactions and issuing money are carried
Expand All @@ -19,40 +19,43 @@ software which enables the use of this currency.

For more information, as well as an immediately useable, binary version of
the MazaCoin client sofware, see www.MazaCoin.org
''''

*NIX Build Instructions
##*NIX Build Instructions
---------------
Tested build on Ubuntu 12.X

Required packages:
apt-get update && apt-get upgrade
apt-get install ntp git build-essential libssl-dev libdb-dev libdb++-dev libboost-all-dev libqrencode-dev libcurl4-openssl-dev automake make
''''
ntp git build-essential libssl-dev libdb-dev libdb++-dev libboost-all-dev libqrencode-dev libcurl4-openssl-dev automake make
''''

To Install
##Build Info
---
''''
git clone git clone https://github.com/MazaCoin/MazaCoin.git
cd MazaCoin/src
make -f makefile.unix USE_UPNP=-

Output: mazacoind

''''
For smaller RAM systems, you may need to create a swap file for systems to build. This usually happens with under 1GB RAM

UBUNTU:
''''
sudo dd if=/dev/zero of=/swapfile bs=64M count=16
sudo mkswap /swapfile
sudo swapon /swapfile
''''




Note
##Note
-------

''''
This is a fork of ZetaCoin that works on OSX Mavericks with brew. Use at your own risk.

License
''''
##License
-------

''''
MazaCoin is released under the terms of the MIT license. See `COPYING` for more
information or see http://opensource.org/licenses/MIT.
''''

0 comments on commit c95e3ac

Please sign in to comment.