Giter Club home page Giter Club logo

Comments (4)

Aminkavoos avatar Aminkavoos commented on June 9, 2024 1

#4847

23.4.0 includes the new option "--local-block-value-boost" with the comment:

"as long as its value is within the specified percentage of the value advertised by the best external builder. Setting this flag to a non-zero value is recommended because the usage of an external builder introduces an additional risk that the advertised block won't be published by the builder"

However the notes aren't clear on how the value should be specified and it's not yet in the docs as far as I could see.

Please could you provide a few examples, e.g. would:

--local-block-value-boost=1

Mean that if the local block fee capture was within 1% of the external builder proposal, then the local block would be used instead? Or should the percentage be specified in some other way?

Also, I note that mev_boost already includes an option for specifying a minimum eth fee value for using the external builder block. Should these two options be used in tandem?

from nimbus-eth2.

Xexr avatar Xexr commented on June 9, 2024

#4243

Subsequently found this issue on mev-boost so I now understand the differentiation on that point but would still appreciate clarification on setting the value.

Many thanks

from nimbus-eth2.

Xexr avatar Xexr commented on June 9, 2024

Any clarity on this? Thank you

from nimbus-eth2.

kdeme avatar kdeme commented on June 9, 2024

Mean that if the local block fee capture was within 1% of the external builder proposal, then the local block would be used instead?

A bit late on reply here, but yes, that's what it means.

The calculation done is basically:
Use the builder block if ( builderValue * 100 > engineValue * (localBlockValueBoost + 100))

from nimbus-eth2.

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.