# bminer **Repository Path**: hopper/bminer ## Basic Information - **Project Name**: bminer - **Description**: No description available - **Primary Language**: Unknown - **License**: GPL-3.0 - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2020-05-14 - **Last Updated**: 2024-06-01 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README ![image](https://github.com/bminercoin/bminer/blob/master/src/config/bminer.png) #### Master Build Status [![Build Status](https://travis-ci.org/Bminercoin/Bminercoin.svg?branch=master)](https://travis-ci.org/Bminercoin/Bminercoin) [![Build status](https://ci.appveyor.com/api/projects/status/github/Bminercoin/Bminercoin?branch=master&svg=true)](https://ci.appveyor.com/project/RocksteadyTC/Bminercoin) #### Development Build Status [![Build Status](https://travis-ci.org/Bminercoin/Bminercoin.svg?branch=development)](https://travis-ci.org/Bminercoin/Bminercoin) [![Build status](https://ci.appveyor.com/api/projects/status/github/Bminercoin/Bminercoin?branch=development&svg=true)](https://ci.appveyor.com/project/RocksteadyTC/Bminercoin) ### Installing We offer binary images of the latest releases here: http://latest.Bminercoin.lol If you would like to compile yourself, read on. ### How To Compile #### Linux ##### Prerequisites You will need the following packages: [Boost](https://www.boost.org/), [OpenSSL](https://www.openssl.org/), cmake (3.8 or higher), make, and git. You will also need either GCC/G++, or Clang. If you are using GCC, you will need GCC-7.0 or higher. If you are using Clang, you will need Clang 6.0 or higher. You will also need libstdc++\-6.0 or higher. ##### Ubuntu, using GCC - `sudo add-apt-repository ppa:ubuntu-toolchain-r/test -y` - `sudo apt-get update` - `sudo apt-get install aptitude -y` - `sudo aptitude install -y build-essential g++-8 gcc-8 git libboost-all-dev python-pip libssl-dev` - `sudo pip install cmake` - `export CC=gcc-8` - `export CXX=g++-8` - `git clone -b master --single-branch https://github.com/Bminercoin/Bminercoin` - `cd Bminercoin` - `mkdir build` - `cd build` - `cmake ..` - `make` The binaries will be in the `src` folder when you are complete. - `cd src` - `./BminerCoind --version` ##### Ubuntu, using Clang - `sudo add-apt-repository ppa:ubuntu-toolchain-r/test -y` - `wget -O - https://apt.llvm.org/llvm-snapshot.gpg.key | sudo apt-key add -` You need to modify the below command for your version of ubuntu - see https://apt.llvm.org/ * Ubuntu 14.04 (Trusty) - `sudo add-apt-repository "deb https://apt.llvm.org/trusty/ llvm-toolchain-trusty 6.0 main"` * Ubuntu 16.04 (Xenial) - `sudo add-apt-repository "deb https://apt.llvm.org/xenial/ llvm-toolchain-xenial 6.0 main"` * Ubuntu 18.04 (Bionic) - `sudo add-apt-repository "deb https://apt.llvm.org/bionic/ llvm-toolchain-bionic 6.0 main"` - `sudo apt-get update` - `sudo apt-get install aptitude -y` - `sudo aptitude install -y -o Aptitude::ProblemResolver::SolutionCost='100*canceled-actions,200*removals' build-essential clang-6.0 libstdc++-7-dev git libboost-all-dev python-pip libssl-dev` - `sudo pip install cmake` - `export CC=clang-6.0` - `export CXX=clang++-6.0` - `git clone -b master --single-branch https://github.com/Bminercoin/Bminercoin` - `cd Bminercoin` - `mkdir build` - `cd build` - `cmake ..` - `make` The binaries will be in the `src` folder when you are complete. - `cd src` - `./BminerCoind --version` ##### Generic Linux Ensure you have the dependencies listed above. If you want to use clang, ensure you set the environment variables `CC` and `CXX`. See the ubuntu instructions for an example. - `git clone -b master --single-branch https://github.com/Bminercoin/Bminercoin` - `cd Bminercoin` - `mkdir build` - `cd build` - `cmake ..` - `make` The binaries will be in the `src` folder when you are complete. - `cd src` - `./BminerCoind --version` #### OSX/Apple, using GCC ##### Prerequisites - Install XCode and Developer Tools. ##### Building - `which brew || /usr/bin/ruby -e "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/install)"` - `brew install --force cmake boost llvm gcc@8 openssl` - `export CC=gcc-8` - `export CXX=g++-8` - `git clone -b master --single-branch https://github.com/Bminercoin/Bminercoin` - `cd Bminercoin` - `mkdir build` - `cd build` - `cmake ..` - `make` The binaries will be in the `src` folder when you are complete. - `cd src` - `./BminerCoind --version` #### OSX/Apple, using Clang ##### Prerequisites - Install XCode and Developer Tools. ##### Building - `which brew || /usr/bin/ruby -e "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/install)"` - `brew install --force cmake boost llvm openssl` - `export CC=/usr/local/opt/llvm/bin/clang` - `export CXX=/usr/local/opt/llvm/bin/clang++` - `git clone -b master --single-branch https://github.com/Bminercoin/Bminercoin` - `cd Bminercoin` - `mkdir build` - `cd build` - `cmake ..` - `make` The binaries will be in the `src` folder when you are complete. - `cd src` - `./BminerCoind --version` #### Windows ##### Prerequisites You can build for 32-bit or 64-bit Windows. **If you're not sure, pick 64-bit.** - Install [Visual Studio 2017 Community Edition](https://www.visualstudio.com/thank-you-downloading-visual-studio/?sku=Community&rel=15&page=inlineinstall) - When installing Visual Studio, it is **required** that you install **Desktop development with C++** - Install the latest version of Boost (currently Boost 1.68). Select the appropriate version for your system: - [Boost 64-bit](https://bintray.com/boostorg/release/download_file?file_path=1.68.0%2Fbinaries%2Fboost_1_68_0-msvc-14.1-64.exe) - [Boost 32-bit](https://bintray.com/boostorg/release/download_file?file_path=1.68.0%2Fbinaries%2Fboost_1_68_0-msvc-14.1-32.exe) - Install the latest full version of OpenSSL (currently OpenSSL 1.1.1b). Select the appropriate version for your system: - [OpenSSL 64-bit](https://slproweb.com/download/Win64OpenSSL-1_1_1b.exe) - [OpenSSL 32-bit](https://slproweb.com/download/Win32OpenSSL-1_1_1b.exe) ##### Building For 64-bit: - From the start menu, open 'x64 Native Tools Command Prompt for vs2017'. - `cd ` - `mkdir build` - `cd build` - `set PATH="C:\Program Files (x86)\Microsoft Visual Studio\2017\Community\Common7\IDE\CommonExtensions\Microsoft\CMake\CMake\bin";%PATH%` - `cmake -G "Visual Studio 15 2017 Win64" .. -DBOOST_ROOT=C:/local/boost_1_68_0` - `MSBuild BminerCoin.sln /p:Configuration=Release /m` For 32-bit: - From the start menu, open 'x86 Native Tools Command Prompt for vs2017'. - `cd ` - `mkdir build` - `cd build` - `set PATH="C:\Program Files (x86)\Microsoft Visual Studio\2017\Community\Common7\IDE\CommonExtensions\Microsoft\CMake\CMake\bin";%PATH%` - `cmake -G "Visual Studio 15 2017" .. -DBOOST_ROOT=C:/local/boost_1_68_0` - `MSBuild BminerCoin.sln /p:Configuration=Release /p:Platform=Win32 /m` The binaries will be in the `src/Release` folder when you are complete. - `cd src` - `cd Release` - `BminerCoind.exe --version` #### Thanks Cryptonote Developers, Bytecoin Developers, Monero Developers, Forknote Project, BminerCoin Community ### Copypasta for license when editing files Hi BminerCoin contributor, thanks for forking and sending back Pull Requests. Extensive docs about contributing are in the works or elsewhere. For now this is the bit we need to get into all the files we touch. Please add it to the top of the files, see [src/CryptoNoteConfig.h](https://github.com/bminercoin/bminer/commit/28cfef2575f2d767f6e512f2a4017adbf44e610e) for an example. ``` // Copyright (c) 2012-2017, The CryptoNote developers, The Bytecoin developers // Copyright (c) 2014-2018, The Monero Project // Copyright (c) 2018-2019, The BminerCoin Developers // // Please see the included LICENSE file for more information. ```