Today i will try to run XMR mining on Nokia 3.1 Android phone with 2 GB of ram. 
Nokia have MediaTek MT6750V/W CPU.
I preinstalled UserLAnd application to run Ubuntu virtual machine. How to use UserLAnd can be found on my another posts.
Machine started and asking password what i created.
First step update repositories, command is:
apt update
Next upgrade packages, command is:
sudo apt upgrade
Installing all required software, command is:
sudo apt install git wget proot build-essential cmake libuv1-dev libmicrohttpd-dev libssl-dev
Cloning miner from github, command is:
git clone https://github.com/xmrig/xmrig
Entering into cloned directory, command is:
cd xmrig
Making build directory, command is:
mkdir build
Entering into build directory, command is:
cd build
running cmake, command is:
cmake -DWITH_HWLOC=OFF ..
And then make, command is:
make
When miner is compiled, i check what ip address have my virtual machine, command is:
ifconfig
Ip address is 192.168.111.200, you will be get another values.
Next creating config file for xmrig miner. Going to the xmrig.com
Press on Wizard
Press on New configuration
Press on Add pool
I use nanopool.org you can choose different
Enter manero(xmr) wallet address
And then in last tab download config file
For coping config file to virtual machine i use winscp client
Choose protocol SCP
Host name: IP address of virtual machine
Port number: 2022
User name: Username you entered when created virtual machine
Password: Password you entered when created virtual machine 
Copy config.json file to /home/user/xmrig/build folder
Last one on phone run miner, command is:
./xmrig
Nokia 3.1 have average mining speed 19 H/s this is nothing, not wasting time for mining XMR on MediaTek MT6750V/W

Amazing DIY drill bit storage from pipe and two bottles
Simple, small UPS modifications

Leave a Comment

Your email address will not be published. Required fields are marked *