Featured

Mining Bitcoin on the Raspberry Pi 4!



Published
Ever wanted to mine BITCOIN on your Raspberry Pi 4? This guide shows you how! (It's probably not worth it, but it's another project to try out with your Pi4!) :D

00:00 - Intro
00:48 - Flashing Raspberry Pi OS
02:57 - Powering on your Pi4
03:24 - SSH into your Pi
05:16 - Installing the Miner
07:36 - Creating a Wallet
09:08 - Finding a Mining Pool
09:59 - Configuring the Config.json
12:10 - Start Mining!
13:48 - Checking your Hashrate
17:05 - Setting up Screen
19:08 - Final Thoughts

Raspberry Pi Imager - https://www.raspberrypi.com/software/

- Commands from the Video -
sudo apt-get install git build-essential cmake libuv1-dev libssl-dev libhwloc-dev
git clone https://github.com/xmrig/xmrig.git
mkdir xmrig/build && cd xmrig/build
cmake ..
make -j$(nproc)
wget https://raw.githubusercontent.com/xmrig/xmrig/master/src/config.json

Links -
Category
Cryptocurrency Mining
Be the first to comment