Qortal Project

The future of blockchain platforms

User Tools

Site Tools


qortector_commands

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Next revision
Previous revision
Last revisionBoth sides next revision
qortector_commands [11/25/2021 16:53] – created gfactorqortector_commands [11/25/2021 17:18] gfactor
Line 1: Line 1:
-====== QORTector Commands ======+====== QORTector Walkthrough ======
 {{:qortal_official_logo_transparent_.png?400|}} {{:qortal_official_logo_transparent_.png?400|}}
  
-Below are a list of commands you can use within the Terminator on your QORTector for various purposes. Terminator is located in the taskbar with an icon that looks like a red and grey computer screen.+**This page is work in progress (started 11/25/21 and will be updated shortly).** Below is a walkthrough of your QORTector and a list of commands you can use within the Terminator for various purposes. Terminator is located in the taskbar with an icon that looks like this: 
 + 
 +{{:terminator.jpeg?200|}}
  
  
 ===== Start & Stop QORTector ===== ===== Start & Stop QORTector =====
  
-**The QORTector is setup to automatically start the core when you turn on the device. You should always command the core to shut down within the Terminal prior to turning off the device to avoid corrupting the database. Make sure to cancel all trade within the Trade Portal before doing so.**+The QORTector is setup to automatically start the core when you turn on the device. **You should always command the core to shut down within the Terminator (also referred to as the Terminalprior to turning off the device to avoid corrupting the database. Make sure to cancel all trade within the Trade Portal before doing so.**
  
-To stop the coreopen Terminal, and enter the following separately:+**To stop the core:** open Terminator and enter the following separately:
  
 <code> cd qortal <code> cd qortal
-./stop.sh<\code>+./stop.sh</code> 
 +It will then say 'Qortal ended gracefully' in green. You can then close the Terminator. Below is a screenshot of the entire process:
  
-To start the coreopen Terminal, and enter the following separately:+{{::screenshot_from_2021-11-25_21-54-36.png?400|}} 
 + 
 +**To start the core:** open Terminator and enter the following separately:
  
 <code> cd qortal <code> cd qortal
-./start.sh<\code>+./start.sh</code> 
 +It will then say 'qortal running as pid xxxxx. You can then close the Terminator. Below is a screenshot of the entire process: 
 + 
 +{{::screenshot_from_2021-11-25_22-04-45.png?400|}} 
 + 
 +You will then see the Qortal Core startup indication: 
 + 
 +{{:screenshot_from_2021-11-25_22-11-59.png?200|}} 
 + 
 +**To stop and start the core in one window:** open Terminator and enter the following separately: 
 + 
 +<code> cd qortal 
 +./stop.sh 
 +./start.sh</code> 
 +Below is a screenshot of the entire process: 
 + 
 +{{::screenshot_from_2021-11-25_22-11-40.png?400|}}
  
 +You will then see the Qortal Core startup indication:
  
 +{{:screenshot_from_2021-11-25_22-11-59.png?200|}}