Skip to content

Commit

Permalink
Increased dev fund block height and prepared install script for new
Browse files Browse the repository at this point in the history
release
  • Loading branch information
pbzrpa committed Dec 29, 2019
1 parent 93f8222 commit 2b73b2f
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions contrib/masternodes/ctsc-installer.sh
Original file line number Diff line number Diff line change
Expand Up @@ -10,9 +10,9 @@ CONFIGFOLDER='/root/.ctsc'
COIN_DAEMON='ctscd'
COIN_CLI='ctsc-cli'
COIN_PATH='/usr/local/bin/'
COIN_TGZ='https://github.com/ctscoin/ctsc-core-v3/releases/download/v3.1.1/CTSC-v3.1.1-linux-x86_64.tar.gz'
COIN_BOOTSTRAP='https://staticfiles.ctscoin.net/bootstrap/ctsc-bootstrap.zip'
BOOTSTRAP_ZIP='ctsc-bootstrap.zip'
COIN_TGZ='https://github.com/ctscoin/ctsc-core-v3/releases/download/v3.1.2/CTSC-v3.1.2-linux-x86_64.tar.gz'
COIN_BOOTSTRAP='https://staticfiles.ctscoin.net/bootstrap/ctsc-bootstrap-311.zip'
BOOTSTRAP_ZIP='ctsc-bootstrap-311.zip'
#$(echo $COIN_BOOTSTRAP | awk -F'/' '{print $NF}')
COIN_ZIP=$(echo $COIN_TGZ | awk -F'/' '{print $NF}')
COIN_NAME='CTSC'
Expand Down
2 changes: 1 addition & 1 deletion src/chainparams.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -158,7 +158,7 @@ class CMainParams : public CChainParams
nLastPOWBlock = 500;
nModifierUpdateBlock = 1; // we use the version 2 for CTSC

nStartTreasuryBlock = 600001;
nStartTreasuryBlock = 900001;
nTreasuryBlockStep = 1 * 24 * 60 * 60 / nTargetSpacingPOS; // paid once per day
vCommunityFundWallet = "TpE1o3R8kW54jAGBJmKBgoKYpQVdHKrFoD";

Expand Down

0 comments on commit 2b73b2f

Please sign in to comment.