From 9b0de5fc01a2a9d5154245b7e6a74756a24a0741 Mon Sep 17 00:00:00 2001 From: mDuo13 Date: Wed, 2 Nov 2016 15:22:38 -0700 Subject: [PATCH] rippled setup - clarify people shouldn't use the validation_seed from the example --- content/tutorial-rippled-setup.md | 4 +++- tutorial-rippled-setup.html | 3 ++- 2 files changed, 5 insertions(+), 2 deletions(-) diff --git a/content/tutorial-rippled-setup.md b/content/tutorial-rippled-setup.md index 7b0ba82e6a..01489f2ee5 100644 --- a/content/tutorial-rippled-setup.md +++ b/content/tutorial-rippled-setup.md @@ -218,11 +218,13 @@ Running a `rippled` validator that participates in the Consensus process is simp "validation_seed" : "ssdecohJMDPFuUPDkmG1w4objZyp4" } -4. Add the generated validator signing key from above to your `rippled.cfg`: +4. Edit your `rippled.cfg` file to add the `validation_seed` value you generated in step 3: [validation_seed] ssdecohJMDPFuUPDkmG1w4objZyp4 + **Warning:** Be sure to use your own unique random seed, and keep it secure! If others know your `validation_seed`, they can forge validations from your server. + 5. Restart `rippled` validator: $ sudo service rippled restart diff --git a/tutorial-rippled-setup.html b/tutorial-rippled-setup.html index 3367df7e70..cf2313c7d5 100644 --- a/tutorial-rippled-setup.html +++ b/tutorial-rippled-setup.html @@ -379,10 +379,11 @@ $ sudo apt-get install yum-utils alien
  • -

    Add the generated validator signing key from above to your rippled.cfg:

    +

    Edit your rippled.cfg file to add the validation_seed value you generated in step 3:

    [validation_seed]
     ssdecohJMDPFuUPDkmG1w4objZyp4
     
    +

    Warning: Be sure to use your own unique random seed, and keep it secure! If others know your validation_seed, they can forge validations from your server.

  • Restart rippled validator: