/brominer

Primary LanguageCMIT LicenseMIT

Build Status

Introduction

Brominer is a universal crypto miner. You can mine Brominer, Bitcoin and Monero from almost all devices, this includes computers, mobiles, smarttv and all hardware which has a cpu. Brominer are easy to exchange to Bitcoin and Monero. Brominer is a private, secure, untraceable, decentralised online currency. You are your own bank and you have full control over your founds.

Easy to Exchange: Brominer should be easy to exchange to all online and offline currencies.

Cross-Platform: Brominer should support all platforms both for exchange and mining.

Privacy: Brominer uses a cryptographically transfer and receiver system without your data being shared on the blockchain.

We are trying to do things no cryptocurrency has ever done before. The Completly Masternode Solution in cryptonote world.

For more details visit our Website :

https://brominer.com

-= Building Brominer =-

On *nix:

Dependencies: GCC 4.7.3 or later, CMake 3.11.3 or later, Boost_1_67 or later.

You may download them from:

http://gcc.gnu.org/

http://www.cmake.org/

http://www.boost.org/

Alternatively, it may be possible to install them using a package manager.

To build, change to a directory where this file is located, and run `make'. The resulting executables can be found in build/release/src.

Advanced options:

Parallel build: run make -j<number of threads>' instead of make'.

Debug build: run `make build-debug'.

Test suite: run make test-release' to run tests in addition to building. Running make test-debug' will do the same to the debug version.

On Linux (Ubuntu 16.04):

Install Dependencies:
apt install build-essential libqt4-dev qt5-qmake cmake qttools5-dev libqt5webkit5-dev qttools5-dev-tools qt5-default python-sphinx texlive-latex-base inotify-tools openssl libssl-dev libdb++-dev libminiupnpc-dev git sqlite3 libsqlite3-dev g++ libpng-dev gedit python gcc make libbz2-dev libdb-dev libssl-dev  libreadline-dev autoconf libtool libleveldb-dev libblkid-dev e2fslibs-dev libboost-all-dev libaudit-dev automake nano qtbase5-dev qt4-dev-tools libncurses5-dev fakeroot wget bzip2 bison flex dctrl-tools libelf-dev libuv1-dev libmicrohttpd-dev pkg-config libevent-dev libunbound-dev libminiupnpc-dev libunwind8-dev libldns-dev libexpat1-dev libgtest-dev doxygen graphviz screen curl git python

sudo apt update

sudo apt upgrade

git clone https://github.com/reliefs/brominer.git brominer
cd brominer
git submodule init
git submodule update --remote
make -j4

Note : If you need cmake version error please follow below setps.

cd catalyst/modules/cmake
./bootstrap && make && make install

On Windows:

Dependencies: MSVC 2017 or later, CMake 3.11.3 or later, and Boost_1_67_0-msvc-14.1 or later. You may download them from:

http://www.microsoft.com/

http://www.cmake.org/

http://www.boost.org/

To build, change to a directory where this file is located, and run this commands: (VisualStudio 2017)

git clone https://github.com/reliefs/brominer.git brominer
cd brominer
git submodule init
git submodule update --remote
mkdir build && cd build && cmake .. -G "Visual Studio 15 Win64" ..

then open catalyst.sln File on Visual Studio

In VS' Solution Explorer select upnpc-static' Properies -> C/C++ -> Code Generation -> Runtime Library - > change it to Multi-threaded (/MT)

And Finaly do the Build.

Good luck!

Powered by Brominer Engine