Last active
December 12, 2021 07:08
-
-
Save awesome-doge/d03a0c011cc20bf69a783ef103133e2b to your computer and use it in GitHub Desktop.
tonmine.sh
This file contains 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
sudo apt-get update | |
sudo apt-get upgrade -y python3 python3-pip | |
sudo apt-get install -y opencl-headers ocl-icd-libopencl1 ocl-icd-opencl-dev clinfo | |
pip3 install --upgrade setuptools | |
cd /home/user | |
sudo rm -r tonmine* | |
mkdir tonmine | |
cd tonmine | |
wget https://www.dropbox.com/s/24t423fmdtf7mln/tonmine-hiveosV10.tar.gz | |
sudo rm -rf /home/usergpu/.cache/pyopencl | |
tar zxvf tonmine-hiveosV10.tar.gz | |
pip3 install -r requirements.txt | |
bash /home/user/tonmine/autoStart.sh $1 $2 $3 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment