Skip to content

v1.2.0

Compare
Choose a tag to compare
@ProjectHelixCoin ProjectHelixCoin released this 13 Mar 19:22
· 129 commits to master since this release

This is an mandatory release release.

V1.2.0 changes:

This release is mandatory, you need to at least run this (v1.2.0) version before April 1st 2019. To update your wallet, simply close the old helix-qt.exe, remove it and open the new one.

The masternodes also require to be updated. There are several ways to do this:

When running the VPS script, simple delete the old vps folder and download the updated version:
sudo rm -r ~/vps
git clone https://github.com/ProjectHelixCoin/vps.git
Update the masternode wallets (This command will take some time as it compiles the new helix wallet):
cd ~/vps && ./install.sh -p helix -u
Restart your masternode(s) by typing:
systemctl restart helix_n*
(helix_n* means "every process that starts with helix_n")
Verify it is running:
/usr/local/bin/helix-cli -conf=/etc/masternodes/helix_n1.conf masternode status
If its not running, start your masternodes via the controller wallet button.

Those who set their masternode up manually:
Stop your masternode:
helix-cli stop
Download the new daemon:
wget https://github.com/ProjectHelixCoin/helix/files/2740905/helix-1.2.0-x86_64-linux-gnu.tar.gz
Extract the daemon:
tar xzvf helix-1.2.0-x86_64-linux-gnu.tar.gzz
And start the new daemon inside the extracted folder and launch the daemon:
./helixd -daemon
Verify it is running:
helix-cli masternode status
If its not running, start your masternodes via the controller wallet button.

Raspberry PI /ARM:
helix-1.2.0-arm-linux-gnueabihf.tar.gz
Linux 32bit:
helix-1.2.0-i686-pc-linux-gnu.tar.gz
Linux 64bit:
helix-1.2.0-x86_64-linux-gnu.tar.gz
iOS Pre-High Sierra:
helix-1.2.0-osx-pre-high-sierra.zip
iOS High Sierra:
https://we.tl/t-SrJTBvIO0N (See official website when no longer available)
Windows 32bit standalone:
helix-1.2.0-win32-standalone.zip
Windows 32bit installer:
helix-1.2.0-win32-setup-unsigned.zip
Windows 64bit standalone:
helix-1.2.0-win64-standalone.zip
Windows 64bit installer:
helix-1.2.0-win64-setup-unsigned.zip