Mining Duino-Coin on Termux Using Android Phone

Mining Duino-Coin on Termux Using Android Phone

Subscribers:
87
Published on ● Video Link: https://www.youtube.com/watch?v=vJz4VghtFuE



Duration: 17:10
5,055 views
62


This video is for demonstration only.
Recorded in real time, no EDITS or FAST FOWARDING.
Proceed at your own risk!
No audio in the video, free to pause the video to see the commands!

Also in the clip i made some errors but still watch from start to end.
The Duino-Coin network is facing some issues so mining is on and off sometimes.

Here is a link to Duino-Coin official website to create an account and learn more!
https://duinocoin.com/

Here's the Commands:-

Update termux: apt-get update && apt-get upgrade -y
Install wget: apt-get install wget -y
Install proot: apt-get install proot -y
Install git: apt-get install git -y
Go to HOME folder: cd ~
Download script: git clone https://github.com/MFDGaming/ubuntu-in-termux.git
Go to script folder: cd ubuntu-in-termux
Give execution permission: chmod +x ubuntu.sh
Run the script: ./ubuntu.sh -y
Now just start ubuntu: ./startubuntu.sh

And now:

apt update && upgrade
apt install python3 python3-pip git
git clone https://github.com/revoxhere/duino-coin
cd duino-coin
python3 PC_Miner.py