Today I continue testing Duino Coin mining benchmarks on Android devices.
In this video, I run the Duino Coin miner with FastHash support on a Samsung Galaxy A40. ๐งชโ๏ธ
๐ฅ Video Tutorial
๐ฒ Install Required Apps
- ๐ Search for F-Droid on Google, download and install it.

- ๐ฅ In F-Droid, search and install:
- Termux (terminal app)
- AnLinux (Linux environment tool)

๐ง Set Up Ubuntu on Android
- Open AnLinux

- Tap "Choose", select Ubuntu, and press OK โ

- Tap Copy ๐ and then Launch

- Open Termux

- Paste the copied code from AnLinux and run it.

๐ ๏ธ Install Dependencies
Once Ubuntu is running, execute the following commands:
```
./start-ubuntu.sh
````
Update package list:
apt update
Install required packages:
apt install python3 python3-pip python3-dev git

๐ฅ Clone and Run Duino Coin Miner
Clone the Duino Coin repository:
git clone https://github.com/revoxhere/duino-coin.git
Navigate to the miner directory:
cd duino-coin
Install Python module:
pip3 install requests
Run the miner:
python3 PC_Miner.py
Answer all prompts in the terminal.

โ๏ธ Performance Results
โ
FastHash module is enabled thanks to the Aarch64 CPU architecture.
๐ Mining speed on 8 threads averages around 10 MH/s!
