Skip to content

Latest commit

 

History

History
93 lines (68 loc) · 3.1 KB

README.md

File metadata and controls

93 lines (68 loc) · 3.1 KB

CASAX Core integration/staging repository

Web

Discord server

Explorer

=====================================

Coin Specs

Coin nameCaSaX
SymbolCSX
AlgoQuark Zerocoin
TypePoS/MN
Block Time60 Seconds
Min Staking age3 hours
Halving~2 years (1,000,000 blocks)
RewardsMN 75% / POS 25%
Maturity120 blocks
Max Coin Supply180,000,000
Premine0.07% (126000)
Block maturity120 blocks
Masternode collateral2000 CSX

PoS Rewards Breakdown

BlockReward
2-100000.1
10001-2000020PoS - 5 CSX, MN - 15 CSX
20001-3000025PoS - 6.25 CSX, MN - 18.75 CSX
30001-4000035PoS - 8.75 CSX, MN - 26.25 CSX
40001-5000050PoS - 12.5 CSX, MN - 37.5 CSX
50001-6000035PoS - 8.75 CSX, MN - 26.25 CSX
60001-7000025PoS - 6.25 CSX, MN - 18.75 CSX
70001-8000020PoS - 5 CSX, MN - 15 CSX
80001-100000015PoS - 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

P2P port: 9116, RPC port: 9115

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