Post
Topic
Board Announcements (Altcoins)
Re: [ANN][HZ] Horizon Long + Fair Distribution|Decentralized Asset Exchange
by
MaWo
on 02/04/2015, 13:02:04 UTC
Hello,
  is necessary to change main folder name. previous was hz, now hz-v3.9 or even hz-v3.9-node. Is a little bit harder to upgrade VPS node. This is thing that also changed, and from now it will be used?

I think, that v3.8 on the nodes is still fully acceptable. Am I right?

My preferred way to upgrade a vps is using git. I'm using screen to detach and reattach a terminal session.

initial:
Code:
git clone https://github.com/NeXTHorizon/hz-source.git
cd hz-source
./compile.sh
screen -S hzlive -L ./run.sh
CTRL-a d

upgrade to latest version:
Code:
git pull
./compile.sh
screen -rd hzlive
CTRL-C
screen -S hzlive -L ./run.sh