Stallmanite / Embargocoin

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

##Embargocoin /(OSX Mavericks Fork)

http://www.EmbargoCoin.org

Copyright (c) 2009-2013 Bitcoin Developers, Copyright (c) 2013 Zetacoin Developers, Copyright (c) 2014 Mazacoin Developers Copyright (c) 2014 Embargocoin Developers ##What is EmbargoCoin?

EmbargoCoin is an experimental new digital currency that enables instant payments to
anyone, anywhere in the world. EmbargoCoin uses peer-to-peer technology to operate
with no central authority: managing transactions and issuing money are carried
out collectively by the network. EmbargoCoin is also the name of the open source
software which enables the use of this currency.

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

##*NIX Build Instructions Tested build on Ubuntu 12.X Required packages:

ntp git build-essential libssl-dev libdb-dev libdb++-dev 
libboost-all-dev libqrencode-dev libcurl4-openssl-dev automake make

Debian 6:

ntp git build-essential libssl-dev libdb-dev libboost-all-dev 
libqrencode-dev libcurl4-openssl-dev automake make libdb4.8++-dev 4.8.30-2

##Build Info

git clone https://github.com/EmbargoCoin/EmbargoCoin.git
cd EmbargoCoin/src
make -f makefile.unix USE_UPNP=-

Output: embargocoind

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

This is a fork of Bitcoin/Zetacoin/MazaCoin that works on OSX Mavericks with brew. Use at your own risk.

##License

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

About

License:MIT License


Languages

Language:C++ 91.8%Language:Python 2.5%Language:HTML 1.8%Language:C 1.1%Language:Roff 0.7%Language:Shell 0.6%Language:QMake 0.5%Language:Makefile 0.5%Language:NSIS 0.2%Language:Objective-C++ 0.2%Language:CSS 0.0%Language:Objective-C 0.0%