Skip to content

EXISTDevv/SUBXMN

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

SUBX source

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
CoinMarketCaphttps://coinmarketcap.com/currencies/sub-invest/
Exchanges
Crex24:https://crex24.com/nl/exchange/SUBX-BTC

Coin Specs

AlgoScrypte
Masternode Collateral1000,000,000 SUBX
Difficulty RetargetingEvery Block
Max Coin Supply3 Trillion
Premine in block 1600 Billion*
Full Premineto handle snapshot*
Block Time180 seconds
Block Minting4 confirmations
Block Transactions5 confirmations
Minimum Stake Age3 days
*for swap and additional coins in premine not for snapshot distributed to promote the project (not to be retained by developers)

Reward Distribution

PoW Phase
Block HeightReward AmountNotes
1-3002000,000,000 SUBXInitial Premine to Former Chain
301-50,000100 SUBXClosed Mining
PoS Phase
Block HeightReward Amount
5001-*Variable reward (Triangle wave, 20 blocks)
Max reward1000,000 SUBX
Min reward1000 CSTL
Masternode Reward 85%15 % Stake

Install on linux

Prepare needed library to compile your daemon

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

Adding bitcoin apt repository

sudo add-apt-repository ppa:bitcoin/bitcoin && sudo apt-get update

installing libdb and miniupnp from bitcoin repository

apt-get install libdb4.8-dev libdb4.8++-dev libminiupnpc-dev

clone source code

git clone https://github.com/EXISTDevv/SUBXMN.git

build

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