Qortal Project

The future of blockchain platforms

User Tools

Site Tools


how_to_reduce_bandwidth

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
Next revisionBoth sides next revision
how_to_reduce_bandwidth [01/15/2023 14:09] gisele_hhow_to_reduce_bandwidth [01/27/2023 11:46] gfactor
Line 18: Line 18:
 ===== How To Reduce Peers ===== ===== How To Reduce Peers =====
  
-The most significant factor is your peer settings. **Please note:** this modification should be what most users will need to reduce bandwidth. All other sections that follow are not really necessary, but can be considered. You can reduce peers as follows:+The most significant factor is your peer settings. **Please note:** this modification should be what most users will need to reduce bandwidth. All other sections that follow are not really necessary, but can be considered in more extreme situations where data service is very limited 
 + 
 +You can reduce peers as follows:
  
 <code>{ <code>{
Line 24: Line 26:
 "maxPeers": 7 "maxPeers": 7
 }</code> }</code>
 +
 +===== Enabling Top-Only Mode =====
 +
 +Top-only mode allows you to access most of the network features with a much smaller db size (~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. This is more of a setting to compensate computers with low storage space - but it also benefits those seeking to  reduce bandwidth as it downloads a smaller database each bootstrap. To enable top-only mode, add this setting:
 +
 +<code>"topOnly": true</code>
  
 ===== Disabling Relay Mode ===== ===== Disabling Relay Mode =====
how_to_reduce_bandwidth.txt · Last modified: 05/22/2023 14:49 by quickmythril