Questions tagged [beacon]
The beacon tag has no summary.
6 questions
1 vote
0 answers
89 views
Geth + Prysm stucked
i have geth + prysm and it works fine since yesterday. Now my beacon show me `May 13 08:21:29 wvds131262 ethNode[7197]: WARN [05-13|08:21:29.826] Ignoring already known beacon payload number=22,466,...
0 votes
1 answer
86 views
Upgrade/Update of the Upgradeable Beacon Proxy and Factory is not Working
I am trying to deploy a factory contract using an Upgradeable Beacon. Here is the implementation for the v1 and v2 contracts. // SPDX-License-Identifier: UNLICENSED pragma solidity 0.8.29; import &...
1 vote
1 answer
59 views
Observed Beacon Committee Sizes
It says here: https://eth2book.info/capella/part2/building_blocks/aggregator/, that beacon committees are between 128 and 2048 members. It's cool to know the bounds, but anyone have any actual data ...
0 votes
1 answer
245 views
Finding validator address of a block
How to reliably find the validator address of a block? Relay API has gaps wherein some blocks are missing. Is there any other reliable way to get the validator address?
1 vote
0 answers
282 views
Is Beacon Node Consensus Client Lighthouse a buggy? Unreasonable for anyone to get CheckPointSyncURL who just start and decide to install full node
I have tried to sync full Ethereum node for 3+ weeks. Tried with 4 VPS servers and when I am gonna sync lighthouse and Geth simulatenously, it was working well. But after a few hours, lighthouse ...
4 votes
0 answers
259 views
Beacon API - Get the slot number from beacon node given the block number or hash
/eth/v1/beacon/headers/{block_id} does not accept a block number as input. What is the most efficient way to get the slot number given the block number / hash? What is <hex encoded blockRoot with ...