- Port change to 18777 so it can run side by side with TRK
- Fix minting icon and calcs to be more accurate
- Fix syncing icon to have no time requirement
- add moneysupply rpc command (preliminary)
- Add weight in coin control
- Misc minor GUI changes to coin control
https://github.com/presstab/HyperStake/releases/tag/v1.0.1
And for those for prefer (or need) to compile their update:
Provided the compiling code was:
mkdir -p ~/cryptos && cd ~/cryptos && rm -rf HyperStake && git clone git://github.com/presstab/HyperStake && cd HyperStake && qmake-qt4 HyperStake-qt.pro && make && ln -s ~/cryptos/HyperStake/HyperStake-qt ~/Desktop/HYPR