Mining with TERMUX android
NOTE: This article is only for an Educational purpose. Any actions or activities related to the material contained on this Website is solely your responsibility. Misuse of the information in this website can result in criminal charges brought against the persons in question. The Authors and www.androidUNKNOWN.blogspot.com will not be held responsible in the event any criminal charges be brought against any individuals misusing the information in this website to break the law.
* Requirements:
- Termux from play store.
- Mobile data (recommended)/ wifi connection.
* Guide how to mine with Android:
(Please run the commands without the ' marks.)- Download & Install Termux from the Google Play Store for free.
- Open Termux and update the dependencies : 'apt-get update && apt-get upgrade'
- Install git, build-essential & cmake : 'pkg install git build-essential cmake -y'
- Get XMRig from git: 'git clone https://github.com/xmrig/xmrig.git'
- Make build dir and navigate to the directory : 'mkdir xmrig/build && cd xmrig/build'
- Build XMRig with cmake : 'cmake .. -DWITH_HWLOC=OFF && make -j$(nproc)'
- Run XMRig with a command or create a config file. You can create a config file from https://xmrig.com/wizard.
- And with that, you are all set up and can start mining!
Pull down on the Termux app notification to manually set "acquire wakelock." This instructs Android not to interfere with the Termux application. Thermal throttling will occur automatically to protect itself; no further action is required.
* Comment down if you have any issues. Have a great day.*
Comments
Post a Comment