Created
January 8, 2018 18:10
-
-
Save kusayuzayushko/989660772f2ae89be9551854116df1c9 to your computer and use it in GitHub Desktop.
gatelessgate-install.sh
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/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