Skip to content

v1.1.0

Compare
Choose a tag to compare
@ProjectHelixCoin ProjectHelixCoin released this 28 Dec 11:50
· 147 commits to master since this release

This is an mandatory release.

V1.1.0 changes:

  • We added a new Masternode add button to the wallet for masternode owners.
    • Masternode owners can now add their masternodes to the masternode.conf file via the wallet itself, it will automatically generate a private key and import the unused masternode outputs to the text box!
  • We also fixed some bugs such as:
    • Wallets that under some conditions stopped staking and needing a restart to start staking again.
    • The timestamps during sync showing the current time instead of the block time.
    • Many more little fixes

This release is mandatory, you need to at least run this (v1.1.0) version before we reach block 216000. 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:
git clone https://github.com/ProjectHelixCoin/helix/files/2717275/helix-1.1.0-x86_64-linux-gnu.tar.gz
Extract the daemon:
tar xzvf helix-1.1.0-x86_64-linux-gnu.tar.gz
And start the new daemon inside the extracted folder:
./helixd
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.1.0-arm-linux-gnueabihf.tar.gz
Linux 32bit:
helix-1.1.0-i686-pc-linux-gnu.tar.gz
Linux 64bit:
helix-1.1.0-x86_64-linux-gnu.tar.gz
iOS Pre-High Sierra:
helix-1.1.0-osx-pre-high-sierra.zip
iOS High Sierra:
https://we.tl/t-pnxe2wF6AC
Windows 32bit standalone:
helix-1.1.0-win32.zip
Windows 32bit installer:
helix-1.1.0-win32-setup-unsigned.zip
Windows 64bit standalone:
helix-1.1.0-win64.zip
Windows 64bit installer:
helix-1.1.0-win64-setup-unsigned.zip