Skip to content
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

Oura v2: handshake refused, version data mismatch #793

Open
will-break-it opened this issue Jun 11, 2024 · 1 comment
Open

Oura v2: handshake refused, version data mismatch #793

will-break-it opened this issue Jun 11, 2024 · 1 comment

Comments

@will-break-it
Copy link

Connecting to anything other than mainnet fails with the following error:

ERROR stage{stage="source"}:bootstrap: pallas_network::facades: handshake refused reason=Refused(13, "version data mismatch: NodeToNodeVersionData {networkMagic = NetworkMagic {unNetworkMagic = 2}, diffusionMode = InitiatorAndResponderDiffusionMode, peerSharing = PeerSharingEnabled, query = False} /= NodeToNodeVersionData {networkMagic = NetworkMagic {unNetworkMagic = 764824073}, diffusionMode = InitiatorOnlyDiffusionMode, peerSharing = PeerSharingDisabled, query = False}")

This is my config:

[source]
type = "N2N"
peers = ["preview-node.world.dev.cardano.org:30002"]

[intersect]
type = "Tip"

[[filters]]
type = "SplitBlock"

[[filters]]
type = "ParseCbor"

[sink]
type = "Stdout"
@SmaugPool
Copy link
Collaborator

SmaugPool commented Jul 31, 2024

Add a chain section to your config:

[chain]         
type = "preview" 

See https://oura.txpipe.io/v2/advanced/custom_network

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

No branches or pull requests

2 participants