Skip to content

Urban-Hacker/shurikenpi.io

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

38 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

shurikenpi.io

Bitcoin Mining on a RaspberryPi

Instructions

Please be aware that currently this project is in Beta and not yet ready to be widely used.

Hardware requirements

The current recommended requirements is a Raspberry Pi model 4 (the RAM does not really matter) with the default operating system already installed on it. It is also recommended to use a dedicated device since mining might use ressources from other process and make them slower than usual.

Installation

  1. Open the terminal of your raspberry pi (or connect to it through SSH)
  2. Ensure you are in the home repository

$ cd ~

  1. Download shurikenpi

$ wget https://raw.githubusercontent.com/Urban-Hacker/shurikenpi.io/main/install.sh

  1. Make it executable

$ chmod +x ./install.sh

  1. Run it

$ ./install.sh

  1. Follow the instructions in the installation wizard
  2. Once installed, you will need to go in the directory where ShurikenPi is installed. In the future this will not be necessary.

cd ~/shurikenpi/shurikenpi.io

  1. To start shuriken pi you can use the start command. To stop it or get the status use stop or status. See example bellow:

$ ./shuriken.sh start

Credits