File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -93,14 +93,14 @@ apt-get install -y curl >> $LOG_FILE 2>&1
9393
9494# --- NODE BINARY SETUP --- #
9595
96- NODE=https://github.com/kadena-io/chainweb-node/releases/download/1.4 /chainweb. 8.6.5.ubuntu-18.04.b7d7faa9 .tar.gz
96+ NODE=https://github.com/kadena-io/chainweb-node/releases/download/1.5 /chainweb-1.5.ghc- 8.6.5.ubuntu-18.04.b4220fcf .tar.gz
9797MINER=https://github.com/kadena-io/chainweb-miner/releases/download/v1.0.3/chainweb-miner-1.0.3-ubuntu-18.04.tar.gz
9898
9999decho ' Downloading Node...'
100100mkdir -p /root/kda
101101cd /root/kda/
102102wget --no-check-certificate $NODE >> $LOG_FILE 2>&1
103- tar -xvf chainweb. 8.6.5.ubuntu-18.04.b7d7faa9 .tar.gz >> $LOG_FILE 2>&1
103+ tar -xvf chainweb-1.5.ghc- 8.6.5.ubuntu-18.04.b4220fcf .tar.gz >> $LOG_FILE 2>&1
104104wget --no-check-certificate $MINER >> $LOG_FILE 2>&1
105105tar -xvf chainweb-miner-1.0.3-ubuntu-18.04.tar.gz >> $LOG_FILE 2>&1
106106
You can’t perform that action at this time.
0 commit comments