Update content/tutorials/manage-the-rippled-server/configuration/connect-your-rippled-to-the-xrp-test-net.md

Co-authored-by: Rome Reginelli <rome@ripple.com>
This commit is contained in:
oeggert
2022-11-15 10:04:25 -08:00
committed by GitHub
parent d7bca082e0
commit 474c3fdf6f

View File

@@ -82,7 +82,9 @@ Edit your `rippled.cfg` file.
<!-- MULTICODE_BLOCK_END -->
**Note:** Use a random integer from 0 through 4,294,967,295 for sidechains and custom networks.
For sidechains and custom networks, everyone who connects to the network should use a value unique to that network. When creating a new network, choose a network ID at random from the integers 11 to 4,294,967,295.
**Note:** This setting helps your server find peers who are on the same network, but it is not a hard control on what network your server follows. The UNL / trusted validator settings (in the next step) are what actually define what network the server follows.
## 2. Set your trusted validator list.