CASAX Core integration/staging repository
=====================================
Coin name | CaSaX |
Symbol | CSX |
Algo | Quark Zerocoin |
Type | PoS/MN |
Block Time | 60 Seconds |
Min Staking age | 3 hours |
Halving | ~2 years (1,000,000 blocks) |
Rewards | MN 75% / POS 25% |
Maturity | 120 blocks |
Max Coin Supply | 180,000,000 |
Premine | 0.07% (126000) |
Block maturity | 120 blocks |
Masternode collateral | 2000 CSX |
Block | Reward | |
---|---|---|
2-10000 | 0.1 | |
10001-20000 | 20 | PoS - 5 CSX, MN - 15 CSX |
20001-30000 | 25 | PoS - 6.25 CSX, MN - 18.75 CSX |
30001-40000 | 35 | PoS - 8.75 CSX, MN - 26.25 CSX |
40001-50000 | 50 | PoS - 12.5 CSX, MN - 37.5 CSX |
50001-60000 | 35 | PoS - 8.75 CSX, MN - 26.25 CSX |
60001-70000 | 25 | PoS - 6.25 CSX, MN - 18.75 CSX |
70001-80000 | 20 | PoS - 5 CSX, MN - 15 CSX |
80001-1000000 | 15 | PoS - 3.75 CSX, MN - 11.25 CSX |
It is recommended use the shell script to install a CaSaX Masternode on a Linux server running Ubuntu 14.04 or 16.04
Quick installation of the CaSaX 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/CaSaX/casax-core.git
cd casax-core
./autogen.sh
./configure
sudo make install
cd src
sudo strip Casaxd
sudo strip Casax-cli
sudo strip Casax-tx
cd ..
Running the daemon:
Casaxd
Stopping the daemon:
Casax-cli stop
Demon status:
Casax-cli getinfo
Casax-cli mnsync status
All binaries for different operating systems, you can download in the releases repository:
https://github.com/CaSaX/casax-core/releases
Distributed under the MIT software license, see the accompanying file COPYING or http://www.opensource.org/licenses/mit-license.php.