Connecting to Mina Bootstrappers #16208
Unanswered
dennis-tra
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi everyone, I'm trying to connect to Mina's bootstrappers listed here: https://storage.googleapis.com/mina-seed-lists/mainnet_seeds.txt
As far as I understand, Mina is using libp2p and also the libp2p DHT implementation. My assumption was that the bootstrappers are also libp2p hosts. I could be totally wrong though.
Anyway, I'm trying to connect like this:
But this gives me varying errors along
failed to negotiate security protocol: incoming message was too large
.What am I doing wrong? Does the libp2p host need to be configured differently or are these bootstrappers not libp2p nodes? Where can I find the list of bootstrappers for the DHT?
Best
Beta Was this translation helpful? Give feedback.
All reactions