Skip to content

acos0874/birakecoin

 
 

Repository files navigation

BirakeCoin (fork of PIVX) integration/staging repository

It is recommended use the shell script to install a BirakeCoin Masternode on a Linux server running Ubuntu 14.04 or 16.04


Quick installation of the BirakeCoin daemon under linux. See detailed instructions there build-unix.md

Installation of libraries (using root user):

add-apt-repository ppa:bitcoin/bitcoin -y
apt-get update
apt-get install -y build-essential libtool autotools-dev automake pkg-config libssl-dev libevent-dev bsdmainutils
apt-get install -y libboost-system-dev libboost-filesystem-dev libboost-chrono-dev libboost-program-options-dev libboost-test-dev libboost-thread-dev
apt-get install -y libdb4.8-dev libdb4.8++-dev

Cloning the repository and compiling (use any user with the sudo group):

cd
git clone https://github.com/birake/birakecoin.git
cd birakecoin
./autogen.sh
./configure
sudo make install
cd src
sudo strip birakecoind
sudo strip birakecoin-cli
sudo strip birakecoin-tx
cd ..

Running the daemon:

birakecoind 

Stopping the daemon:

birakecoin-cli stop

Demon status:

birakecoin-cli getinfo
birakecoin-cli mnsync status

All binaries for different operating systems, you can download in the releases repository:

https://github.com/birake/birakecoin/releases

P2P port: 39697, RPC port: 39698

Distributed under the MIT software license, see the accompanying file COPYING or http://www.opensource.org/licenses/mit-license.php.

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • C++ 69.9%
  • C 12.7%
  • Shell 7.0%
  • Python 3.9%
  • M4 2.7%
  • Makefile 1.4%
  • Other 2.4%