-
Hey all, I have my Node A as bootstrap node. Now I run Node B which is on different computer different network. It connects with the bootstrap node no problem. If I run another node in bootstrap node machine Node A2 it connects with the bootstrap node also publish gossip msg through bootstrap node but why Node B does not receive Node A2 identify msg is it not the responsibility of Node A to tell node B that Node A2 have joined the network? thanks |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 7 replies
-
It takes some time before adding the node in the bucket. make sure you have a static IP and open port. and RUST_LOG=debug to view the procedure better. |
Beta Was this translation helpful? Give feedback.
-
Hi there, I'm trying to setup a bootstrap node by libp2p rust, but I have found no document to do. I can see it written in Go but in the same module in Rust I don't. Do you have some instructions about building a bootstrap node? I really appreciate that. Thanks in advance. |
Beta Was this translation helpful? Give feedback.
It takes some time before adding the node in the bucket. make sure you have a static IP and open port. and RUST_LOG=debug to view the procedure better.