How to fix this problem
Follow the instructions here:
https://github.com/hyperstake/HyperStake/releases/tag/v1.1.3
Warning that this will require a resyncing of the blockchain.
1. Backup your wallet.dat to a secure location.
2. Delete the following from the datadirectory:
- database folder
- blkindex.dat
3. Rename blk0001.dat to bootstrap.dat
4. Restart the new HyperStake client and wait for the bootstrap process to complete, this will likely take a few hours.
Changelog
- allow spending of unconfirmed utxo's if they are your own
- reduce QT resource consumption via requesting less updates
- add block hash to blockindex to speed up bootup (WARNING requires resync)
- optimize bootstrapping so that the client does not get hung up on orphans
- speed up coin control dialog
- close socket leaks