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鈥檒l occasionally send you account related emails.

Already on GitHub? Sign in to your account

Cli args CMD to start prysm without GRPC gateway but http rest api #13973

Open
loocapro opened this issue May 9, 2024 · 0 comments
Open

Cli args CMD to start prysm without GRPC gateway but http rest api #13973

loocapro opened this issue May 9, 2024 · 0 comments
Labels
API Api related tasks

Comments

@loocapro
Copy link

loocapro commented May 9, 2024

馃拵 Issue

Following this issue:

#12252

I am running Prysm on holesky started with the grpc gateway on. I am calling the GET /validators (as from the issue) and I am getting an answer after a lot of time.

I d like to follow the issue disable the GRPC gateway and enable the standard http. Unfortunately i can't understand the right CLI args to pass.

This is how i am running Prysm on Holesky:

    args:
        - "--datadir"
         - "/var/prysm"
         - "--accept-terms-of-use"
         - "--jwt-secret"
         - "/etc/jwt/jwtsecret/jwt.hex"
         - "--execution-endpoint"
         - "http://el-service:8551"
         - "--checkpoint-sync-url"
         - "https://holesky.beaconstate.info"
         - "--enable-debug-rpc-endpoints"
         - "--rpc-host"
         - "0.0.0.0"
         - "--grpc-gateway-host"
         - "0.0.0.0"
         - "--monitoring-host"
         - "0.0.0.0"
         - "--holesky"
         - "--genesis-beacon-api-url"
         - "https://holesky.beaconstate.info"

And my logs:

2024-05-09T11:06:36.915619Z  INFO service: Updated known validators and duties after 6s delay. elapsed=237.545575227s validators_count=1_643_111

Can anyone help me out?

CC: @rkapka

@james-prysm james-prysm added the API Api related tasks label May 21, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
API Api related tasks
Projects
None yet
Development

No branches or pull requests

2 participants