Today I will run the Duino Coin miner on a Savio TV BOX using Termux. ๐งช๐ฐ
๐ฅ Video Tutorial
๐ฅ Step 1: Install Termux via F-Droid
- Go to ๐ Google and search for F-Droid.

- Download and install F-Droid.
- In F-Droid, find and install the Termux app. ๐ป

- (Optional) Install CPU Info to see what CPU your TV Box has. ๐ง

๐ ๏ธ Step 2: Prepare the System
Open Termux and run:
pkg update

๐งฌ Step 3: Install Git
Run the following command to install Git:
pkg install git
๐ฆ Step 4: Clone Duino Coin Miner
Clone the miner from GitHub:
git clone https://github.com/revoxhere/duino-coin.git

๐ Step 5: Install Python
Install Python:
pkg install python
๐ Step 6: Install Python Requests
Navigate to the miner folder and install dependencies:
cd duino-coin
pip install requests

๐ Step 7: Start Mining
Run the miner:
python ./PC_Miner.py

Answer all the setup questions ๐งโ๐ป and the miner will start!

โ๏ธ Benchmark Result
- ๐ Average Hashrate:
273 kH/s 
- โ This is without the FastHash module.
- ๐งฉ How to compile with FastHash will be shown in a future video.

