Skip to content
New issue

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

fix prysm rpc provider & gateway flags #1

Merged
merged 3 commits into from
Jul 24, 2024
Merged

Conversation

Marketen
Copy link
Contributor

fixes error:
time="2024-07-23 08:14:36" level=warning msg="Could not determine if beacon chain started" error="could not receive ChainStart from stream: could not setup beacon chain ChainStart streaming client: rpc error: code = Unavailable desc = connection error: desc = "transport: Error while dialing: dial tcp: address http://beacon-chain.prysm-holesky.dappnode:4000: too many colons in address": could not connect: could not connect" prefix=client

from prysm cli docs:
https://docs.prylabs.network/docs/prysm-usage/parameters#validator-flags

--beacon-rest-api-provider value                   Beacon node REST API provider endpoint. (default: "http://127.0.0.1:3500")
--beacon-rpc-gateway-provider value                Beacon node RPC gateway provider endpoint. (default: "127.0.0.1:3500")
--beacon-rpc-provider value                        Beacon node RPC provider endpoint. (default: "127.0.0.1:4000")

beacon-rpc-gateway-provider value && beacon-rpc-provider value should not have "http://"

@Marketen Marketen changed the title fix "BEACON_API_4000" fix prysm rpc provider & gateway flags Jul 23, 2024
@dappnodedev dappnodedev merged commit 4d18044 into main Jul 24, 2024
2 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants