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

Next revision
Previous revision
vps [03/13/2021 01:29] – created gfactorvps [09/28/2023 18:39] (current) quickmythril
Line 1: Line 1:
 ====== VPS ====== ====== VPS ======
 +{{:qortal_official_logo_transparent_.png?400|}}
  
-For additional support go into the #support  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
  
 https://youtu.be/nrmlC_Jp2SE https://youtu.be/nrmlC_Jp2SE
 +
 +Vultur VPS guide by @Traxo: https://steemit.com/qortal/@traxo/how-to-setup-headless-qortal-node-with-minting-on-vultr-vps-ubuntu-18-04
 +
 +Mac Remote Access VPS help guide prepared by @monion: https://bitbucket.org/johnharding/qortal-docs/downloads/
 +
 +===== Linux VPS Only Install =====
 +
 +**From Jaymen:**
 +<code>sudo -i                           
 +apt update                    
 +cd /home                          
 +adduser test                      
 +usermod -a -G sudo test          
 +apt install openjdk-11-jdk   
 +apt install unzip             
 +apt install bc                
 +apt install p7zip-full        
 +cd test                           
 +wget https://github.com/Qortal/qortal/releases/latest/download/qortal.zip
 +unzip qortal.zip            
 +cd qortal         
 +chmod +x *.sh        
 +chown -R test /home/test/qortal   
 +su test                           
 +echo -en "{\n\"apiDocumentationEnabled\": true\n}\n\"" > settings.json 
 +./start.sh </code>         
vps.1615616945.txt.gz · Last modified: 03/13/2021 01:29 by gfactor