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
I tried but I got this:
│ Starting relay connected to node http://localhost:8732/ │ │ [HPM] Proxy created: / -> http://localhost:8732/ │ │ Starting to monitor block production. │ │ Flashbake relay started on http://localhost:10732/ │ │ connect ECONNREFUSED ::1:8732 │ │ Block monitor connection error: connect ECONNREFUSED ::1:8732 │ │ Retrying constants request, retries left: 999 │ │ connect ECONNREFUSED ::1:8732
It's a permanent failure, not temporary.
It could be as simple as replacing localhost with 127.0.0.1 since I suspect ipv6 issue. I moved back to node v16 for now.
localhost
127.0.0.1
The text was updated successfully, but these errors were encountered:
keefertaylor
No branches or pull requests
I tried but I got this:
It's a permanent failure, not temporary.
It could be as simple as replacing
localhost
with127.0.0.1
since I suspect ipv6 issue. I moved back to node v16 for now.The text was updated successfully, but these errors were encountered: