How to use open-source simpleminer to mine with MinerGate.com
LinuxBuild latest bytecoin from sources using instructions in this thread.
Make sure you have executable ‘simpleminer’ in build/release/src.
Launch it with the following params:
./simpleminer --pool-addr=bcn.pool.minergate.com:5555 --login=YOUR_ACCOUNT_EMAIL --pass !
Windows 7 x64 + MSVC2012 instructions: • Download and install Microsoft Visual Studio Express 2012 for Windows Desktop:
http://www.microsoft.com/en-us/download/details.aspx?id=34673 • Download and install boost binaries boost_1_55_0-msvc-11.0-64.exe from
http://sourceforge.net/projects/boost/files/boost-binaries/1.55.0-build2
into c:\sdk\boost_1_55_0
• Download and install CMake 2.8.6 or later:
http://www.cmake.org/cmake/resources/software.html
Choose “Add cmake to path for all users” when asked.
• Download bytecoin zipped sources from
https://github.com/amjuarez/bytecoin and extract them to
C:\bytecoin-master
• Open command prompt and execute the following:
cd C:\bytecoin-master
mkdir build
cd build
cmake -DBOOST_ROOT=C:\sdk\boost_1_55_0 -DBOOST_LIBRARYDIR=C:\sdk\boost_1_55_0\lib64-msvc-11.0 -G "Visual Studio 11 Win64" ".."
• Make sure you have no error and Project.sln has been created in C:\bytecoin-master\build
• Open Project.sln with Visual Studio Express 2012 (double-click it).
• Choose ‘Release’ and ‘x64’ in solution configuration drop-boxes.
• Select ‘Build’ -> ‘Build solution’.
• Upon build succeeded all executables will be in C:\bytecoin-master\build\src\Release
Launch it with the following params:
simpleminer --pool-addr=bcn.pool.minergate.com:5555 --login=YOUR_ACCOUNT_EMAIL --pass !
Please be careful and put correct e-mail corresponding to your MinerGate account.
In case you run simpleminer with wrong or misspelled e-mail all your work will be associated with different account!