Today I will run Duino coin miner on Savio TV BOX in Termux.
First we need to download f-droid store, simply find it in Google.
Find in F-droid market Termux application and install it.
I also installed CPU info to view what CPU is in tv box.
Open installed Termux and run command:
pkg update
Next install git, run command:
pkg install git
After clone Duino coin miner from GitHub repository, run command:
git clone https://github.com/revoxhere/duino-coin.git
Next step is installing python, run command:
pkg install python
After go in to duino-coin folder and install miner requests, run commands:
cd duino-coinpip install requests
After requests installed run miner:
python ./PC_Miner.py
Answer on all questions
Miner starts and average hash rate is 273 kilo hash per second.
This miner runs without fast hash module.
How to compile it will be shown in next videos.
user13