Using a Raspberry Pi shouldn’t be complicated.
📥 Download my free PDF glossary to start the right way: https://download.raspberrytips.com/glossary

To mine Dogecoin on a Raspberry Pi, a miner and a mining pool is required. XMRig is an open-source miner that can be used to mine cryptocurrencies on a Raspberry Pi. And unMineable is a great mining pool that can be used to mine most coins, like Dogecoin, Bitcoin, Ethereum, and more.

Check the link below for more details:
https://raspberrytips.com/mining-dogecoin-with-a-raspberry-pi/

————————————————-
Enable SSH:
sudo raspi-config
(go to Interfaces, then SSH)

————————————————-
Commands I use in this video:

sudo apt update
sudo apt upgrade
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
nano config.json

./xmrig

————————————————-
Links used in the video:

Dogecoin: https://dogecoin.com/
RPI OS 64 bits (beta): https://downloads.raspberrypi.org/raspios_lite_arm64/images/
Aikapool: https://aikapool.com/
unMineable: https://unmineable.com/?ref=5zvv-gkvv
XMRig documentation: https://xmrig.com/docs/miner/build/ubuntu

———- Other links ———-
Master your Raspberry Pi in 30 days (e-book)
📕 https://raspberrytips.com/yt-ebook

Raspberry Pi Bootcamp (course)
📕 https://raspberrytips.com/yt-course

Master Python on Raspberry Pi
📕 https://raspberrytips.com/masterpython

Join us on Patreon!
❤️ https://raspberrytips.com/patreon

👉RaspberryTips: https://raspberrytips.com/
👉Recommended hardware: http://raspberrytips.com/resources

———- My stuff ———-
(affiliate links)

– Raspberry Pi: https://geni.us/xO8V (Amazon)
– SD card: https://geni.us/KAYj (Amazon)
– Case: https://geni.us/jD4m (Amazon)
– Keyboard: https://geni.us/e9mz (Amazon)
– Touch screen: https://geni.us/xsZ9I (Amazon)
– Video capture: https://geni.us/zleM6q (Amazon)
– Sense Hat: https://geni.us/HQH75q (Amazon)
– Robot dog: https://geni.us/39Grjz (Amazon)
– Raspad 3: https://raspberrytips.com/raspad

———- Follow Me! ———-
👉Twitter: https://twitter.com/TipsRaspberry
👉Pinterest: https://www.pinterest.com/raspberrytips/

———- Timestamps ———-
0:00 Introduction
0:35 Create your wallet
1:11 Install any 64-bits OS
2:10 Install the miner
2:43 Find a mining pool
3:18 Link your miner to the pool
4:10 Start mining
4:43 Results and optimization

#raspberrypi #dogecoin

Note: This description contains affiliate links.
If you use them, I’ll get a small commission.
The commission comes at no additional cost to you.
RaspberryTips is a participant in the Amazon Associates and other companies affiliate programs.

source