I installed Armbian on Orange Pi Zero
First i need to update packets, run command:
apt update
Next upgrade packages, run command:
apt upgrade
After all packages upgraded, installing all requesting software:
apt install git python3 python3-pip python3-dev 
last one requested to automatically download fasthash acceleration module
Cloning duino coin miner from repository:
git clone https://github.com/revoxhere/duino-coin.git
Entering into cloned directory:
cd duino-coin
Installing requests:
pip3 install requests
Running miner:
python3 PC_Miner.py
Entering all requested information
Miner starts and automatically downloads fasthash acceleration module
Average mining speed with fasthash acceleration module in 1.41 MH/s
Duino coin fasthash library compiling on Raspberry Pi 3
Mining Monero XMR on Raspberry pi 3 with xmrig miner.

Leave a Comment

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