Today i will install and run Duino miner on old Samsung note 10.1 2014.
It have android 5.1. And Termux from market or f-droid not supported. 
Also this tab have arm7v CPU.

First i install f-droid, simply find it in google
Find in Google Termux apk archive
Download it and install
In F-Droid search application AnLinux
Download it and install
Open installed Termux and try to update, run command:
pkg update
If you get error just remove not useful repositories
Easiest way is this command:
rm $PREFIX/etc/apt/sources.list.d/*
Try one more time make update, run:
pkg update
Open Anlinux application and press on button Choose, select Ubuntu, then press OK
Press on button Copy
Open Termux and paste copied text into terminal
After Ubuntu installs run command:
./start-ubuntu.sh
On launched Ubuntu run update command:
apt update
After update install all required packages, run command:
apt install git python3 python3-pip python3-dev
Next clone Duino coin miner repository, run command:
git clone https://github.com/revoxhere/duino-coin.git
Go into cloned repository directory, run command:
cd duino-coin
Install requests, run command:
pip3 install requests
Run miner, run command:
python3 PC_Miner.py
Answer on all questions
Miner starts without fasthash support, and average hash rate is 324 kilo hash per second.
How to compile fasthash i will show in next videos.
Duino coin benchmark on iPhone 6s Web Miner
Duino coin benchmark on Jailbraked iPhone 6s.

Leave a Comment

Your email address will not be published. Required fields are marked *