To install and run Duino coin on Android i prefer f-droid market and UserLand Linux emulation application.
First download F-Droid market from f-droid.org website and install it.
In f-droid market find UserLAnd application, download it and install.
Run UserLAnd application and choose Ubuntu.
Fill username, password for ssh and vnc
Choose ssh
Wait while systems starts, and enter ssh password
First when system started update repositories by command:
sudo apt update
After upgrade all packages, run command:
sudo apt upgrade
When all packages upgraded, install all required software, run command:
sudo apt install curl python3 python3-pip python3-dev
Next install rust compiler, run command:
curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs/ | sh
Choose 1
Go into env folder, run command:
source $HOME/.cargo/env
Download fasthash sources, run command:
wget https://server.duinocoin.com/fasthash/libducohash.tar.gz
When downloaded extract it by command:
tar -xvf libducohash.tar.gz
Enter into extracted folder, run command:
cd libducohash
build fasthash by command:
cargo build --release
When building finished, go into release folder, run command:
cd target/release
When building finished copy compiled file to home directory, run command:
cp libducohash.so ~
go to the home folder, run command:
cd ~
Download duino coin miner, run command:
wget https:/server.duinocoin.com/fasthash/PC_Miner.py
Install requests, run command:
pip3 install requests
Run miner, run command:
python3 PC_Miner.py
Fill username, intensity, threads
difficulty, rig name
donation level
Miner starts and on Samsung Galaxy Xcover4 with arm8 CPU average mining hashrate with fasthash is 2.76 MH/s
Duino coin mining benchmark on Samsung Xcover 3 in Termux
Duino coin mining on Orange Pi PC with and without fasthash

Leave a Comment

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