Qortal Project

The future of blockchain platforms

User Tools

Site Tools


how_to_edit_qortal_core_settings

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_edit_qortal_core_settings [04/16/2022 01:46] – added testNtpOffset setting quickmythrilhow_to_edit_qortal_core_settings [04/20/2022 20:53] gfactor
Line 9: Line 9:
  
 <code>{ <code>{
-    "setting1": "enabled", +"setting1": "enabled", 
-    "setting2": true+"setting2": true
 }</code> }</code>
 <code>{"setting1":"enabled","setting2":true}</code> <code>{"setting1":"enabled","setting2":true}</code>
Line 36: Line 36:
  
 **isTestNet** - Setting this to true is required for anyone wanting to run a Qortal node on the test net.  More information regarding this will be added to its own wiki page. **isTestNet** - Setting this to true is required for anyone wanting to run a Qortal node on the test net.  More information regarding this will be added to its own wiki page.
- 
-**listenPort** - The default port is 12392.  This should be changed if you have multiple nodes on the same network and want to enable port forwarding for all of them. 
  
 **minBlockchainPeers** - This specifies the minimum number of connected peers which must be at a given block height to be able to sync that block to your local database. **minBlockchainPeers** - This specifies the minimum number of connected peers which must be at a given block height to be able to sync that block to your local database.
Line 49: Line 47:
 **repositoryPath** - This specifies the location where the Core can find or create the blockchain database.  By default it's in the "db" folder within the same location as the settings file.  The backslash is used as an "escape character" in JSON, so to include that symbol within a string, a second one should be added.  For example, <nowiki>"repositoryPath":"D://db"</nowiki> will use the "db" folder on drive D. **repositoryPath** - This specifies the location where the Core can find or create the blockchain database.  By default it's in the "db" folder within the same location as the settings file.  The backslash is used as an "escape character" in JSON, so to include that symbol within a string, a second one should be added.  For example, <nowiki>"repositoryPath":"D://db"</nowiki> will use the "db" folder on drive D.
  
-**testNtpOffset** - Recommended for advanced users only.  Qubes Whonix / Kicksecure use "sdwdate" and will need this set this to 0 to bypass using "NTP" instead.+**testNtpOffset** - Recommended for advanced users only.  Qubes Whonix use "sdwdate" and may need this set to 0 to bypass using "NTP" instead.
  
 **qdnEnabled** - Setting this to false will disable all QDN / data hosting features, preventing your node from storing any associated content. **qdnEnabled** - Setting this to false will disable all QDN / data hosting features, preventing your node from storing any associated content.
how_to_edit_qortal_core_settings.txt · Last modified: 05/22/2023 14:34 by quickmythril