I Mined Bitcoin for 24 Hours on a Raspberry Pi
Data Slayer Data Slayer
173K subscribers
28,560 views
0

 Published On Oct 15, 2022

The results may surprise you...




This tutorial teaches you how to install a CPU miner for Bitcoin pool mining on a Raspberry Pi.

Outline
Payouts 0:00 - 0:07
The Dream 0:07 - 1:23
Format MicroSD Card 1:23 - 2:05
Install Raspberry Pi Imager 2:05 - 3:40
Advanced Config 3:40 - 4:30
Power the Raspberry Pi 4:30 - 5:00
Find RPi on Wifi Network 5:00 - 5:21
Ping the Device 5:21 - 5:34
SSH into Device 5:34 - 6:02
Elevate to Root 6:02 - 6:10
Update OS 6:10 - 6:15
Create Account on SlushPool 6:15 - 6:25
Add BTC Address 6:25 - 6:50
Get a BTC Address 6:50 - 7:15
Create Worker 7:15 - 7:45
Download Dependencies 7:45 - 7:55
Download CPI Miner 7:55 - 8:23
Install Miner 8:23 - 8:35
Start Miner 8:35 - 8:50
Use HTOP to Monitor 8:50 - 9:50

#raspberrypi #bitcoin

https://www.raspberrypi.com/software/

https://braiins.com/pool

Commands

ping raspbberypi.local
ssh [email protected]

sudo su -

sudo apt update
sudo apt dist-upgrade -y
sudo rpi-update

apt-get install autotools-dev
apt-get install automake
apt-get install libssl-dev
apt install -y curl
apt install git automake autoconf libcurl4-openssl-dev libjansson-dev libssl-dev libgmp-dev
apt-get install htop

https://github.com/tpruvot/cpuminer-m...

./autogen.sh

./configure

./build.sh

./cpuminer -a sha256d -o stratum+tcp://us-east.stratum.slushpool.com:3333 -u dataslayer42.workerName -p testing123



Raspberry Pi is the name of a series of single-board computers made by the Raspberry Pi Foundation, a UK charity that aims to educate people in computing and create easier access to computing education.

The Raspberry Pi launched in 2012, and there have been several iterations and variations released since then. The original Pi had a single-core 700MHz CPU and just 256MB RAM, and the latest model has a quad-core CPU clocking in at over 1.5GHz, and 4GB RAM. The price point for Raspberry Pi has always been under $100 (usually around $35 USD), most notably the Pi Zero, which costs just $5.

All over the world, people use the Raspberry Pi to learn programming skills, build hardware projects, do home automation, implement Kubernetes clusters and Edge computing, and even use them in industrial applications.

The Raspberry Pi is a very cheap computer that runs Linux, but it also provides a set of GPIO (general purpose input/output) pins, allowing you to control electronic components for physical computing and explore the Internet of Things (IoT).

In 2009, Bitcoin (BTC) wasn't as mainstream as it is today. Pseudonymous creator Satoshi Nakamoto was the first to mine bitcoins on January 3, 2009. He mined the first batch of 50 bitcoins using his computer CPU chip. This first bitcoin block was known as the Genesis Block.

CPU crypto mining relies on the ‘one processor, one vote’ consensus mechanism. Satoshi Nakamoto proposed this idea in the paper Bitcoin: A Peer-to-Peer Electronic Cash System in 2008. Bitcoin doesn't follow this principle anymore, and only certain altcoins allow miners to mint coins with CPUs.

The lack of miner competition in the early days meant anyone could use their CPUs’ computational energy to create new crypto blocks and earn mining rewards. You could probably generate hundreds of BTC using Intel Pentium CPU back in 2010. Less competition meant a higher success rate, but a lot has changed since then.

Competition gradually increased as more miners joined the BTC network for block rewards. However, the miners soon found winnings to be outweighing electricity and machine depreciation costs.

Also, the increasing algorithmic difficulty resulted in longer transaction discovery times. These issues led to GPU mining.

______________________________________________________________________
If you’re looking to ship your nocode project faster or just want to get smarter about the emerging nocode/lowcode trend then join the only community for nocoders who are serious about building better, faster, products.

State Change Pro (https://statechange.ai/) is a community of seasoned veterans and industry CTOs who are available to work through your nocode questions together.

We’ve helped hundreds of business owners compose solutions faster using the latest and greatest nocode tools.

We have direct relationships with dozens of nocode platforms and are friends with many of the founders. We’ve worked with hundreds of Fortune 500 companies.

If you want to stop wasting time and finally deliver your project to your customers then click the link in the description below and join the only nocode community for builders who want to ship.

https://statechange.ai/

show more

Share/Embed