Qortal Project

The future of blockchain platforms

User Tools

Site Tools


qortector_plumbus_3.0.4_update_guide

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
qortector_plumbus_3.0.4_update_guide [01/29/2022 20:26] gfactorqortector_plumbus_3.0.4_update_guide [01/29/2022 20:35] gfactor
Line 5: Line 5:
  
 1) Download the appimage if you haven’t already: https://github.com/Qortal/qortal-ui/releases/download/v1.7.0/Qortal-Setup-arm.AppImage 1) Download the appimage if you haven’t already: https://github.com/Qortal/qortal-ui/releases/download/v1.7.0/Qortal-Setup-arm.AppImage
-Simply download the file (rename it if you like, something like 'Qortal-UI' makes the most sense). Right click the file and go to propertieson the properties window there is a permissions tabon that tab check the 'execute' box for 'owner' (see image below) then you can simply double-click and RUN the appimage, no longer needing to build from source.+Simply download the file (rename it if you like, something like 'Qortal-UI' makes the most sense). Right click the file, properties, then go to permissions and check the allow executing this file as a program checkbox
  
 +{{::6597da57-0885-4c81-8dd8-ebede74623af.png?400|}}
 +
 +When using the appimage you NO LONGER NEED the previous start script that you used to use to start the UI, you can REMOVE that start script.
 +
 +You can add the Qortal icon to the appimage file - by right clicking on the appimage file, going to properties then clicking the icon, it will open up a browse, and you can find the Qortal UI icon in the ```UI/qortal-ui/img``` folder, select that icon, and click OK, then the appimage file will have the Qortal UI icon on it, and will look just like the previous start script looked.
 +
 +(This is mostly for QORTector users, or anyone who setup their system in a similar fashion, with the Start-Qortal-UI-Electron.sh script that @crowetic wrote. That script, as well as the update script, are no longer needed if you use the new appimage. The appimage is literally an image of the Qortal UI application, it is the ONLY file you need. Simply make it executable and run it, you no longer need the from source build stuff, start script, etc.)
 +
 +To re-iterate and avoid confusion - You do NOT need the previous 'Start-Qortal-UI.sh' script anymore, and you do not need the 'yarn run server' done in the terminal anymore, IF you are SWITCHING to using the .appimage version.
 +
 +You run the appimage file directly, after making it executable.
  
 2) Enter this command in terminal to update the stop script if you haven’t already:  2) Enter this command in terminal to update the stop script if you haven’t already: 
  
 <code>cd qortal && rm stop.sh && wget https://raw.githubusercontent.com/Qortal/qortal/master/stop.sh && chmod +x stop.sh</code> <code>cd qortal && rm stop.sh && wget https://raw.githubusercontent.com/Qortal/qortal/master/stop.sh && chmod +x stop.sh</code>
- 
-{{::9b5d72b4-6eda-4e48-9040-6de05d94d2e3.jpeg?400|}} 
-{{:333afd4b-0503-4b18-a8ab-1e25bd34b914.jpeg?400|}} 
  
 3) Now download the latest jar:  3) Now download the latest jar: 
  
-<code>wget https://github.com/Qortal/qortal/releases/download/v3.0.4/qortal.jar+<code>wget https://github.com/Qortal/qortal/releases/download/v3.0.4/qortal.jar</code>
  
 4) Now stop your core:  4) Now stop your core: 
Line 60: Line 68:
 Protocol: TCP Protocol: TCP
  
-If you are setting the port forward, then restart the router after doing so. Usually the router has a "save and apply" button or something, and restarts itself. But mine didn’t. Your router setup might look different than the picture below but same idea:+If you are setting the port forward, then restart the router after doing so. Usually the router has a "save and apply" button or something, and restarts itself. Some of your routers won’t. Your router setup might look different than the picture below but same idea:
  
 {{::1a4a9d05-ee00-477b-b78d-eb67f5aa7629.jpeg?400|}} {{::1a4a9d05-ee00-477b-b78d-eb67f5aa7629.jpeg?400|}}
Line 66: Line 74:
 10) When you start the core, it’ll bootstrap with a pop up screen, let it run its course. May take an hour or so: 10) When you start the core, it’ll bootstrap with a pop up screen, let it run its course. May take an hour or so:
  
-<code> ./start.sh>+<code>./start.sh</code>