Changed it, thanks for the heads up.
I also lost the Hyperstake folder somehow, now i have to reimport the bootstrap all over. I hope it gets it done during the night.
from bootstrap, it usually takes 3-4 hours. Not terrible. It will show out of sync until it's finished reindexing, even if the block height is correct. This isn't a problem, it's just the way it works

Also, and this is something that's a little confusing so I figure it's good general information (for all satoshi based coins) is that you don't HAVE to use the default folder. You can make one and point the client to it. But you have to point it to the folder every time you call it for the daemon, and it needs to be in the launch command line for the QT.
The command is -datadir. For QT, you would run it with hyperstake-qt -datadir=/some/predefined/directory. In windows, you would want to modify the link target to be hyperstake-qt -datadir=\some\predefined\directory
For daemon access, it's hyperstaked -datadir=/some/predefined/directory to launch the daemon and then hyperstaked -datadir=/some/predefined/directory <command> from there out. I actually use this a lot to have multiple copies of the blockchain. Again, this is totally optional.