Qortal Project

The future of blockchain platforms

User Tools

Site Tools


how_to_update_.jar_file

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
how_to_update_.jar_file [03/22/2022 19:08] gfactorhow_to_update_.jar_file [11/12/2022 23:31] (current) gfactor
Line 2: Line 2:
 {{:qortal_official_logo_transparent_.png?400|}} {{:qortal_official_logo_transparent_.png?400|}}
  
-At the current time, the Core is defaulted to auto update unless you deliberately turn this feature off which is NOT recommended. The whole point of the auto update feature is to keep all nodes synced with the latest updates and minimize forking/connectivity issues amongst others. The UI does not auto update but should in the near future. In the event you would like to manually update your hardware to take part in testing soon-to-be releases updates:+At the current time, the Core (known as the .jar file in your ‘Qortal’ folder) is defaulted to auto update unless you deliberately turn this feature off which is NOT recommended. The whole point of the auto update feature is to keep all nodes synced with the latest updates and minimize forking/connectivity issues amongst others. In the event you would like to manually update your hardware to take part in testing soon-to-be releases updates:
  
-Updating Qortal is a fairly simple process, you can choose to install it again, although sometimes the .jar files are released prior to a full chain auto update. These are used for testing by the community. These are usually found in the #announcements section of the Qortal Discord. +Updating Qortal’s core is a fairly simple process, you can choose to install it again, although sometimes the .jar files are released prior to a full chain auto update. These are used for testing by the community. These are usually found in the #announcements section of the Qortal Discord. 
  
 ====== Windows Guide: Updating via installer ====== ====== Windows Guide: Updating via installer ======
Line 14: Line 14:
 {{ ::qortal_core_install.png?nolink&600 |}} {{ ::qortal_core_install.png?nolink&600 |}}
  
-Use the repair setting and uncheck the option that asks you to "Remove blockchain data".+You may find that it gives you to choose the repair setting and uncheck the option that asks you to "Remove blockchain data".
  
 {{ ::qortal_core_install_1.png?nolink&400 |}} {{ ::qortal_core_install_1.png?nolink&400 |}}
Line 33: Line 33:
 {{ ::qortal_core_jar_install.png?nolink&600 |}} {{ ::qortal_core_jar_install.png?nolink&600 |}}
  
-Download this file and rename it so it is just qortal.jar and leave it in your downloads folder for now.+If the repair option was not available as shown above, then you can simply download this file and rename it so it is just qortal.jar’ (without the apostrophes) and leave it in your downloads folder for now.
  
 {{ ::qortal_core_jar_install_1.png?nolink&400 |}} {{ ::qortal_core_jar_install_1.png?nolink&400 |}}
Line 55: Line 55:
 1. Open the terminal and go to the Qortal folder: 1. Open the terminal and go to the Qortal folder:
  
-<code>cd /home/USER_NAME/qortal</code> +<code>cd qortal</code> 
  
 2. Stop the core: 2. Stop the core:
Line 87: Line 87:
 4. Download the latest core version: 4. Download the latest core version:
  
-<code>wget https://github.com/Qortal/qortal/releases/latest/download/qortal.jar</code>+<code>curl -L -O https://github.com/Qortal/qortal/releases/latest/download/qortal.jar</code>
  
 6. Start your core: 6. Start your core:
  
 <code>./start.sh</code> <code>./start.sh</code>
how_to_update_.jar_file.1647990535.txt.gz · Last modified: 03/22/2022 19:08 by gfactor