fboucquez / symbol-bootstrap

A tool that allows you to quickly configure and setup Symbol testnets and nodes.
Apache License 2.0
47 stars 28 forks source link

Multiple nodes config not working #313

Closed cleverocheck closed 2 years ago

cleverocheck commented 2 years ago

I'm trying to start multiple nodes (by specifying the nodes in the config, for the test it is completely like this)

nodes:
    - friendlyName: Peer Node 1 custom friendly name
    - friendlyName: Peer Node 2 custom friendly name
      host: 'peer2.custom.hostname'
    - friendlyName: Api Node 1 custom friendly name
      host: 'api1.custom.hostname'

and I get an error:

image

Symbol-bootstrap version: 1.0.9 OS: Ubuntu server 18.04

fboucquez commented 2 years ago

Hi @IgnatLomkov , the dual preset is not designed to support multiple nodes in one machine/compose. I think that setup doesn't have any benefit. Why do you want to do that?

cleverocheck commented 2 years ago

Hi, @Fboucquez, sorry for the long answer. I immediately have a question - why does it give an error when starting multiple dual nodes without an obvious prepared error for this, although it is not said anywhere that this should not be done? (I want to do this so that in nodes list several nodes are displayed at once from one machine, and so that they just run on different domains)

cleverocheck commented 2 years ago

Any updates?

fboucquez commented 2 years ago

Discussed on discord some time ago. Please let me know if you still have questions