Author

Topic: Miner for CryptoNote Coins (Read 719 times)

full member
Activity: 224
Merit: 100
Any store can buy, sell, and accept Crypto
May 25, 2014, 11:26:43 AM
#4
be warned of this user.

Why warned this is the Miner you can complie of the SoureCode of ByteCoin ....
I added also a Tutorial how to build a own
sr. member
Activity: 446
Merit: 250
May 25, 2014, 10:48:04 AM
#3
looks legit  Roll Eyes
hero member
Activity: 588
Merit: 504
May 25, 2014, 10:26:11 AM
#2
Be warned of this user. They have some suspicious activity in the past. ie: unsubstantiated claims they are raising funds for charitable causes.
full member
Activity: 224
Merit: 100
Any store can buy, sell, and accept Crypto
May 25, 2014, 10:23:09 AM
#1
Hi everybody,

i complied the Miner for those Coins and here it is

https://mega.co.nz/#!yh5mWYZD!e2KiTkqiLR0PqYXZAdKVpARglZg_ZxRueuop_nRw1ZE it is for Windows, for Linux i build it later

Want to build your own ?


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 was successfully generated in C:\bytecoin-master\build
   
Open Project.sln with Visual Studio Express 2012 (or double-click .sln file).
    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

The Miner is called simpleminer.exe
Jump to: