Coin name | Openbit Coin |
Symbol | OPN |
Algo | Quark Zerocoin |
Type | PoS/MN |
Rewards | MN 75% / POS 25% |
Maturity | 120 blocks |
Max Coin Supply | 25,000,000 |
Premine | 1.99% (500000) |
Block maturity | 120 blocks |
Block Time | 60 Seconds |
Min Staking age | 3 hours |
Masternode collateral | 2000 OPN |
P2P port: | 7091 |
RPC port: | 7090 |
Block | Reward | |
---|---|---|
0-1 | Premine | |
2-500 | 0.1 POW | |
501-1000 | 0.5 | PoS - 0.1 OPN, MN - 0.4 OPN |
1001-25000 | 1 | PoS - 0.25 OPN, MN - 0.75 OPN |
25001-50000 | 2 | PoS - 0.50 OPN, MN - 1.5 OPN |
50001-75000 | 3 | PoS - 0.75 OPN, MN - 2.25 OPN |
75001-125000 | 2 | PoS - 0.5 OPN, MN - 1.5 OPN |
125001-INF | 4 | PoS - 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.