Qortal Project

The future of blockchain platforms

User Tools

Site Tools


how_to_setup_a_gateway_node

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
how_to_setup_a_gateway_node [01/17/2024 16:23] – updated settings.json recommendation for gateway nodes. crowetichow_to_setup_a_gateway_node [05/01/2025 15:53] (current) crowetic
Line 59: Line 59:
 We will copy paste the following into the settings.json, and use ''cntrl+x'' then ''ENTER'' to save changes. We will copy paste the following into the settings.json, and use ''cntrl+x'' then ''ENTER'' to save changes.
  
-<code>{{+<code>{
   "gatewayEnabled": true,   "gatewayEnabled": true,
   "gatewayPort": 8080,   "gatewayPort": 8080,
   "maxPeers": 424,   "maxPeers": 424,
-  "maxNetworkThreadPoolSize": 1200+  "maxNetworkThreadPoolSize": 1600
-  "repositoryConnectionPoolSize": 4620,+  "repositoryConnectionPoolSize": 3620,
   "allowConnectionsWithOlderPeerVersions": false,   "allowConnectionsWithOlderPeerVersions": false,
   "maxThreadsPerMessageType": [   "maxThreadsPerMessageType": [
Line 80: Line 80:
         { "messageType": "TRADE_PRESENCES", "limit": 125 }         { "messageType": "TRADE_PRESENCES", "limit": 125 }
 ], ],
-  "minPeerVersion": "4.4.0", 
   "minOutbountPeers": 32,   "minOutbountPeers": 32,
   "blockCacheSize": 220,   "blockCacheSize": 220,
how_to_setup_a_gateway_node.1705526621.txt.gz · Last modified: 01/17/2024 16:23 by crowetic