Qortal Project

The future of blockchain platforms

User Tools

Site Tools


qortal_core

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
Last revisionBoth sides next revision
qortal_core [09/07/2022 10:48] gfactorqortal_core [12/07/2022 13:56] – [How do I enable "top-only" mode?] gfactor
Line 50: Line 50:
 ===== How do I enable "top-only" mode? ===== ===== How do I enable "top-only" mode? =====
  
-Top-only mode allows you to access most of the network features with a much smaller db size (around 1GB instead of 10GB)Enabling this doesn't support the network as much as a full node, so it is best to only enable top-only mode in situations where it's not possible to hold the full 10GB+ db. To enable top-only mode, add this setting: +Refer to the [[How To Reduce Bandwidth]] page.
- +
-<code>"topOnly": true</code> +
 ===== My node is taking a long time to sync and get peers. Any solutions? ===== ===== My node is taking a long time to sync and get peers. Any solutions? =====
  
Line 89: Line 86:
 http://localhost:12391/api-documentation/ http://localhost:12391/api-documentation/
  
-===== What is the difference between+===== What is the difference between minBlockchainPeers,  maxPeers, and minOutboundPeers? =====
-1) minBlockchainPeers 2) maxPeers 3) minOutboundPeers? =====+
  
   - minBlockchainPeers defines minimum needed to mint / genblock    - minBlockchainPeers defines minimum needed to mint / genblock 
Line 140: Line 136:
  
 <code>{ <code>{
-"apiDocumentationEnabled":false,+"apiDocumentationEnabled": false,
 "apiEnabled": true, "apiEnabled": true,
 "apiRestricted": false, "apiRestricted": false,
Line 161: Line 157:
 =====If I want lower bandwidth or have lower bandwidth service, what could I set the peer settings to?=====  =====If I want lower bandwidth or have lower bandwidth service, what could I set the peer settings to?===== 
  
-Probably worth trying with these (leave the minOutboundPeer blank if you have that particular line in settings): +Refer to the [[How To Reduce Bandwidth]] page.
- +
-<code>+
-“minBlockchainPeers": 3, +
-"maxPeers": 7, +
-“relayModeEnabled": false +
-}</code> +
 =====What is the max number of peers I could set to support the network?===== =====What is the max number of peers I could set to support the network?=====