-
Notifications
You must be signed in to change notification settings - Fork 41
Closed
Description
When running 2 nodes on same computer, they don't connect one to another. First node has remote peers, while second has only first node as peer.
When following query is ran on graphql interface:
query MyQuery {
syncStatus
}First node gets to BOOTSTRAP and later to SYNCED, while second node is stuck at LISTENING
Steps to reproduce:
In one terminal run:
export OPENMINA_DISCOVERY_FILTER_ADDR=false
cargo run --bin openmina -- node -s 5KgwoC4tGKNE4G3XP6JDYXKPSMyzjyEfKxdACsnqwTXBaSD75y4In second terminal run:
export OPENMINA_DISCOVERY_FILTER_ADDR=false
cargo run --bin openmina -- node -P /ip4/127.0.0.1/tcp/8302/p2p/12D3KooWJDihKQfdBUgbRQpMUyUj7avdaJUqin1hJGGQKE8oGF72 --libp2p-port 4001 -p 4903This same issue also happens when node is ran on another computer on local network.
Metadata
Metadata
Assignees
Labels
No labels