Skip to content

Instantly share code, notes, and snippets.

View migtibincoski's full-sized avatar
💻
Working as a freelancer...

Miguel Tibincoski migtibincoski

💻
Working as a freelancer...
View GitHub Profile
@migtibincoski
migtibincoski / setup-termux.sh
Created September 28, 2024 21:51
How to mine on any android device with CPUMiner & Termux
# You will need Termux from f-droid: https://f-droid.org/en/packages/com.termux/
termux-setup-storage
pkg update && apt-get update
pkg upgrade -y && apt-get upgrade -y
pkg install wget openssl-tool proot -y
hash -r
wget https://raw.githubusercontent.com/EXALAB/AnLinux-Resources/master/Scripts/Installer/Ubuntu/ubuntu.sh
bash ubuntu.sh
clear && ./start-ubuntu.sh