Qortal Project

The future of blockchain platforms

User Tools

Site Tools


linux

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
Next revisionBoth sides next revision
linux [05/30/2022 02:33] gfactorlinux [10/21/2022 21:05] jaymen
Line 72: Line 72:
 **Install Qortal core:** Get the files you need for Linux. They currently are:  **Install Qortal core:** Get the files you need for Linux. They currently are: 
     https://github.com/Qortal/qortal/releases/latest/download/qortal.zip     https://github.com/Qortal/qortal/releases/latest/download/qortal.zip
-    https://qortal.tmgoxford.com/db.7z 
- 
-You will need to use p7zip to uncompress the DB file. The smaller files unzip with standard utils. 
- 
-We’re using "/qortal" as an example here. Substitute your path to where you want it. 
- 
-<code>md /qortal 
-cd /qortal 
-cp ~/Downloads/qortal.zip /qortal 
-unzip qortal.zip  
-chmod 744 *.sh</code> 
- 
-Using "p7zip" because none of the other utils work: 
- 
-<code>7za  x  ./db.7z</code> 
- 
-The perms on the files in the new ./db directory should be 644 and if they aren't set them: 
- 
-<code>ls -l /qortal/db 
-chmod 644 blockchain.data 
-chmod 644 blockchain.properties  
-chmod 644 blockchain.script</code> 
- 
-Edit the settings in the "settings.json" file: 
-     
-<code>{ 
-    "maxPeers":32, 
-    "minOutboundPeers":16, 
-    "minBlockchainPeers":8, 
-    "maxNetworkThreadPoolSize":25, 
-    "apiDocumentationEnabled":true 
-    }</code> 
  
 Now start the core: Now start the core:
Line 180: Line 148:
  
 **From Jaymen:**  **From Jaymen:** 
-<code>apt-get update    +<code>apt update    
-apt-get install openjdk-11-jdk  +apt install openjdk-11-jdk  
-apt-get install unzip  +apt install unzip  
-apt-get install bc +apt install bc 
-apt-get install p7zip-full  +apt install p7zip-full  
 wget https://github.com/Qortal/qortal/releases/latest/download/qortal.zip wget https://github.com/Qortal/qortal/releases/latest/download/qortal.zip
 unzip qortal.zip  unzip qortal.zip 
Line 193: Line 161:
 **From Jaymen:** **From Jaymen:**
 <code>sudo -i                            <code>sudo -i                           
-apt-get update                    +apt update                    
 cd /home                           cd /home                          
 adduser test                       adduser test                      
 usermod -a -G sudo test           usermod -a -G sudo test          
-apt-get install openjdk-11-jdk    +apt install openjdk-11-jdk    
-apt-get install unzip              +apt install unzip              
-apt-get install bc                 +apt install bc                 
-apt-get install p7zip-full        +apt install p7zip-full        
 cd test                            cd test                           
 wget https://github.com/Qortal/qortal/releases/latest/download/qortal.zip wget https://github.com/Qortal/qortal/releases/latest/download/qortal.zip
linux.txt · Last modified: 01/17/2024 21:07 by crowetic