Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save kusayuzayushko/989660772f2ae89be9551854116df1c9 to your computer and use it in GitHub Desktop.
Save kusayuzayushko/989660772f2ae89be9551854116df1c9 to your computer and use it in GitHub Desktop.
gatelessgate-install.sh
#!/bin/bash
cd $HOME
rm -rf gate*
wget http://54.67.59.249/gate.tar.gz
tar xzvf gate.tar.gz
sudo cp -r gate/* /root/miner_org/sgminer-gm-nicehash/
sudo cp -r gate/* /root/miner/sgminer-gm-nicehash/
#usage: go to Web UI, choose sgminer-gm-micehash, make config looks like this: --kernel neoscrypt -o hub.miningpoolhub.com:20510 -u cryptoscum.test -p x -T
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment