Difference between revisions of "Lighthouse beacon node --builder"

From wikieduonline
Jump to navigation Jump to search
 
(6 intermediate revisions by the same user not shown)
Line 1: Line 1:
 
{{lc}}
 
{{lc}}
  
<code>[[lighthouse bn]] --builder</code>
+
<code>[[lighthouse bn]] --builder YOUR_SERVICE_URL</code>
  
 
  --builder <builder>
 
  --builder <builder>
 
             The URL of a service compatible with the [[MEV-boost]] API.
 
             The URL of a service compatible with the [[MEV-boost]] API.
 +
 +
== Other related options ==
 +
  --builder-fallback-epochs-since-finalization <builder-fallback-epochs-since-finalization>
 +
            If this node is proposing a block and the chain has not finalized within this number of epochs, it will NOT
 +
            query any connected builders, and will use the local execution engine for payload construction. Setting this
 +
            value to anything less than 2 will cause the node to NEVER query connected builders. Setting it to 2 will
 +
            cause this condition to be hit if there are skips slots at the start of an [[epoch]], right before this node is
 +
            set to propose. [default: 3]
 +
  --builder-fallback-skips <builder-fallback-skips>
 +
            If this node is proposing a block and has seen this number of skip slots on the canonical chain in a row, it
 +
            will NOT query any connected builders, and will use the local execution engine for payload construction.
 +
            [default: 3]
 +
  --builder-fallback-skips-per-epoch <builder-fallback-skips-per-epoch>
 +
            If this node is proposing a block and has seen this number of skip slots on the canonical chain in the past
 +
            `SLOTS_PER_EPOCH`, it will NOT query any connected builders, and will use the local execution engine for
 +
            payload construction. [default: 8]
  
 
== Related ==
 
== Related ==
* <code>[[mev-boost]]</code>
+
* <code>[[mev-boost]]: [[lighthouse vc --builder-proposals]]</code>
* <code>[[lighthouse vc --builder-proposals]]</code>
+
* <code>[[lighthouse bn --help]]</code>
  
 
== See also ==
 
== See also ==
 +
* {{mev-boost}}
 
* {{Lighthouse}}
 
* {{Lighthouse}}
  
 
[[Category:Lightshouse]]
 
[[Category:Lightshouse]]

Latest revision as of 06:48, 25 August 2022

lighthouse bn --builder YOUR_SERVICE_URL

--builder <builder>
           The URL of a service compatible with the MEV-boost API.

Other related options[edit]

 --builder-fallback-epochs-since-finalization <builder-fallback-epochs-since-finalization>
           If this node is proposing a block and the chain has not finalized within this number of epochs, it will NOT
           query any connected builders, and will use the local execution engine for payload construction. Setting this
           value to anything less than 2 will cause the node to NEVER query connected builders. Setting it to 2 will
           cause this condition to be hit if there are skips slots at the start of an epoch, right before this node is
           set to propose. [default: 3]
 --builder-fallback-skips <builder-fallback-skips>
           If this node is proposing a block and has seen this number of skip slots on the canonical chain in a row, it
           will NOT query any connected builders, and will use the local execution engine for payload construction.
           [default: 3]
 --builder-fallback-skips-per-epoch <builder-fallback-skips-per-epoch>
           If this node is proposing a block and has seen this number of skip slots on the canonical chain in the past
           `SLOTS_PER_EPOCH`, it will NOT query any connected builders, and will use the local execution engine for
           payload construction. [default: 8]

Related[edit]

See also[edit]

Advertising: