Qortal Project

The future of blockchain platforms

User Tools

Site Tools


core_faq

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
core_faq [01/15/2023 14:28] gisele_hcore_faq [05/22/2023 14:51] (current) quickmythril
Line 15: Line 15:
  
 It can take up to a few days to fully synchronize full chain. As of version 2.0 this problem has been solved by automatically downloading a bootstrap on first launch. You will then start syncing from 98 or 99%. It can take up to a few days to fully synchronize full chain. As of version 2.0 this problem has been solved by automatically downloading a bootstrap on first launch. You will then start syncing from 98 or 99%.
- 
-===== What should settings.json look like? ===== 
- 
-<code>{ 
-"apiDocumentationEnabled": true 
-}</code> 
  
 ===== How does database auto trimming work? Can I trim it manually? ===== ===== How does database auto trimming work? Can I trim it manually? =====
Line 39: Line 33:
  
 2. We have recently found a way to reduce the size of the legacy blocks considerably, so this can be done in the future and we can rebuild the archives. This will also reduce the size of the bootstraps. 2. We have recently found a way to reduce the size of the legacy blocks considerably, so this can be done in the future and we can rebuild the archives. This will also reduce the size of the bootstraps.
- 
-3. Anyone can run in topOnly mode, which only holds the last 1450 blocks. So there is no real need for everyone to run full nodes long term. We only need a subset of the network to be running full nodes so that people can still sync from more than 1450 blocks ago. 
  
 ===== How do I disable automatic bootstraps? ===== ===== How do I disable automatic bootstraps? =====
Line 48: Line 40:
 <code>"bootstrap": false</code> <code>"bootstrap": false</code>
  
-===== How To Reduce Bandwith? =====+===== How To Reduce Bandwidth? =====
  
 Refer to the [[How To Reduce Bandwidth]] page. Refer to the [[How To Reduce Bandwidth]] page.
Line 92: Line 84:
   - minOutboundPeers defines minimum peers your node is allowed to connect to   - minOutboundPeers defines minimum peers your node is allowed to connect to
  
-===== What should the correct syntax look like for modifying peer settings? ===== +===== What should the correct syntax look like for modifying core settings? ===== 
- +Refer to the [[How To Edit Qortal Core Settings]] page.
-<code> +
-{"minBlockchainPeers": 3, "minOutboundPeers": 16, "maxPeers": 16} </code>+
  
 ===== Is there a guide somewhere how to import a QORA seed into core  to get minting? Where is the private key? ===== ===== Is there a guide somewhere how to import a QORA seed into core  to get minting? Where is the private key? =====
Line 132: Line 122:
  
 ===== Where can I find what to input in settings.json file to optimize? ===== ===== Where can I find what to input in settings.json file to optimize? =====
- +Refer to the [[How To Edit Qortal Core Settings]] page.
-Add these settings: +
- +
-<code>+
-"apiDocumentationEnabled": false, +
-"apiEnabled": true, +
-"apiRestricted": false, +
-"autoUpdateEnabled": true, +
-"minBlockchainPeers": 8, +
-"minOutboundPeers": 16, +
-"maxPeers": 32, +
-"listenPort": 12392, +
-"allowConnectionsWithOlderPeerVersions": false +
-}</code>+
  
 =====Could I set minBlockchainPeers to 1? Would it mint?===== =====Could I set minBlockchainPeers to 1? Would it mint?=====
core_faq.1673810934.txt.gz · Last modified: 01/15/2023 14:28 by gisele_h