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/12/2021 19:45] 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: https://bitbucket.org/johnharding/qortal-docs/downloads/+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.1636764331.txt.gz · Last modified: 11/12/2021 19:45 by gfactor