Qortal Project

The future of blockchain platforms

User Tools

Site Tools


vps

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
vps [11/21/2021 01:57] gfactorvps [09/28/2023 18:39] (current) quickmythril
Line 2: Line 2:
 {{:qortal_official_logo_transparent_.png?400|}} {{:qortal_official_logo_transparent_.png?400|}}
  
-For additional VPS information go into the LINKS #vps channel in Discord.+**Please note:** a help guide below might suggest a manual bootstrap - this is no longer needed since we’ve launched core version 2.0!
  
 https://youtu.be/Ccg7zvgI5mM https://youtu.be/Ccg7zvgI5mM
Line 8: Line 8:
 https://youtu.be/nrmlC_Jp2SE https://youtu.be/nrmlC_Jp2SE
  
-Help guides prepared by username ‘monion’ in Discord+Vultur VPS guide by @Traxohttps://steemit.com/qortal/@traxo/how-to-setup-headless-qortal-node-with-minting-on-vultr-vps-ubuntu-18-04
  
-https://bitbucket.org/johnharding/qortal-docs/downloads/+Mac Remote Access VPS help guide prepared by @monion: https://bitbucket.org/johnharding/qortal-docs/downloads/
  
 ===== Linux VPS Only Install ===== ===== Linux VPS Only Install =====
Line 16: Line 16:
 **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
 unzip qortal.zip             unzip qortal.zip            
-cd qortal +cd qortal          
-wget https://qortal.tmgoxford.com/db.7z      +chmod +*.sh        
-7za db.7z                       +
-chmod 0777 start.sh               +
 chown -R test /home/test/qortal    chown -R test /home/test/qortal   
 su test                            su test                           
 echo -en "{\n\"apiDocumentationEnabled\": true\n}\n\"" > settings.json  echo -en "{\n\"apiDocumentationEnabled\": true\n}\n\"" > settings.json 
 ./start.sh </code>          ./start.sh </code>         
vps.1637477847.txt.gz · Last modified: 11/21/2021 01:57 by gfactor