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/15/2021 01:19] gfactorraspberry_pi4 [03/18/2021 02:00] lancek99
Line 28: 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 62: 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 69: 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 123: 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 149: Line 150:
 A moment or two later the logo will appear, centre screen and after about 20-30 seconds a small Qortal icon will appear in the top right section of your screen. A moment or two later the logo will appear, centre screen and after about 20-30 seconds a small Qortal icon will appear in the top right section of your screen.
  
-Give it a minute or two to start making connections and then hover your mouse over the icon. Connection data will appear, synchronization %, number of peers you are connected to and the current block height you are at.+Give it a minute or two to start making connections and then hover your mouse over the icon. Connection data will appear, synchronisation %, number of peers you are connected to and the current block height you are at.
  
 CONGRATULATIONS. Your node is up and running. CONGRATULATIONS. Your node is up and running.
Line 175: 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.