DeggetLoveCrypto / PAC

PAC - First deterministic masternode implementation using PoS

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

PACGlobal staging tree 0.15.2

https://www.pacglobal.io/

What is PACGlobal?

PACGlobal is an experimental digital currency that enables anonymous, instant payments to anyone, anywhere in the world. PACGlobal uses peer-to-peer technology to operate with no central authority: managing transactions and issuing money are carried out collectively by the network. PACGlobal is 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 PACGlobal software, see https://www.pacglobal.io/

How do I build the software?

The examples below presume you have a basic build environment installed:

Static compile

git clone https://github.com/PACGlobalOfficial/PAC
cd PAC/depends
make HOST=x86_64-linux-gnu
cd ..
./autogen.sh
./configure --prefix=`pwd`/depends/x86_64-linux-gnu
make

Shared binary

wget https://github.com/codablock/bls-signatures/archive/v20181101.zip
unzip v20181101.zip
cd bls-signatures-20181101
mkdir build
cd build
cmake ..
make install

(if you receive an error here, you need to run as the root user; as the system is trying to install a library)

cd ../..
git clone https://github.com/PACGlobalOfficial/PAC
cd PAC
./autogen.sh
./configure
make

* note: if you do not have libdb4.8 installed, no issues will be created by using 5.1 or 5.3; but the wallets
         will not be portable! to achieve this; simply append --with-incompatible-bdb to the configure statement.

License

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

Development Process

The master branch is meant to be stable. Development is normally done in separate branches. Tags are created to indicate new official, stable release versions of PACGlobal.

The contribution workflow is described in CONTRIBUTING.md.

Testing

Testing and code review is the bottleneck for development; we get more pull requests than we can review and test on short notice. Please be patient and help out by testing other people's pull requests, and remember this is a security-critical project where any mistake might cost people lots of money.

Credits

PACGlobal uses the Dash Core platform; building upon it to provide extra functionality.

About

PAC - First deterministic masternode implementation using PoS

License:MIT License


Languages

Language:C++ 71.0%Language:C 12.4%Language:Python 11.2%Language:M4 1.8%Language:Makefile 1.1%Language:CSS 0.7%Language:Shell 0.5%Language:Java 0.3%Language:Sage 0.3%Language:Assembly 0.3%Language:HTML 0.2%Language:Objective-C++ 0.1%Language:Objective-C 0.0%Language:CMake 0.0%Language:Ruby 0.0%Language:QMake 0.0%Language:GDB 0.0%Language:Dockerfile 0.0%