Skip to content

Commit 59677b1

Browse files
authored
Merge pull request #794 from OverActiveBladderSystem/patch-1
OABS Update node-syncing.md
2 parents d5976c6 + ad345ef commit 59677b1

File tree

1 file changed

+9
-5
lines changed

1 file changed

+9
-5
lines changed

docs/troubleshooting/node-syncing.md

Lines changed: 9 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -6,20 +6,22 @@ slug: /troubleshooting/node-syncing
66
import Tabs from '@theme/Tabs';
77
import TabItem from '@theme/TabItem';
88

9-
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.
1010

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.
1212

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.
1414

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).
1616

1717
## Port Forwarding Settings
1818

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.
2020

2121
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.
2222

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+
2325
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.
2426

2527
Here are the settings most routers will ask for:
@@ -28,6 +30,8 @@ Here are the settings most routers will ask for:
2830
- 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.
2931
- Originating (or from) IP address - Set this to all or sometimes just an asterisk may be used `*`
3032

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+
3135
## Why forward port 8444?
3236

3337
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

Comments
 (0)