Created
January 15, 2022 21:15
-
-
Save Mr-Bossman/2408aac8ac89aec582ff5a51bd230d97 to your computer and use it in GitHub Desktop.
termux ccminer
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
pkg install git nano automake build-essential libjansson | |
git clone --single-branch -b ARM https://github.com/monkins1010/ccminer.git | |
cd ccminer | |
chmod +x build.sh | |
chmod +x configure.sh | |
chmod +x autogen.sh | |
./build.sh | |
./run |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment