Created
September 28, 2024 21:51
-
-
Save migtibincoski/77992b57bf05519e6f050154fad36591 to your computer and use it in GitHub Desktop.
How to mine on any android device with CPUMiner & Termux
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
# 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 |
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
su | |
apt-get update && apt-get upgrade -y | |
apt install git proo automake autoconf pkg-config libcurl4-openssl-dev libjansson-dev libssl-dev libgmp-dev zlib1g-dev make g++ -y | |
git clone https://github.com/tpruvot/cpuminer-multi | |
cd cpuminer-multi | |
./build-linux-arm.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
clear && ./cpuminer -a <ALGO> -o <POOL URL> -u <YOUR POOL USERNAME> -p <YOUR POOL PASSWORD> -t <COUNT OF CPU THREADS> |
En la de ./cpuminer -a - o
Hi @bl0z3r, how are you? What's your question?
I'll summarize here:
- The
-a
argument is not necessary for currencies like Bitcoin, Litecoin, etc. - In the
-o
argument you put the mining URL (e.g.stratum+tcp://us.litecoinpool.org
)
How much will i earn
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Hola me puedes ayudar en la última parte