TUTORIAL - HOW TO MINE SOLO ON ANDROID DEVICES USING CPU

If the source code is not available don't trust any app that says it can mine, if is not compiled by you could be a scam! Compile your own binaries to be sure!

Here we will show how you can simply compile and run a miner on your android devices :


Some Tips:

  • Always download mining software from official and trusted sources.
  • Regularly update your mining software to ensure compatibility with the latest network protocols and security patches.
  • Monitor your mining operation regularly for any irregularities or suspicious activity.
  • Consider using a dedicated mining device or computer to avoid potential security risks to your personal or work devices.
  • Ensure you have a reliable internet connection and sufficient power supply to maintain uninterrupted mining operations.
  • Keep your mining address and credentials secure to prevent unauthorized access to your mining rewards.

1: Download Termux from f-droid: https://f-droid.org/en/packages/com.termux/

In app commands :

2: termux-setup-storage

3: apt-get update

4: apt-get upgrade -y

5: apt-get install wget -y

6: apt-get install openssl-tool -y

7: apt-get install proot -y

8: wget https://raw.githubusercontent.com/EXALAB/AnLinux-Resources/master/Scripts/Installer/Ubuntu/ubuntu.sh && bash ubuntu.sh

9: ./start-ubuntu.sh ; su

10: apt-get update

11: apt-get upgrade -y

12: apt install git -y

13: apt install proot -y

14: apt-get install automake autoconf pkg-config libcurl4-openssl-dev libjansson-dev libssl-dev libgmp-dev zlib1g-dev make g++

15: git clone https://github.com/tpruvot/cpuminer-multi

16: cd cpuminer-multi

17: ./build-linux-arm.sh

18: Start cpuminer :

./cpuminer -o stratum+tcp://pool.vkbit.com:3333 -u [bitcoin_address].[workername] -p x -a sha256d -R 10

Or with thread limitation ( -t 2 ) how many threads (depending on how many CPUs you have on your device)

./cpuminer -o stratum+tcp://pool.vkbit.com:3333 -u [bitcoin_address].[workername] -p x -a sha256d -R 10 -t 2

Next thing is to monitor your miner on our website https://vkbit.com

App can run in background, if you want to quit press CTRL + c