Post
Topic
Board Announcements (Altcoins)
Re: [ANN][LSK] Lisk | Blockchain Application Platform for JavaScript Developers
by
MrPresident
on 08/02/2017, 02:18:22 UTC
Holding lisk for a long term, maybe there will be a great future if the Dapps finally functionality  Grin
I think the first sdk will be running on testnet within a few weeks, and a beta release on mainnet by probably end of Q2.
We just launched the new sprint core to testnet this morning.... so...
Everyone please update your testnet nodes.  Grin



easy upgrade testnet
stop lisk:
Code:
cd lisk-test && bash lisk.sh stop
remove old install script:
Code:
cd && rm -rf installLisk.sh
get the new script and use upgrade command
Code:
wget https://downloads.lisk.io/scripts/installLisk.sh && bash installLisk.sh upgrade -r test
go to the lisk directory
Code:
cd lisk-test
speed sync your server:
Code:
bash lisk.sh rebuild -u https://testnet-snapshot.lisknode.io/
done