Hey guys,
There was a lot of problems with the last GUI miner version so I decided to build a new one.
Main point of it is this: I declined the concept of 4gb_memory_blockchain - all you have to do now is enter your BCN/MRO/QCN and FCN wallet address and connect to one of the nodes directly. It will solve the issue with the “eternal_BCN_sync”.
Download: http://solominer.org/ Source: https://github.com/amphibia/SoloMinerLinux instructions:
Requirements:
OS: Ubuntu 14.04
Packages: libwxgtk3.0-0, libwxgtk3.0-dev, libwxbase3.0-dev, libwxbase3.0-0, libboost1.55-all-dev, cmake, wx3.0-headers, g++
How to build
The building process is pretty straightforward:
sudo apt-get install g++
sudo apt-get install cmake
sudo apt-get install libwxgtk3.0-0
sudo apt-get install libwxgtk3.0-dev
sudo apt-get install libwxbase3.0-dev
sudo apt-get install libwxbase3.0-0
sudo apt-get install libboost1.55-all-dev
sudo apt-get install wx3.0-headers
git clone https://github.com/amphibia/SoloMiner.git
cd SoloMiner
mkdir build
cd build
cmake .. -DCMAKE_BUILD_TYPE=Release
make
Run
./SoloMiner
BMR/MRO and QCN developers can contact me through PM to talk about direct nodes for miners.
That’s pretty much it for now - don't hesitate to reach out for me in case of any questions.
Cheers.