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
Last revisionBoth sides next revision
raspberry_pi4 [03/18/2021 01:52] lancek99raspberry_pi4 [03/18/2021 02:00] lancek99
Line 124: 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: