For mining Duino coin on Raspberry PI 3 i taken Raspbian OS
I downloaded Raspberry Pi OS 64 bit Lite version
Writed downloaded image to SD card by Balena etcher software
After first start i login with credentials username pi password raspberry. In next versions of raspbian os default credentials are changed.
Use command sudo raspi-config
And in interface menu enable SSH
After SSH is enabled i connected to board with putty. First i updated repositories by command:
sudo apt update
Next upgrade repositories by command:
sudo apt upgrade
After all applications updated, install al requested software by command:
sudo apt install python python3-pip git
Clone repositories from GitHub by command:
git clone https://github.com/revoxhere/duino-coin.git
Go in to cloned directory by command:
cd duino-coin
Run miner by command:
python3 PC_Miner.py
Fill fields username, intensity, threads, difficulty, rig name and donation level.
Miner starts and average mining speed without fasthash is 409 kH/s.
DIY Phone holder from scrap
Duino coin benchmark on Lenovo Yoga with I3-6006U CPU

Leave a Comment

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