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
Last revisionBoth sides next revision
core_faq [01/15/2023 14:28] gisele_hcore_faq [05/22/2023 14:12] 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 48: Line 42:
 <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 86:
   - 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 124:
  
 ===== 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.txt · Last modified: 05/22/2023 14:51 by quickmythril