IntersectMBO / IntersectMBO/cardano-node-tests

DiffusionMode on mainnet

Open
#183 0 comments 1 reaction 0 assignees View on GitHub
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

Open the contributing guide

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.