Pruned_4201337
Black Hat
Divine
LEVEL 2
800 XP
Hi
Google has recently started banning all cloud accounts which are used for mining,if u wanna bypass this without banning then for an 8 core.instance
we can only mine with six, due to google shutting down instances that are constantly over 80% utilization.
SSH into your server.
Firstly we will need to update the server to ensure everything runs smoothly.
sudo apt-get update
Install Git, you will need this to download your mining software.
sudo apt-get install git
y
Install Tmux, this will allow the mining software to keep running after your close your ssh connection.
sudo apt-get -y install tmux
sudo apt-get install cmake build-essential libboost-all-dev
y
Create a new directory called downloads.
sudo mkdir /downloads
cd /downloads
Download nheqminer.
sudo git clone
Create another two directories this time called nheqminer and build.
cd nheqminer/nheqminer
sudo mkdir build
cd build
Compile the nheqminer software.
sudo cmake ..
sudo make
Now we are done with the installation process, exit and reconnect.
exit
** REOPEN SSH CONNECTION
Run Tmux to open a new window.
tmux
Change directory to where we installed your new mining software.
cd /downloads/nheqminer/nheqminer/build
Depending on your region use the code below to run the mining software.
ASIA/AUSTRALIA
./nheqminer -l asia1-zcash.flypool.org:3333 -u "ur zacsh addrss here".miner -t 6
EUROPE
./nheqminer -l eu1-zcash.flypool.org:3333 -u "ur zcash mining address here" .miner -t 6
USA
./nheqminer -l us1-zcash.flypool.org:3333 -u "ur zcasg mining address here".miner -t 6
Google has recently started banning all cloud accounts which are used for mining,if u wanna bypass this without banning then for an 8 core.instance
we can only mine with six, due to google shutting down instances that are constantly over 80% utilization.
SSH into your server.
Firstly we will need to update the server to ensure everything runs smoothly.
sudo apt-get update
Install Git, you will need this to download your mining software.
sudo apt-get install git
y
Install Tmux, this will allow the mining software to keep running after your close your ssh connection.
sudo apt-get -y install tmux
sudo apt-get install cmake build-essential libboost-all-dev
y
Create a new directory called downloads.
sudo mkdir /downloads
cd /downloads
Download nheqminer.
sudo git clone
You must reply in the thread to view hidden content. Upgrade your account to always see hidden content.
cd nheqminer/nheqminer
sudo mkdir build
cd build
Compile the nheqminer software.
sudo cmake ..
sudo make
Now we are done with the installation process, exit and reconnect.
exit
** REOPEN SSH CONNECTION
Run Tmux to open a new window.
tmux
Change directory to where we installed your new mining software.
cd /downloads/nheqminer/nheqminer/build
Depending on your region use the code below to run the mining software.
ASIA/AUSTRALIA
./nheqminer -l asia1-zcash.flypool.org:3333 -u "ur zacsh addrss here".miner -t 6
EUROPE
./nheqminer -l eu1-zcash.flypool.org:3333 -u "ur zcash mining address here" .miner -t 6
USA
./nheqminer -l us1-zcash.flypool.org:3333 -u "ur zcasg mining address here".miner -t 6