Difference between revisions of "ZCash Miner: nheqminer"

From OnnoWiki
Jump to navigation Jump to search
(Replaced content with " sudo apt-get upgrade sudo apt-get update sudo apt install qt5-default sudo apt-get install cmake build-essential libboost-all-dev cd /usr/local/src git clone https:/...")
Line 4: Line 4:
 
  sudo apt-get install cmake build-essential libboost-all-dev
 
  sudo apt-get install cmake build-essential libboost-all-dev
 
  cd /usr/local/src
 
  cd /usr/local/src
  git clone https://github.com/sarath-hotspot/nheqminer.git267
+
  git clone https://github.com/sarath-hotspot/nheqminer
 
  cd nheqminer/nheqminer
 
  cd nheqminer/nheqminer
 
  mkdir build
 
  mkdir build

Revision as of 04:42, 14 September 2017

sudo apt-get upgrade
sudo apt-get update
sudo apt install qt5-default
sudo apt-get install cmake build-essential libboost-all-dev
cd /usr/local/src
git clone https://github.com/sarath-hotspot/nheqminer
cd nheqminer/nheqminer
mkdir build
cd build
cmake ..
make