We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Connecting to anything other than mainnet fails with the following error:
mainnet
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"
The text was updated successfully, but these errors were encountered:
Add a chain section to your config:
chain
[chain] type = "preview"
See https://oura.txpipe.io/v2/advanced/custom_network
Sorry, something went wrong.
No branches or pull requests
Connecting to anything other than
mainnet
fails with the following error:This is my config:
The text was updated successfully, but these errors were encountered: