You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Forwarding port 8444 can solve many sync issues and it also helps improve Chia's overall network health.
9
+
Forwarding port 8444 can solve some sync issues and it also helps improve Chia's overall network health.
10
10
11
-
Port 8444 is the [port](https://en.wikipedia.org/wiki/Port_%28computer_networking%29) through which other Chia nodes can communicate with your node. When you set up port forwarding on port 8444, the Chia software on your computer can easily communicate with other nodes and sync the Chia blockchain faster.
11
+
Port 8444 is the [port](https://en.wikipedia.org/wiki/Port_%28computer_networking%29) through which other Chia nodes can communicate with your node. When you set up port forwarding on port 8444, the Chia software on your computer allows other nodes to easily communicate and sync the Chia blockchain with your node.
12
12
13
-
The network is undergoing rapid growth and expansion. Many newly arriving Chia nodes do not open port 8444, resulting in additional stress to the network. Therefore, it is strongly recommended that you enable port forwarding.
13
+
When the network undergoes rapid growth and expansion the newly arriving Chia nodes may not initially open port 8444, resulting in difficulty finding available nodes to sync with. Therefore, it is strongly recommended that you enable port forwarding.
14
14
15
-
Use [this port checker](https://portchecker.co/) to check if you have port forwarding configured correctly.
15
+
With the Chia software running, use [this port checker](https://portchecker.co/) to check if your IP address is accepting outside connections on port 8444. Further port forwarding configurations may still be necessary on your router (or VPN software).
16
16
17
17
## Port Forwarding Settings
18
18
19
-
Port forwarding is done on your router. How you set it up depends on your router's make and model. Look through your router's manual or just search for "`<your router name and model>` how to port forward" to get started.
19
+
Port forwarding is done on your router (or VPN software). How you set it up depends on your router's make and model. Look through your router's manual or just search for "`<your router name and model>` how to port forward" to get started.
20
20
21
21
When you enable port forwarding, you are allowing any system on the Internet to connect to your Chia node through port 8444 to the Chia software.
22
22
23
+
If your router has UPNP enabled the Chia software by default `enable_upnp: true` will attempt to automatically configure port forwarding, if your router disabled UPNP then you will need to manually configure port forwarding.
24
+
23
25
Most routers will ask you from where you are allowing and to what you are connecting to. You want to set up port forwarding to allow any outside connection to connect to the IP address of your main node on your network through port 8444. Router manufacturers might call the settings different things, but the concept is always the same: Outside computers connecting through port 8444 to your computer.
24
26
25
27
Here are the settings most routers will ask for:
@@ -28,6 +30,8 @@ Here are the settings most routers will ask for:
28
30
- Destination (or forwarding) IP address - This is your main node (computer) IP address on your internal network; search online on how to do this for your type of computer. If you search for "what is my IP address" it will give you your external IP address, this is not the one you want.
29
31
- Originating (or from) IP address - Set this to all or sometimes just an asterisk may be used `*`
30
32
33
+
Running multiple full nodes on the same local network often requires unique IP and Port settings in both the router and Chia software to avoid conflicts, you may also need to disable UPNP `enable_upnp: false` in the Chia `config.yaml` file or your router if it is enabled.
34
+
31
35
## Why forward port 8444?
32
36
33
37
All newly added nodes are completely dependent on nodes that are allowing port forwarding, because they are the only nodes in which they can sync with. The more nodes there are that don't allow port forwarding can cause a bottleneck to those nodes that do have it enabled.
0 commit comments