This shows you the differences between two versions of the page.
| Both sides previous revisionPrevious revisionNext revision | Previous revision | ||
| linux [10/22/2022 01:05] – jaymen | linux [04/12/2025 22:19] (current) – crowetic | ||
|---|---|---|---|
| Line 1: | Line 1: | ||
| ====== Linux (Debian+Ubuntu+Mint) ====== | ====== Linux (Debian+Ubuntu+Mint) ====== | ||
| {{: | {{: | ||
| - | {{ youtube>XO6NoVE79rQ }} \\ | + | =====Installing Qortal on Linux - Multiple Methods===== |
| + | You may also want to check out [[https:// | ||
| + | There is also a video on configuring Ubuntu+Cinnamon Desktop by crowetic on Q-Tube | ||
| + | <code>qortal:// | ||
| + | [[https:// | ||
| - | How to install Qortal on debian linux (ubuntu, mint, debian, debian-based distros.) | + | **Please note:** after setting up your computer as a node, be sure to review the [[Port Forwarding]] guide to ensure your node functions optimally. |
| + | |||
| + | ===== Installing Qortal via CHD's ' | ||
| + | Note - This script does more than simply install Qortal, it sets up an entirely customized installation, | ||
| + | |||
| + | 1. Open the Terminal, and input the following command, then push ENTER. | ||
| + | |||
| + | < | ||
| + | |||
| + | 2. Input your login password when requested (you will not see anything being typed in while inputting passwords in the terminal) then sit back and relax as your computer becomes a customized Qortal machine! | ||
| + | |||
| + | =====Installing Qortal with the assistance of the (legacy) Qortal UI ===== | ||
| + | |||
| + | ====Step 1- Download the Qortal UI AppImage from qortal.org ==== | ||
| + | |||
| + | ====Step 2 - Make the AppImage Executable (either right click it, properties, permissions, | ||
| + | |||
| + | ====Step 3 - Run the AppImage file ==== | ||
| + | |||
| + | ===Say YES to installing Java, if your machine doesn' | ||
| + | |||
| + | That's it, Qortal Core will start, bootstrap, and get synchronized, | ||
| + | |||
| + | ===(additional optional visual improvments) === | ||
| + | |||
| + | If you would like to have your Qortal-UI be named Qortal-UI, simply rename the AppImage file to Qortal-UI. (you do not need to keep the .AppImage extension) | ||
| + | |||
| + | If you would like to have the logo attached to the Qortal-UI, right click the file, properties, click the 'blank logo' icon, and browse for the qortal.ico file. It can be found in [[official_images_press_kit|]] | ||
| + | |||
| + | You may also create ' | ||
| + | |||
| + | |||
| + | |||
| + | =====Old/ | ||
| + | |||
| + | How to install Qortal on Linux (ubuntu, mint, debian, debian-based distros.) | ||
| (Input each command with enter after them.) | (Input each command with enter after them.) | ||
| (any time the terminal asks for a password, it is your OS user password, it won't SHOW the password as you input it, just input it and push enter.) | (any time the terminal asks for a password, it is your OS user password, it won't SHOW the password as you input it, just input it and push enter.) | ||
| Line 13: | Line 52: | ||
| 1. Install Java, and Unzip- | 1. Install Java, and Unzip- | ||
| - | < | + | < |
| 2. Download the Qortal Core zip extract, make scripts executable, and run start.sh - https:// | 2. Download the Qortal Core zip extract, make scripts executable, and run start.sh - https:// | ||
| Line 21: | Line 60: | ||
| < | < | ||
| - | 3. Download and install the Qortal UI debian | + | 3. Download and install the Qortal UI appimage |
| - | < | + | < |
| - | 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' | + | We recommend the AppImage version as it offers auto updates (which can be declined by the user if desired). |
| Line 33: | Line 72: | ||
| **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 # | ||
| https:// | https:// | ||
| Line 80: | Line 117: | ||
| 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: | ||
| | | ||
| - | | + | |
| - | qortal running as pid 2020” | + | qortal running as pid 2020" |
| Make sure it is running: | Make sure it is running: | ||
| Line 93: | Line 130: | ||
| 2020 | 2020 | ||
| | | ||
| - | If you are running IPv4 only you will need this in your settings.json file: | ||
| - | |||
| - | < | ||
| - | |||
| - | 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 155: | Line 186: | ||
| wget https:// | wget https:// | ||
| unzip qortal.zip | unzip qortal.zip | ||
| + | cd qortal | ||
| chmod +x *.sh | chmod +x *.sh | ||
| ./start.sh </ | ./start.sh </ | ||