From 0645230a2aeb84497cb3f2751f92101fd7474b67 Mon Sep 17 00:00:00 2001 From: manoj Date: Fri, 15 Nov 2019 14:21:45 -0800 Subject: [PATCH 1/3] Update connect-your-rippled-to-the-xrp-test-net.md --- ...onnect-your-rippled-to-the-xrp-test-net.md | 52 +++++++++++++++---- 1 file changed, 41 insertions(+), 11 deletions(-) diff --git a/content/tutorials/manage-the-rippled-server/configuration/connect-your-rippled-to-the-xrp-test-net.md b/content/tutorials/manage-the-rippled-server/configuration/connect-your-rippled-to-the-xrp-test-net.md index c796082533..33c9bde33b 100644 --- a/content/tutorials/manage-the-rippled-server/configuration/connect-your-rippled-to-the-xrp-test-net.md +++ b/content/tutorials/manage-the-rippled-server/configuration/connect-your-rippled-to-the-xrp-test-net.md @@ -27,21 +27,51 @@ To connect your `rippled` server to the XRP Testnet or Devnet, set the following 2. In your `validators.txt` file: - a. Uncomment the following sections, as follows: + 2a. Changes to connect to the altnet - [validator_list_sites] - https://vl.altnet.rippletest.net + a. Uncomment the following sections, as follows to connect to the altnet: - [validator_list_keys] - ED264807102805220DA0F312E71FC2C69E1552C9C5790F6C25E3729DEB573D5860 + [validator_list_sites] + https://vl.altnet.rippletest.net - b. Comment out the following sections, as follows: + [validator_list_keys] + ED264807102805220DA0F312E71FC2C69E1552C9C5790F6C25E3729DEB573D5860 - # [validator_list_sites] - # https://vl.ripple.com - # - # [validator_list_keys] - # ED2677ABFFD1B33AC6FBC3062B71F1E8397C1505E1C42C64D11AD1B28FF73F4734 + b. Comment out the following sections, as follows: + + # [validator_list_sites] + # https://vl.ripple.com + # + # [validator_list_keys] + # ED2677ABFFD1B33AC6FBC3062B71F1E8397C1505E1C42C64D11AD1B28FF73F4734 + + 2b. Changes to connect to the devnet + + a. Comment out the following sections as follows: + + #[validator_list_sites] + #https://vl.altnet.rippletest.net + + #[validator_list_keys] + ED264807102805220DA0F312E71FC2C69E1552C9C5790F6C25E3729DEB573D5860 + + # [validator_list_sites] + # https://vl.ripple.com + # + # [validator_list_keys] + # ED2677ABFFD1B33AC6FBC3062B71F1E8397C1505E1C42C64D11AD1B28FF73F4734 + + b. Add the following trusted validators to the validator.txt file: + + [validators] + n9Mo4QVGnMrRN9jhAxdUFxwvyM4aeE1RvCuEGvMYt31hPspb1E2c + n9MEwP4LSSikUnhZJNQVQxoMCgoRrGm6GGbG46AumH2KrRrdmr6B + n9M1pogKUmueZ2r3E3JnZyM3g6AxkxWPr8Vr3zWtuRLqB7bHETFD + n9MX7LbfHvPkFYgGrJmCyLh8Reu38wsnnxA4TKhxGTZBuxRz3w1U + n94aw2fof4xxd8g3swN2qJCmooHdGv1ajY8Ae42T77nAQhZeYGdd + n9LiE1gpUGws1kFGKCM9rVFNYPVS4QziwkQn281EFXX7TViCp2RC + n9Jq9w1R8UrvV1u2SQqGhSXLroeWNmPNc3AVszRXhpUr1fmbLyhS + 3. Restart `rippled`. From a5fad21bfa5fa4b8595a4ac16912113594190f39 Mon Sep 17 00:00:00 2001 From: manoj Date: Mon, 18 Nov 2019 17:20:37 -0800 Subject: [PATCH 2/3] Update connect-your-rippled-to-the-xrp-test-net.md --- .../connect-your-rippled-to-the-xrp-test-net.md | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/content/tutorials/manage-the-rippled-server/configuration/connect-your-rippled-to-the-xrp-test-net.md b/content/tutorials/manage-the-rippled-server/configuration/connect-your-rippled-to-the-xrp-test-net.md index 33c9bde33b..fc24bb06db 100644 --- a/content/tutorials/manage-the-rippled-server/configuration/connect-your-rippled-to-the-xrp-test-net.md +++ b/content/tutorials/manage-the-rippled-server/configuration/connect-your-rippled-to-the-xrp-test-net.md @@ -49,11 +49,11 @@ To connect your `rippled` server to the XRP Testnet or Devnet, set the following a. Comment out the following sections as follows: - #[validator_list_sites] - #https://vl.altnet.rippletest.net + # [validator_list_sites] + # https://vl.altnet.rippletest.net - #[validator_list_keys] - ED264807102805220DA0F312E71FC2C69E1552C9C5790F6C25E3729DEB573D5860 + # [validator_list_keys] + # ED264807102805220DA0F312E71FC2C69E1552C9C5790F6C25E3729DEB573D5860 # [validator_list_sites] # https://vl.ripple.com @@ -62,7 +62,7 @@ To connect your `rippled` server to the XRP Testnet or Devnet, set the following # ED2677ABFFD1B33AC6FBC3062B71F1E8397C1505E1C42C64D11AD1B28FF73F4734 b. Add the following trusted validators to the validator.txt file: - + # Hard-coded List of Devnet Validators [validators] n9Mo4QVGnMrRN9jhAxdUFxwvyM4aeE1RvCuEGvMYt31hPspb1E2c n9MEwP4LSSikUnhZJNQVQxoMCgoRrGm6GGbG46AumH2KrRrdmr6B From 59f40f53536e0c9e4a3bc5a4b61b82438e2bcdaa Mon Sep 17 00:00:00 2001 From: manoj Date: Mon, 18 Nov 2019 17:21:13 -0800 Subject: [PATCH 3/3] Update connect-your-rippled-to-the-xrp-test-net.md --- .../configuration/connect-your-rippled-to-the-xrp-test-net.md | 1 + 1 file changed, 1 insertion(+) diff --git a/content/tutorials/manage-the-rippled-server/configuration/connect-your-rippled-to-the-xrp-test-net.md b/content/tutorials/manage-the-rippled-server/configuration/connect-your-rippled-to-the-xrp-test-net.md index fc24bb06db..7017e90f49 100644 --- a/content/tutorials/manage-the-rippled-server/configuration/connect-your-rippled-to-the-xrp-test-net.md +++ b/content/tutorials/manage-the-rippled-server/configuration/connect-your-rippled-to-the-xrp-test-net.md @@ -62,6 +62,7 @@ To connect your `rippled` server to the XRP Testnet or Devnet, set the following # ED2677ABFFD1B33AC6FBC3062B71F1E8397C1505E1C42C64D11AD1B28FF73F4734 b. Add the following trusted validators to the validator.txt file: + # Hard-coded List of Devnet Validators [validators] n9Mo4QVGnMrRN9jhAxdUFxwvyM4aeE1RvCuEGvMYt31hPspb1E2c