subx SUBX development tree
subx is a PoW PoS-based cryptocurrency.
Development process Developers work in their own trees, then submit pull requests when they think their feature or bug fix is ready.
The patch will be accepted if there is broad consensus that it is a good thing. Developers should expect to rework and resubmit patches if they don't match the project's coding conventions (see coding.txt) or are controversial.
The master branch is regularly built and tested, but is not guaranteed to be completely stable. Tags are regularly created to indicate new stable release versions of subx.
Feature branches are created when there are major new features being worked on by several people.
From time to time a pull request will become outdated. If this occurs, and the pull is no longer automatically mergeable; a comment on the pull will be used to issue a warning of closure. The pull will be closed 15 days after the warning if action is not taken by the author. Pull requests closed in this manner will have their corresponding issue labeled 'stagnant'.
Issues with no commits will be given a similar warning, and closed after 15 days from their last activity. Issues closed in this manner will be labeled 'stale'.
Official links: | |
---|---|
Website: | http://www.subexcoin.com/ |
Explorer: | http://144.202.18.54:3001/ |
White Paper: | https://github.com/EXISTDevv/SUBX-WHITEPAPER |
Discord: | https://discord.gg/73PwrnK |
Twitter: | https://twitter.com/SUBX15 |
Telegram: | https://t.me/joinchat/F6rHEA4DNsjF5AoPbmq71w |
Bitcointalk ANN: | https://bitcointalk.org/index.php?topic=5038669 |
Github: | https://github.com/EXISTDevv/SUBXMN |
CoinMarketCap | https://coinmarketcap.com/currencies/sub-invest/ |
Exchanges | |
---|---|
Crex24: | https://crex24.com/nl/exchange/SUBX-BTC |
Algo | Scrypte |
Masternode Collateral | 1000,000,000 SUBX |
Difficulty Retargeting | Every Block |
Max Coin Supply | 3 Trillion |
Premine in block 1 | 600 Billion* |
Full Premine | to handle snapshot* |
Block Time | 180 seconds |
Block Minting | 4 confirmations |
Block Transactions | 5 confirmations |
Minimum Stake Age | 3 days |
PoW Phase | |||
---|---|---|---|
Block Height | Reward Amount | Notes | |
1-300 | 2000,000,000 SUBX | Initial Premine to Former Chain | |
301-50,000 | 100 SUBX | Closed Mining | |
PoS Phase | |||
Block Height | Reward Amount | ||
5001-* | Variable reward (Triangle wave, 20 blocks) | ||
Max reward | 1000,000 SUBX | ||
Min reward | 1000 CSTL | ||
Masternode Reward 85% | 15 % Stake |
apt-get install git automake build-essential libtool autotools-dev autoconf pkg-config libssl-dev libboost-all-dev software-properties-common libgmp-dev unzip -y
sudo add-apt-repository ppa:bitcoin/bitcoin && sudo apt-get update
apt-get install libdb4.8-dev libdb4.8++-dev libminiupnpc-dev
git clone https://github.com/EXISTDevv/SUBXMN.git
cd SUBXMN/src && make -f makefile.unix
Masternode Installation Script: |
---|
Remote Masternode VPS, Ubuntu 16.04 LTS, 1GB RAM, 1 CPU Core |
https://github.com/EXISTDevv/SUBX_masternode_setup |