Skip to content
This repository has been archived by the owner on Jul 15, 2020. It is now read-only.

https://github.com/input-output-hk/cardano-tutorials/blob/master/Shelley-testnet/Exercise-3.md #229

Open
willcbanks opened this issue Jul 5, 2020 · 1 comment

Comments

@willcbanks
Copy link

On this page it says:

For the relay, you will want to add:

...
"Producers": [
  {
    "addr": "127.0.0.1",
    "port": 4240,
    "valency": 1
  },
  {
    "addr": "relays-new.ff.dev.cardano.org",
    "port": 3001,
    "valency": 1
  }
]

I think is meant to say:

"port": 4242,

@CarlosLopezDeLara
Copy link
Collaborator

Example is correct:

Core node running on port 4240 and connecting with its relay on port 4242; and relay running on port 4242 and connecting with its core node on port 4240

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants