Hi,
I've downloaded GUI Wallet (v.0.1), generated a wallet address and started mining. However, I cannot get my GUI Wallet to sync with the blockchain (it keeps staying at Synchonizing 1/1).
Later I realised that the 3 items below needs to be presented. While I have installed MSVC 2013, but I don't know what to do with cmake, boost and QT as I have no technical knowledge at all. I couldn't find any instructions or guide to do this. Could anyone please assist me? Thank you.
------------------------------------------------------------------------------------
On Windows:
Dependencies: MSVC 2013 or later, CMake 2.8.6 or later, and Boost 1.55 or later. You may download them from:
http://www.microsoft.com/
http://www.cmake.org/
http://www.boost.org/
To build, change to a directory where this file is located, and run this commands:
mkdir build
cd build
cmake -G "Visual Studio 12 Win64" ..
And then do Build.
------------------------------------------------------------------------------------