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.
Your email address will not be published. Required fields are marked *
Save my name, email, and website in this browser for the next time I comment.
Please click on advertisement to support my YouTube channel and this Website
[crypto-donation-box type="popup" show-coin="all"]
user13