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
how_to_reduce_bandwidth [02/20/2023 19:12] – code formatting quickmythrilhow_to_reduce_bandwidth [05/22/2023 14:49] (current) quickmythril
Line 23: Line 23:
  
 <code>{ <code>{
-"minBlockchainPeers": 5, 
 "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).  
- 
-**Please note:** top-only mode currently allows for minting, but will soon be disabled. Meaning you will not be able to run a top-only node and mint QORT (soon). 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 =====
Line 56: Line 45:
  
 <code>{ <code>{
-"minBlockchainPeers": 5, 
 "maxPeers": 7, "maxPeers": 7,
-"topOnly": true, 
 "relayModeEnabled": false, "relayModeEnabled": false,
 "qdnEnabled": false "qdnEnabled": false
how_to_reduce_bandwidth.1676938347.txt.gz · Last modified: 02/20/2023 19:12 by quickmythril