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:39] – old revision restored (12/07/2022 15:17) gfactor
Line 24: Line 24:
 "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