v1.1.1
This is an optional release ontop of the mandatory v1.1.0 release.
V1.1.1 changes:
- Dnsseeds have been added to the wallet to increase the connectivity of the wallet to other nodes
- This should also increase the additional sync performance after wallet startup
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/2740905/helix-1.1.1-x86_64-linux-gnu.tar.gz
Extract the daemon:
tar xzvf helix-1.1.1-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.1.1-arm-linux-gnueabihf.tar.gz
Linux 32bit:
helix-1.1.1-i686-pc-linux-gnu.tar.gz
Linux 64bit:
helix-1.1.1-x86_64-linux-gnu.tar.gz
iOS Pre-High Sierra:
helix-1.1.1-osx-pre-high-sierra.zip
iOS High Sierra:
https://we.tl/t-77j8hdVvYI
Windows 32bit standalone:
helix-1.1.1-win32.zip
Windows 32bit installer:
helix-1.1.1-win32-setup-unsigned.zip
Windows 64bit standalone:
helix-1.1.1-win64.zip
Windows 64bit installer:
helix-1.1.1-win64-setup-unsigned.zip