



Study with the several resources on Docsity
Earn points by helping other students or get them with a premium plan
Prepare for your exams
Study with the several resources on Docsity
Earn points to download
Earn points by helping other students or get them with a premium plan
Learn how to mine Bitcoin using a Raspberry Pi with this comprehensive tutorial. Discover the required supplies, installation process, creating a Bitcoin wallet, joining a mining pool, installing the miner, and optional automatic start on boot. Recommended for university students and lifelong learners interested in cryptocurrency and Raspberry Pi projects.
Typology: Schemes and Mind Maps
1 / 6
This page cannot be seen from the preview
Don't miss anything!




instructables
by alexposcher Bitcoin is a cryptocurrency , a form of electronic cash. It is a decentralized digital currency without a central bank or single administrator that can be sent from user to user via the bitcoin network. There are two main methods for obtaining bitcoin: mining and purchasing. In this tutorial we will focus on cryptocurrency mining on the Raspberry Pi! Supplies: For your bitcoin miner you need the following equipment: Raspberry Pi AntMiner U3 USB Miner MicroSD Card with Raspbian Ethernet Cable or WiFi Dongle (Pi 3 has WiFi inbuilt) Power Adapter Raspberry Pi Cooling Case ( highly recommended )
Raspbian, or any other appropriate operating system must be installed on the Raspberry Pi. How to install Raspbian on the Raspberry Pi? Construction
Type in this command to check for updates: sudo apt-get update You might have to upgrade your operating system too, if its a older version: sudo apt-get upgrade
A mining pool is the pooling of resources by miners , who share their processing power over a network , to split the reward equally , according to the amount of work they contributed to the probability of finding a block. How to enter a mining pool?
The miner is responsible for the actual mining part. It uses the power of the USB Miner and searches for blocks. In this tutorial we use cgminer , a multi-threaded multi-pool miner for bitcoin.