From d3495e12c692cb50a711ba11ee7f1c707e5c384e Mon Sep 17 00:00:00 2001 From: Joel Dudley Date: Wed, 21 Mar 2018 15:35:36 +0000 Subject: [PATCH] Direct bootstrapper link instead of manual build. --- docs/source/setting-up-a-corda-network.rst | 10 +++------- 1 file changed, 3 insertions(+), 7 deletions(-) diff --git a/docs/source/setting-up-a-corda-network.rst b/docs/source/setting-up-a-corda-network.rst index 138d5db9c0..5705e23063 100644 --- a/docs/source/setting-up-a-corda-network.rst +++ b/docs/source/setting-up-a-corda-network.rst @@ -1,7 +1,7 @@ .. _log4j2: http://logging.apache.org/log4j/2.x/ -Creating a Corda network -======================== +Setting up a Corda network +========================== A Corda network consists of a number of machines running nodes. These nodes communicate using persistent protocols in order to create and validate transactions. @@ -61,11 +61,7 @@ be done with the network bootstrapper. This is a tool that scans all the node co generate the network parameters file which is copied to the nodes' directories. It also copies each node's node-info file to every other node so that they can all transact with each other. -The bootstrapper tool can be built with the command: - -``gradlew buildBootstrapperJar`` - -The resulting jar can be found in ``tools/bootstrapper/build/libs/``. +The bootstrapper tool can be downloaded from http://downloads.corda.net/network-bootstrapper-corda-X.Y.jar, where ``X`` is the major Corda version and ``Y`` is the minor Corda version. To use it, create a directory containing a ``node.conf`` file for each node you want to create. Then run the following command: