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
Last revisionBoth sides next revision
how_to_update_.jar_file [05/18/2021 22:45] jaymenhow_to_update_.jar_file [10/18/2022 01:49] gfactor
Line 1: Line 1:
 ====== How To Update Qortal & .jar File ====== ====== How To Update Qortal & .jar File ======
 +{{: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 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 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. 
Line 18: Line 19:
 {{ ::qortal_core_install_2.png?nolink&400 |}} {{ ::qortal_core_install_2.png?nolink&400 |}}
  
-Let the installation finish, now you can restart your core. You can check in the UI in the bottom left what version of the core you are running below the UI version. Current Version in 1.50.+Let the installation finish, now you can restart your core. You can check in the UI in the bottom left what version of the core you are running below the UI version.
  
 {{ :qortal_core_jar_install_5.png?nolink&400 |}} {{ :qortal_core_jar_install_5.png?nolink&400 |}}
Line 28: Line 29:
 {{ ::qortal_core_jar_install_2.png?nolink&600 |}} {{ ::qortal_core_jar_install_2.png?nolink&600 |}}
  
-You can also find official ones in the Git hub releases https://github.com/qortal/qortal/releases+You can also find official ones in the Git hub releases https://github.com/Qortal/qortal/releases
  
 {{ ::qortal_core_jar_install.png?nolink&600 |}} {{ ::qortal_core_jar_install.png?nolink&600 |}}
Line 44: Line 45:
 {{ ::qortal_core_jar_install_4.png?nolink&400 |}} {{ ::qortal_core_jar_install_4.png?nolink&400 |}}
  
-Restart the core, you can check your core in the UI below the UI version number to make sure it has updated. Current Version in 1.51.+Restart the core, you can check your core in the UI below the UI version number to make sure it has updated.
  
 {{ ::qortal_core_jar_install_5.png?nolink&400 |}} {{ ::qortal_core_jar_install_5.png?nolink&400 |}}
Line 52: Line 53:
 ====== Linux Guide ====== ====== Linux Guide ======
  
-1. Shut down the core.+1. Open the terminal and go to the Qortal folder:
  
-killall -9 java+<code>cd qortal</code> 
  
-2. Go to Qortal folder.+2. Stop the core:
  
-cd /home/USER_NAME/qortal+<code>./stop.sh</code>
  
-3. Remove the old qortal.jar.+3. Remove the old qortal.jar:
  
-rm -rf qortal.jar+<code>rm -rf qortal.jar</code>
  
-4. Download the latest core version.+4. Download the latest core version:
  
-wget https://github.com/Qortal/qortal/releases/download/v1.5.2/qortal.jar+<code>wget https://github.com/Qortal/qortal/releases/latest/download/qortal.jar</code> 
  
-5. Start your core+5. Start the core:
  
-./start.sh+<code>./start.sh</code>
  
 ====== Mac Guide ====== ====== Mac Guide ======
Line 76: Line 77:
 1. Open the terminal. 1. Open the terminal.
  
-2. Shut down the core.+2. Shut down the core:
  
-killall -9 java+<code>cd qortal && ./stop.sh</code>
  
-3. Go to Qortal folder.+3. Remove the old qortal.jar:
  
-cd qortal+<code>rm -rf qortal.jar</code>
  
-4. Remove the old qortal.jar.+4. Download the latest core version:
  
-rm -rf qortal.jar+<code>curl -L -O https://github.com/Qortal/qortal/releases/latest/download/qortal.jar</code>
  
-5Download the latest core version.+6Start your core:
  
-wget https://github.com/Qortal/qortal/releases/download/v1.5.2/qortal.jar +<code>./start.sh</code>
- +
-6. Start your core. +
- +
-./start.sh+
how_to_update_.jar_file.txt · Last modified: 11/12/2022 23:31 by gfactor