Difference between revisions of "Ethereum Beacon Chain"

From wikieduonline
Jump to navigation Jump to search
Line 13: Line 13:
 
  WARN Post-merge network, but no [[beacon client]] seen. Please launch one to follow the chain!
 
  WARN Post-merge network, but no [[beacon client]] seen. Please launch one to follow the chain!
  
 +
 +
geth --help | grep beacon
 +
    --beacon.api value                                                    ($GETH_BEACON_API)
 +
    --beacon.api.header value                                              ($GETH_BEACON_API_HEADER)
 +
          Pass custom HTTP header fields to the emote beacon node API in "key:value"
 +
    --beacon.checkpoint value                                              ($GETH_BEACON_CHECKPOINT)
 +
    --beacon.config value                                                  ($GETH_BEACON_CONFIG)
 +
    --beacon.genesis.gvroot value                                          ($GETH_BEACON_GENESIS_GVROOT)
 +
    --beacon.genesis.time value        (default: 0)                      ($GETH_BEACON_GENESIS_TIME)
 +
    --beacon.nofilter                  (default: false)                  ($GETH_BEACON_NOFILTER)
 +
    --beacon.threshold value            (default: 342)                    ($GETH_BEACON_THRESHOLD)
  
 
== Related ==
 
== Related ==

Revision as of 09:34, 31 May 2024

wikipedia:Beacon Chain (1 December 2020) already merged introduced the consensus logic and block gossip protocol which secures Ethereum.



Proof-of-Stake blockchain, known as a beacon chainhttps://docs.prylabs.network/docs/how-prysm-works/beacon-node


geth

WARN Post-merge network, but no beacon client seen. Please launch one to follow the chain!


geth --help | grep beacon
    --beacon.api value                                                     ($GETH_BEACON_API)
    --beacon.api.header value                                              ($GETH_BEACON_API_HEADER)
          Pass custom HTTP header fields to the emote beacon node API in "key:value"
    --beacon.checkpoint value                                              ($GETH_BEACON_CHECKPOINT)
    --beacon.config value                                                  ($GETH_BEACON_CONFIG)
    --beacon.genesis.gvroot value                                          ($GETH_BEACON_GENESIS_GVROOT)
    --beacon.genesis.time value         (default: 0)                       ($GETH_BEACON_GENESIS_TIME)
    --beacon.nofilter                   (default: false)                   ($GETH_BEACON_NOFILTER)
    --beacon.threshold value            (default: 342)                     ($GETH_BEACON_THRESHOLD)

Related

See also

Advertising: