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
Last revisionBoth sides next revision
how_to_setup_a_gateway_node [11/05/2022 17:54] – [Forwarding the Correct Ports] gfactorhow_to_setup_a_gateway_node [05/24/2023 00:25] quickmythril
Line 63: Line 63:
   "gatewayPort": 8080,   "gatewayPort": 8080,
   "maxPeers": 150,   "maxPeers": 150,
-  "maxNetworkThreadPoolSize": 300+  "maxNetworkThreadPoolSize": 450
-  "repositoryConnectionPoolSize": 300+  "repositoryConnectionPoolSize": 900
-  "minOutbountPeers": 8,+  "minOutboundPeers": 8,
   "minBlockchainPeers": 8,   "minBlockchainPeers": 8,
   "apiRestricted": true,   "apiRestricted": true,
Line 241: Line 241:
 -Port ''12392'' - port 12392 is the **Qortal P2P port** - in order to get as many connections as possible for your ''maxPeers'' setting, and to allow as easy access to data on your node as possible, having this port forwarded will be VERY helpful. -Port ''12392'' - port 12392 is the **Qortal P2P port** - in order to get as many connections as possible for your ''maxPeers'' setting, and to allow as easy access to data on your node as possible, having this port forwarded will be VERY helpful.
  
--((Optional)) -Port ''12391'' - port 12391 is the **Qortal API port** - this port is used for DIRECT connection by the OWNER (you) of the node, with the direct public IP address (not the DNS through cloudflare, that will NOT work as described below...) for configuration of the blocked websites and so forth. If you think you'll need to block sites with data that doesn't work for your location, etc... having this port open, and your UI configured to connect to the public IP of your gateway node, is a good idea, so you can use your UI to make those types of changes directly. +-Port ''12391'' (optional) - port 12391 is the **Qortal API port** - this port is used for DIRECT connection by the OWNER (you) of the node, with the direct public IP address (not the DNS through cloudflare, that will NOT work as described below...) for configuration of the blocked websites and so forth. If you think you'll need to block sites with data that doesn't work for your location, etc... having this port open, and your UI configured to connect to the public IP of your gateway node, is a good idea, so you can use your UI to make those types of changes directly. 
  
 ====Final Words==== ====Final Words====
how_to_setup_a_gateway_node.txt · Last modified: 01/17/2024 16:23 by crowetic