(proposal for automated coin control)
I would be willing to make a donation if that is what it takes to get this added to the wallet or at least to the new Web Wallet.
Further automating coin control is in the work, since it will increases the ease of use (and hopefully the adoption) of HYP.
BTW, what you proposed is called "pseudo-code" and this is a really good practice to do so. I myself am not a coder and I do use pseudo-code a lot - and dev like pseudo-code, it helps a lot. So continue that way

For the moment, we do not have a framework for accepting proejct-specific donation. But what we have is HyperJobs, a framework for recruiting more dev. Kushed, who is responsible for
HyperJobs (
French version), will certainly appreciate donations for faster creation of a new paid positions.
I got my Hyperstake wallet running and waiting for it to sync. Now I have 97 connections, is this normal?

Yes, we recently removed the 12 connections cap that is common on bitcoin clone (remember that, at heart, HYP is a fork and so comes with a lot of code from previous softwares)
Some people are requesting installation instructions for Linux. Here they are, maybe even easier than for Windows.
One line install
sudo apt-get install git build-essential libssl-dev libqrencode-dev libdb5.1-dev libdb5.1++-dev libminiupnpc-dev libminiupnpc8 && mkdir -p ~/cryptos && cd ~/cryptos && rm -rf HyperStake && git clone git://github.com/presstab/HyperStake && cd HyperStake && qmake HyperStake-qt.pro && make && ln -s ~/cryptos/HyperStake/release/HyperStake-qt ~/Desktop/HYP
And you will get a shortcut on your desktop. Compilation
does take time (one hour one slow computers), that's normal.
One line update
cd ~/cryptos/HyperStake && git pull && qmake HyperStake-qt.pro && make
Some notes:
- this requires a Debian-based Linux (this includes any flavour of Ubuntu). Arch-based, Red Hat-based, Slackware-based; you'll probably just have to replace "apt-get" with the corresponding installer (assuming packages have the same name)
- you will get the very latest, bleeding edge version, even further advanced that the latest release
- you will have to enter your root password
- if your Desktop is not called "Desktop" (e.g., your Linux is in French), you will have to change "Desktop" accordingly in the command line.
Thanks. Question: do I have to have my node connected while I wait the 8.8 days for my HYP to mature?
Just nitpicking: it actually is 8.73 days

presstab found out only recently, that's why the 8.8 days things occurs so often. And no, you do not need your node to be connected the first 8.73 days, since the network securisation only starts once block are starting to stake.
Remember that every time of open your wallet, it will be locked, irrespective of its lock/unlock state last time (this is on purpose, for security). So, remember to unlock it (unlock for mint is enough, full unlock is more convenient but less secure), lest you do not stake

By the way, I have no hyperstake.conf file on my computer and it works just fine.