-
Notifications
You must be signed in to change notification settings - Fork 720
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
link to explorer.cardano.org/relays/topology.json #4545
Conversation
@@ -19,7 +19,7 @@ Tells your node to which nodes in the network it should talk to. A minimal versi | |||
|
|||
* `valency` tells the node how many connections your node should have. It only has an effect for dns addresses. If a dns address is given, valency governs to how many resolved ip addresses should we maintain active (hot) connection; for ip addresses, valency is used as a Boolean value, where `0` means to ignore the address. | |||
|
|||
Your __block-producing__ node must __ONLY__ talk to your __relay nodes__, and the relay node should talk to other relay nodes in the network. Go to our telegram channel to find out IP addresses and ports of peers. | |||
Your __block-producing__ node must __ONLY__ talk to your __relay nodes__, and the relay nodes should talk to other relay nodes in the network. Go to https://explorer.cardano.org/relays/topology.json to find out IP addresses and ports of peers. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
The link would not show up new relays immediately afaik, last I checked - @disassembler mentioned it was refreshed twice a week, but that's almost a year ago.
So if mentioning the link and above is true, would be good to put a clause around the update window for new folks (as the guide is predominantly targetting those who might not be familiar with the configs or references).
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Updated to include that the link is updated once a week.
This PR is stale because it has been open 45 days with no activity. |
Link to https://explorer.cardano.org/relays/topology.json as source for peers.
Link to https://explorer.cardano.org/relays/topology.json as source for peers.
Closes #4193