How to configure stake pool with 2 relay nodes

Got it! Thanks very much!

Hi. I’ve seen several versions of this code (Producer topology.json for 2 Relay Nodes) on the site. They all seem to be a bit different. Does it matter where the “{” “}” are placed, or the number of spaces entered? I managed to get my Producer to connect with Relay1, but not successful with Relay2.
Thoughts?

Of course it matters, can u show me the topology file?
I will share an example here… wait


{
  "Producers": [
    {
      "addr": "192.168.1.1",
      "port": 3001,
      "valency": 1
    },
     {
      "addr": "192.168.1.2",
      "port": 3001,
      "valency": 1
    }
  ]
}

PS: the port can differ, this is an example

1 Like

thanks! let me give it a try and I’ll let you know.

My advice to you is not to change the default ports unless you know what you are doing and how you can manage the rest of the configuration accordingly.