Git Product home page Git Product logo

Comments (9)

jeffersonwarrior avatar jeffersonwarrior commented on July 19, 2024

Update: this seems to be an issue with eth2 client...Posted there -- gRPC max receive size option needs to be set.

attestantio/go-eth2-client#44

from ethdo.

mcdee avatar mcdee commented on July 19, 2024

This is an option that needs to be set on the prysm beacon node.

from ethdo.

jeffersonwarrior avatar jeffersonwarrior commented on July 19, 2024

from ethdo.

mcdee avatar mcdee commented on July 19, 2024

Try adding --rpc-max-page-size=200000 --grpc-max-msg-size=268435456 to your prysm beacon node.

from ethdo.

jeffersonwarrior avatar jeffersonwarrior commented on July 19, 2024

from ethdo.

mcdee avatar mcdee commented on July 19, 2024

Either the restart didn't take place, or you are pointing to a different server, or perhaps your command line is incorrect (there are a couple of issues in the command line you pasted but they may be due to you changing some of the values).

ethdo talks to the beacon node's REST API. In prysm, the REST API is a frontend for their GRPC interface which is what is throwing the errors.

You can check prysm's command line with ps -elf | grep prysm and see if the updated parameters are there. You can also check the prysm log for Starting beacon chain with max RPC page size of 200000

from ethdo.

jeffersonwarrior avatar jeffersonwarrior commented on July 19, 2024

from ethdo.

mcdee avatar mcdee commented on July 19, 2024

It shouldn't be taking that long to send the data, unless you're going over a low bandwidth connection. But you can increase the ethdo command timeout by adding --timeout=5m (which will take the timeout to 5 minutes).

from ethdo.

jeffersonwarrior avatar jeffersonwarrior commented on July 19, 2024

That did it. Thanks again.

from ethdo.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.