>> (p.1)
    Author Topic: [FCN][MRO][QCN][BCN] GUI miner  (Read 7093 times)
    amphibian (OP)
    Member
    **
    Offline Offline

    Activity: 210
    Merit: 10


    View Profile
    May 16, 2014, 09:05:17 AM
    Last edit: May 21, 2014, 02:58:02 PM by amphibian
     #1

    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/SoloMiner

    Linux 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:
    Code:
    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

    Code:
    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.

Page 1
Viewing Page: 1