Qortal Project

The future of blockchain platforms

User Tools

Site Tools


qortector_walkthrough

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
qortector_walkthrough [10/16/2022 02:41] gfactorqortector_walkthrough [12/13/2022 19:56] (current) gfactor
Line 2: Line 2:
 {{::26a9e220-7c52-4706-825f-0beb6007acb4.png?400|}} {{::26a9e220-7c52-4706-825f-0beb6007acb4.png?400|}}
  
-**Please note: this guide is for setting up your QORTector after it has been imaged. This video can be used for both those who purchased from https://crowetic.com or built on using the [[Raspberry Pi 4]] help guide! The video below is a walkthrough guide of the SinclairMATE image.**+**Please note: this guide is for setting up your QORTector after it has been imaged. This video can be used for both those who purchased from https://crowetic.com or built on using the [[Raspberry Pi 4]] help guide!**
  
 ===== Setting Up Your QORTector ===== ===== Setting Up Your QORTector =====
Line 146: Line 146:
 ===== How To Update The Core and UI Versions ===== ===== How To Update The Core and UI Versions =====
  
-When your device arrives, you can let it sync and auto update the Core and UI if there was an update during shipment of your QORTector. You can also manually update the core and UI to expedite this process (which may be best or international orders that take longer to be delivered). Refer to the [[Qortal Status Updates]] page to check the latest Core and UI version. +When your device arrives, you can let it sync naturally and it will auto update the Core and UI if there was an update during shipment of your QORTector. You can also manually update the core and UI to expedite this process (which may be best or international orders that take longer to be delivered). Refer to the [[Qortal Status Updates]] page to check the latest Core and UI version. 
  
-To manually update the Core, open Terminal. Copy and paste this, then press the enter key (this will also delete the existing database “db” and bootstrap. You will notice several 0-100% processes during the popup screen, then you will need to wait for it to finish synchronizing which will continue after the popup has closed:+To manually update the Core and database, open Terminal. Copy and paste this, then press the enter key (this will also delete the existing database “db” and bootstrap. A bootstrap is a download of a database that is updated every 12 hours so that you only have to sync the remaining blocks from the latest bootstrap creation. You will notice several 0-100% processes during the popup screen, then you will need to wait for it to finish synchronizing which will continue after the popup has closed:
  
-<code>cd && cd qortal && ./stop.sh && rm qortal.jar && rm -R db && curl -L -O https://github.com/Qortal/qortal/releases/latest/download/qortal.jar && ./start.sh</code>+<code>cd && cd qortal && rm qortal.jar && rm -R db && curl -L -O https://github.com/Qortal/qortal/releases/latest/download/qortal.jar && ./start.sh</code>
  
 To update the UI, open the UI. If there is an update available, you'll see a notification like the screenshot below: To update the UI, open the UI. If there is an update available, you'll see a notification like the screenshot below:
Line 193: Line 193:
 ===== Adjusting json Settings For Low Bandwidth ===== ===== Adjusting json Settings For Low Bandwidth =====
  
-For those who have low bandwidth internet service, you will want to reduce your peer settings in the json fileSimply change the minBlockchainPeers to 3, and the maxPeers to 16 as seen below (or just copy and paste the code below into your json file - replacing what is there currently): +Go to the [[How To Reduce Bandwidth]] page.
- +
-<code>+
-"apiDocumentationEnabled": false, +
-"apiEnabled": true, +
-"apiRestricted": false, +
-"autoUpdateEnabled": true, +
-"minBlockchainPeers": 3, +
-"minOutboundPeers": 16, +
-"maxPeers": 16, +
-"listenPort": 12392, +
-"allowConnectionsWithOlderPeerVersions": false +
-}</code>+
qortector_walkthrough.1665902465.txt.gz · Last modified: 10/16/2022 02:41 by gfactor