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
celestia.xprv.io
I'm attempting to run a full consensus node on celestia
celestia
When I set the full consensus node's persistent peers to the list of peers in https://github.com/celestiaorg/networks/blob/master/celestia/peers.txt I encounter
11:59AM ERR Error in peer's address err="error looking up host (celestia.xprv.io): lookup celestia.xprv.io: no such host" module=p2p
Consider removing
networks/celestia/peers.txt
Line 71 in d360932
when I remove it, I no longer encounter the error
The text was updated successfully, but these errors were encountered:
chore: remove celestia.xprv.io peer
7de984b
Closes celestiaorg#515
chore: remove celestia.xprv.io peer (#516)
31f2213
Closes #515
Successfully merging a pull request may close this issue.
Context
I'm attempting to run a full consensus node on
celestia
Problem
When I set the full consensus node's persistent peers to the list of peers in https://github.com/celestiaorg/networks/blob/master/celestia/peers.txt I encounter
Proposal
Consider removing
networks/celestia/peers.txt
Line 71 in d360932
when I remove it, I no longer encounter the error
The text was updated successfully, but these errors were encountered: