You probably already asked yourself about mining with your Raspberry Pi.
Now that Bitcoin becomes really hard to mine, Monero is the new Bitcoin
In this tutorial you’ll learn how to mine Monero on Raspberry Pi.

How to mine the Monero cryptocurrency on your Raspberry Pi?
Mining Monero on Raspberry Pi is easy when you have the good tools.
You can download and install a miner for free, to start mining a few minutes later.
You also need an account on a mining pool to do this (I’ll show you how).

Check the link below for more details

———- Links ———-
Learn more by reading this post:
????️ Related post: https://rpi.tips/monero

????Create your account on MinerGate: https://rpi.tips/miner

Disclaimer: This is an affiliate link. If you use them, I’ll get a small commission. The commission comes at no additional cost to you.

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

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

———- Commands ———-
Prerequisites:
sudo apt update
sudo apt upgrade
sudo apt install git automake autoconf libcurl4-openssl-dev libjansson-dev libssl-dev libgmp-dev
cd /opt

Installation:
sudo git clone https://github.com/tpruvot/cpuminer-multi
cd cpuminer-multi
sudo ./autogen.sh
sudo ./configure
sudo ./build.sh

Run:
./cpuminer -a cryptonight -o stratum+tcp://xmr.pool.minergate.com:45700 -u YOUR_EMAIL

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

———- Timestamps ———-
00:00 Introduction
01:12 Create your account
02:25 Prerequisites
03:15 Installation
04:50 Running the miner
06:23 3 Bonus tips
09:36 Profitability

#raspberrypi #monero #crypto

source