Qortal Project

The future of blockchain platforms

User Tools

Site Tools


linux

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
linux [12/21/2022 15:24] gfactorlinux [09/28/2023 19:11] quickmythril
Line 28: Line 28:
 <code> cd && cd Desktop && curl -L -O https://github.com/Qortal/qortal-ui/releases/latest/download/Qortal-Setup-amd64.AppImage && mv Qortal-Setup*.AppImage Qortal-UI && chmod +x Qortal-UI </code> <code> cd && cd Desktop && curl -L -O https://github.com/Qortal/qortal-ui/releases/latest/download/Qortal-Setup-amd64.AppImage && mv Qortal-Setup*.AppImage Qortal-UI && chmod +x Qortal-UI </code>
  
-Qortal will start, you'll see a splash screen telling you it is downloading and extracting the bootstrap for you, then it will run 'in the background' on the taskbar with a Q icon. The icon will be RED when you're not fully synchronized, and BLUE when you are.+We recommend the AppImage version as it offers auto updates (which can be declined by the user if desired). Qortal will start, you'll see a splash screen telling you it is downloading and extracting the bootstrap for you, then it will run 'in the background' on the taskbar with a Q icon. The icon will be RED when you're not fully synchronized, and BLUE when you are.
  
  
Line 36: Line 36:
  
 **FYI: HELP GUIDES BELOW MAY SUGGEST BOOTSTRAPPING WHICH IS NO LONGER NEEDED AFTER CORE VERSION 2.0! These guides below were made prior to 2.0** **FYI: HELP GUIDES BELOW MAY SUGGEST BOOTSTRAPPING WHICH IS NO LONGER NEEDED AFTER CORE VERSION 2.0! These guides below were made prior to 2.0**
- 
-For additional support go into the #linux-support channel in Discord. 
  
 https://www.youtube.com/watch?v=XO6NoVE79rQ https://www.youtube.com/watch?v=XO6NoVE79rQ
Line 83: Line 81:
 It should tell you it's passed the java version check and give you the PID: It should tell you it's passed the java version check and give you the PID:
          
-    Passed Java version check +    "Passed Java version check 
-    qortal running as pid 2020+    qortal running as pid 2020"
  
 Make sure it is running: Make sure it is running:
Line 96: Line 94:
     2020     2020
          
-If you are running IPv4 only you will need this in your settings.json file: 
- 
-<code>"bindAddress":"0.0.0.0",</code> 
- 
-Omit the comma at the end if it is the last line before the closing brace } 
- 
 To stop it gracefully: To stop it gracefully:
  
Line 158: Line 150:
 wget https://github.com/Qortal/qortal/releases/latest/download/qortal.zip wget https://github.com/Qortal/qortal/releases/latest/download/qortal.zip
 unzip qortal.zip  unzip qortal.zip 
 +cd qortal 
 chmod +x *.sh  chmod +x *.sh 
 ./start.sh </code> ./start.sh </code>
linux.txt · Last modified: 01/17/2024 21:07 by crowetic