Hi 8bit fans,
Version v2.2.0.1 is now available for download.
The old Qt build mechanism got replaced with the more flexible
Autotools.
This means that compilations can be executed the same way on every supported OS.
./autogen.sh
./configure --with-gui=qt5
make
This release also contains new
documents & tutorials on how to install the needed packages if you are not using the precompiled ones for
Win32 and
macOS, or if you are running
Linux for which we don't ship any precompiled packages.
Additionally, this release contains several
bug fixes and
adaptations to make the
startup faster and GUI
more responsive during chain synchronizations.
One bug fix is of special importance to masternode owners as it helps to avoid lengthy compilations which were needed in the past. I'm sure that masternode owners know about this line of code from
rpcrawtransaction.cpp:
const CScriptID& hash = boost::get<CScriptID>(address);
This, of course, is something a non-developer should never do as it not only consumes time & resources but also could lead to inconsistent code. I don't know why this code wasn't fixed in the past but from now on the fix is
part of the official code distribution. Therefore, if you are following masternode tutorials
do not attempt to change the code. It's not needed anymore.
For most of the users the available binaries for Win32 and macOS will be sufficient, but if you are going to compile them yourself, please, stick to the respective tutorials located in the
doc folder. Also take into account that building from source is time consuming and requires downloading & compiling of 3rd-pary code like Qt framework. Please, do not post "support requests" here as I neither have time nor resources to solve problems on your machine.
Those who want to make stuff for themselves are on their own.
Bootstrap fileThe
8bit home page is now hosting a
fresh bootstrap file that will be updated regularly.
You can download the clients for Windows & macOS from the
home page or
GitHub.
If you want to
support the development of this project, please, consider sending some satoshis to these addresses. Many thanks!
8BIT: 8JLMhnAk2koajGDjbyTREkEQXunBTuPMRX
BTC: 3MuRDxLt2L2D2XQ1hLvovLHxH3ixzucdDR
Cheers,