βοΈ Duino Coin Mining on Nokia 3 Android Phone π±
In this post, I show how to mine Duino Coin directly on a Nokia 3 Android phone using UserLand to run Ubuntu π§.
Itβs a simple experiment to see how much performance you can get from a basic smartphone CPU βοΈπ²
π₯ Video Tutorial
π§° Step-by-Step Setup
- βοΈ Enable Developer Mode
Go to Settings β About phone
Tap Build number seven times to unlock Developer options - π Enable "Stay Awake"
In Developer options, enable Stay awake while charging to prevent sleep mode during mining

- ποΈ Install F-Droid
- Search for F-Droid in Google or visit f-droid.org

- Download and install the F-Droid app

- π§© Install UserLand
- Open F-Droid

- Search for and install the UserLand app
- π§ Launch Ubuntu in UserLand

- Run UserLand and choose Ubuntu
- Set:
- Username π€
- Password π
- VNC password (for graphical access)

-
On the next screen, select SSH for terminal mode

-
π Login
- When the virtual machine starts, enter your defined password

π§± Installing the Miner
- π Update repositories:
apt update
8. β¬οΈ Upgrade system packages:
sudo apt upgrade
9. βοΈ Install required dependencies:
sudo apt install git python3 python3-pip python3-dev
10. π₯ Clone the Duino Coin miner:
<pre>git clone https://github.com/revoxhere/duino-coin.git</pre>
11. π Enter the miner directory:
<pre>cd duino-coin</pre>
12. βΆοΈ Run the miner:
<pre>python3 PC_Miner.py</pre>
π§Ύ Miner Configuration
When prompted, enter:
- π€ Username (Duino Coin wallet)
- π Mining key
- βοΈ Intensity level
- π§΅ Number of threads
- π― Difficulty
- π·οΈ Rig name
- π° Donation level

β‘ Performance Result
π Average mining speed: ~2.18 MH/s β‘π₯
π‘ Not high, but impressive for a basic Android phone running Ubuntu in a virtualized environment!

