Ninjastic
Home
Search
Users
Boards
Addresses
Ctrl + K
Toggle theme
Open menu
Post
Edited versions
Quotes to this post
Post
19387921
Topic
1346646
Board
Announcements (Altcoins)
Re: [ANN][LSK] Lisk | Blockchain Application Platform for JavaScript Developers
by
corsaro
on
06/06/2017, 01:43:25 UTC
Quote from: Zenyoguibit on June 06, 2017, 12:41:34 AM
Is there something wrong with the lisk page?
https://lisk.io/
is not loading.
lisk.chat too is down
anyway, public nodes from community are available
https://lisktools.io/pNodes.php
and network is running fine
https://explorer.lisk.4miners.net/delegateMonitor
in these cases, it is better to have a local lisk node installed
install on your ubuntu machine a lisk node copying and pasting on terminal this line:
cd ~ && rm -rf installLisk*; wget
https://downloads.lisk.io/lisk/main/installLisk.sh
&& bash installLisk.sh install -r main
then press enter
confirm with enter all questions, and with "y" the question about ntp
then wait a bit for chain to download and sync, and open the browser
http://localhost:8000
so doing you have your own node
lisk is automatically started at boot
When a new version is released, you can update with:
cd ~ && rm -rf installLisk*; wget
https://downloads.lisk.io/lisk/main/installLisk.sh
&& bash installLisk.sh upgrade -r main