Skip to content

openbitteam/Openbit

Repository files navigation

Coin Specs

Coin nameOpenbit Coin
SymbolOPN
AlgoQuark Zerocoin
TypePoS/MN
RewardsMN 75% / POS 25%
Maturity120 blocks
Max Coin Supply25,000,000
Premine1.99% (500000)
Block maturity120 blocks
Block Time60 Seconds
Min Staking age3 hours
Masternode collateral2000 OPN
P2P port:7091
RPC port: 7090

PoS Rewards Table

BlockReward
0-1Premine
2-5000.1 POW
501-10000.5PoS - 0.1 OPN, MN - 0.4 OPN
1001-250001PoS - 0.25 OPN, MN - 0.75 OPN
25001-500002PoS - 0.50 OPN, MN - 1.5 OPN
50001-750003PoS - 0.75 OPN, MN - 2.25 OPN
75001-1250002PoS - 0.5 OPN, MN - 1.5 OPN
125001-INF4PoS - 1 OPN, MN - 3 OPN

Quick installation of the Openbit 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/openbitteam/Openbit.git
cd Openbit
chmod +x autogen.sh
cd Openbit/share
chmod +x genbuild.sh
cd Openbit/src/leveldb
chmod +x build_detect_platform
cd .. / cd ..
./autogen.sh
./configure
sudo make install
cd src
sudo strip Openbitd
sudo strip Openbit-cli
sudo strip Openbit-tx
cd ..

Running the daemon:

Openbitd 

Stopping the daemon:

Openbit-cli stop

Demon status:

Openbit-cli getinfo
Openbit-cli mnsync status

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

https://github.com/openbitteam/Openbit/releases


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


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