Skip to content

Instantly share code, notes, and snippets.

@dineshsprabu
Last active December 30, 2017 08:03
Show Gist options
  • Save dineshsprabu/fd15b935a540fdd16b208728808fa3af to your computer and use it in GitHub Desktop.
Save dineshsprabu/fd15b935a540fdd16b208728808fa3af to your computer and use it in GitHub Desktop.
[Mining] Mining Zcash with minergate
#!/bin/bash
printf yyy | sudo apt-get install cmake build-essential libboost-all-dev
git clone https://github.com/feeleep75/nheqminer.git
cd nheqminer/nheqminer
mkdir build
cd build
cmake ..
make
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment