Qortal Project

The future of blockchain platforms

User Tools

Site Tools


raspberry_pi4

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
Last revisionBoth sides next revision
raspberry_pi4 [03/14/2021 23:26] lancek99raspberry_pi4 [03/18/2021 02:00] lancek99
Line 1: Line 1:
-====== **RASPBERRY PI SETUP GUIDE** ====== +====== Raspberry Pi4 ======
- Assemble your computer. +
-The raspberry pi is a small, single board computer. You will need a second computer to format and install its operating system onto an sd card, preferably 128Gb or bigger.+
  
-Download Raspberry Pi Imager onto your second computer and burn RaspberryPi Os 32bit to your sd card.here's the link [[https://www.raspberrypi.org/blog/raspberry-pi-imager-imaging-utility/]]+How to setup your Raspberry Pi4 device: Assemble your computer. 
 +The raspberry pi is a small, single board computer. You will need a second computer to format and install its operating system onto a micro sd card, preferably 128Gb or bigger. 
 + 
 +Download Raspberry Pi Imager onto your second computer and burn RaspberryPi Os 32bit to your micro sd card. Here's the link [[https://www.raspberrypi.org/blog/raspberry-pi-imager-imaging-utility/]]
  
 Here is a link to a complete guide on how to set up the Pi and peripherals.  Here is a link to a complete guide on how to set up the Pi and peripherals. 
Line 11: Line 12:
  
 Now that your machine is set up with Raspbian OS, a keyboard and mouse, we can install Qortal. Now that your machine is set up with Raspbian OS, a keyboard and mouse, we can install Qortal.
 +We will be using the Terminal application found in the top left menu to install everything.
  
 For clarity all commands to be typed by you are followed by  ↩ symbol to denote pressing enter key. For clarity all commands to be typed by you are followed by  ↩ symbol to denote pressing enter key.
Line 26: Line 28:
 You will need Java installed on the raspberry pi as well as 7zip. You will need Java installed on the raspberry pi as well as 7zip.
  
-To install them, open a terminal window +To install them, open a terminal window by navigating to the start menu and selecting the Terminal app. 
  
-and get your system up to date using:+#Get your system up to date using:
    
 sudo apt update↩ sudo apt update↩
Line 60: Line 62:
  
 This will display your currently installed version of java and display something like This will display your currently installed version of java and display something like
 +
 openjdk version "11.0.9.1" 2020-11-04 openjdk version "11.0.9.1" 2020-11-04
 OpenJDK Runtime Environment (build 11.0.9.1+1-post-Raspbian-1deb10u2) OpenJDK Runtime Environment (build 11.0.9.1+1-post-Raspbian-1deb10u2)
Line 67: Line 70:
 # Assuming all went well and Java is installed, we now install 7zip: # Assuming all went well and Java is installed, we now install 7zip:
  
-sudo apt-get install p7zip-full -y ↩+sudo apt-get install p7zip-full -y↩
  
 It will be done shortly. It will be done shortly.
Line 121: Line 124:
 # Next we edit the configuration file to optimise for raspberry pi: # Next we edit the configuration file to optimise for raspberry pi:
  
-echo -en "{\n\"maxPeers\":32,\n\"minBlockchainPeers\": 8,\n\"apiDocumentationEnabled\": true\n}\n\"" > settings.json+echo -en "{\n\"maxPeers\": 32,\n\"minBlockchainPeers\": 8,\n\"apiDocumentationEnabled\": true\n}\n\"" > settings.json
  
 # Let’s make sure it did what is required, let’s display the settings.json file by: # Let’s make sure it did what is required, let’s display the settings.json file by:
Line 173: Line 176:
 Click add and on the Settings page and select your newly added node. Login as usual. Click add and on the Settings page and select your newly added node. Login as usual.
  
-Instructions for Windows machines will be available shortly.+Instructions for Windows machines will be available shortly or you can ask in Telegram and Discord.
  
 An expanded version of this guide will be available soon, with the next steps and a list of useful commands. An expanded version of this guide will be available soon, with the next steps and a list of useful commands.
- 
-