Replies: 1 comment
-
After some digging, I realized that those peers were randomly generated. But I didn't expect to receive |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hello,
I was trying to improve the bootstrap part of my p2p network and I find out that during the bootstrap I receive
BootstrapOk
from peers that are not part of my network. It occurs only for some peer_id. I would love to understand what is going on but I don't find any relevant resources to understand the bootstrap process.I'm generating the boot node key with a seed
1
being the firstu8
of the slice passed toidentity::ed25519::SecretKey::from_bytes
.The full logs detail are here:
What's disturbing me is that the
BootstrapOk
comes from peers that I don't know, thenum_remaining
is high and I don't known what it is. How can I investigate this?Beta Was this translation helpful? Give feedback.
All reactions