mirror of
https://github.com/corda/corda.git
synced 2025-01-02 19:26:47 +00:00
(cherry picked from commit 067c9fb
)
This commit is contained in:
parent
2168d42154
commit
95231b45c8
@ -58,9 +58,10 @@ signed ``NodeInfo`` object that the network map service vends. These are automat
|
|||||||
be used to supplement or replace the HTTP network map. If the same node is advertised through both mechanisms then the
|
be used to supplement or replace the HTTP network map. If the same node is advertised through both mechanisms then the
|
||||||
latest one is taken.
|
latest one is taken.
|
||||||
|
|
||||||
On startup the node generates its own signed node info file, filename of the format ``nodeInfo-${hash}``. To create a simple
|
On startup the node generates its own signed node info file, filename of the format ``nodeInfo-${hash}``. It can also be
|
||||||
network without the HTTP network map service then simply place this file in the ``additional-node-infos`` directory
|
generated using the ``--just-generate-node-info`` command line flag without starting the node. To create a simple network
|
||||||
of every node that's part of this network. For example, a simple way to do this is to use rsync.
|
without the HTTP network map service simply place this file in the ``additional-node-infos`` directory of every node that's
|
||||||
|
part of this network. For example, a simple way to do this is to use rsync.
|
||||||
|
|
||||||
Usually, test networks have a structure that is known ahead of time. For the creation of such networks we provide a
|
Usually, test networks have a structure that is known ahead of time. For the creation of such networks we provide a
|
||||||
``network-bootstrapper`` tool. This tool pre-generates node configuration directories if given the IP addresses/domain
|
``network-bootstrapper`` tool. This tool pre-generates node configuration directories if given the IP addresses/domain
|
||||||
|
Loading…
Reference in New Issue
Block a user