Today I will run the Duino Coin miner on a Savio TV BOX using Termux. ๐Ÿงช๐Ÿ’ฐ

๐ŸŽฅ Video Tutorial


๐Ÿ“ฅ Step 1: Install Termux via F-Droid

  1. Go to ๐Ÿ” Google and search for F-Droid. Screenshot 1
  2. Download and install F-Droid.
  3. In F-Droid, find and install the Termux app. ๐Ÿ’ป Screenshot 2
  4. (Optional) Install CPU Info to see what CPU your TV Box has. ๐Ÿง  Screenshot 3

๐Ÿ› ๏ธ Step 2: Prepare the System

Open Termux and run:

pkg update

Screenshot 4


๐Ÿงฌ Step 3: Install Git

Run the following command to install Git:

pkg install git

Screenshot 5

๐Ÿ“ฆ Step 4: Clone Duino Coin Miner

Clone the miner from GitHub:

git clone https://github.com/revoxhere/duino-coin.git

Screenshot 6


๐Ÿ Step 5: Install Python

Install Python:

pkg install python

Screenshot 7

๐Ÿ“‚ Step 6: Install Python Requests

Navigate to the miner folder and install dependencies:

cd duino-coin
pip install requests

Screenshot 8


๐Ÿš€ Step 7: Start Mining

Run the miner:

python ./PC_Miner.py

Screenshot 9

Answer all the setup questions ๐Ÿง‘โ€๐Ÿ’ป and the miner will start! Screenshot 10


โš™๏ธ Benchmark Result

  • ๐Ÿ“Š Average Hashrate: 273 kH/s
  • Screenshot 11
  • โ— This is without the FastHash module.
  • ๐Ÿงฉ How to compile with FastHash will be shown in a future video.