IntersectMBO / IntersectMBO/cardano-node-tests
DiffusionMode on mainnet
Open
mainnet
- Dominant language
- Python
- Stars
- 59
- Forks
- 28
- Avg merge
- 2h 30m
- Merged PRs (30d)
- 62
Description
There's a DiffusionMode option that can be used in configuration.yaml.
With:
`DiffusionMode: InitiatorOnly`
The node will only connect to upstream peers and do not accept any connections (useful for edge nodes, e.g. a wallet).
The default is:
`DiffusionMode: InitiatorAndResponder`
With this option, this node can be an upstream node of some other node (i.g. it will accept connections). And one could verify that a listening port was opened, e.g. with something like `nc -z 0.0.0.0 3000`.
Contributor guide
Assessment
This issue has not been assessed yet.