Skip to main content

Questions tagged [lighthouse]

Questions about the Lighthouse client specifically. Otherwise use the [clients] tag.

1 vote
0 answers
59 views

I’m running into a persistent blocker while trying to export Ethereum token transfer data using ethereum-etl. I’ve been able to export blocks and transactions successfully, but export_token_transfers ...
Mushfiqur Rahman Chowdhury's user avatar
1 vote
0 answers
53 views

i try to create local blockchain with geth and lighthouse v7.0.1, but i had a problem while generate genesis.ssz with command below : ./target/release/lcli \ genesis --config-file ./config/...
key's user avatar
  • 11
0 votes
1 answer
185 views

I am trying to run an Ethereum node with 'geth' as the execution client and 'lighthouse' as the consensus client. I was failing at my core use case, so i decided to check the most basic implementation....
Ishan Sathe's user avatar
1 vote
0 answers
108 views

I'm trying to set up a local Ethereum devnet with a custom chain config using Reth as the execution client and Lighthouse as the beacon client, but running into a couple issues I could use help ...
SHUBHAM TIWARI's user avatar
0 votes
1 answer
912 views

I’ve been running an Ethereum PoS node (Geth + Lighthouse) on mainnet for about six months without issues. Suddenly (3 days ago), the node stopped syncing, and I can’t figure out why. Here’s what I’m ...
usertirex's user avatar
1 vote
1 answer
204 views

I have docker-compose.yml file: services: geth: container_name: geth volumes: - /mnt/external/geth:/root/.ethereum ports: - 8551:8551 - ...
pbies's user avatar
  • 115
1 vote
0 answers
56 views

I created my own private PoS Ethereum testnet using a custom genesis file. I can connect to the first node using RPC and see block generation, and I can make transactions. Now, I want to run a second ...
Moka's user avatar
  • 11
1 vote
0 answers
124 views

For some reason, every couple of hours when I check on my node, my Geth log files show 'Imported new potential chain segment,' and then once synced, it goes back to normal for a couple of hours. The ...
Creterine's user avatar
1 vote
0 answers
62 views

I'm running a geth node with lighthouse, and I'm having an issue where geth will periodically crash due to being out of memory. My system has 16 GB of RAM, and I'm not sure what the underlying issue ...
user6013's user avatar
  • 111
1 vote
1 answer
214 views

I am trying to add a validator to my local testnet, however the validator keeps giving the same message ( awaiting activation ); For context, the network topology is as follows; There are two ...
Muhammad Yasir's user avatar
0 votes
1 answer
139 views

how i can broadcast a enode address to another physical machine on the same network, in geth take for example, this as my enode address: "enode://...
Muhammad Yasir's user avatar
1 vote
0 answers
707 views

So far for testing contracts, transactions and other dApp experiments I had worked with pre-established testnets (Rinkeby, Goerli etc) now i am tasked with deploying a private PoS network based on ...
Muhammad Yasir's user avatar
1 vote
0 answers
135 views

I am synching Ethereum full node (Geth + Lighthouse). I got the following error CRIT Failed to start beacon node reason: Unable to open database: DBError { message: "Error { message: \"...
0xC6D0fF1e4's user avatar
3 votes
1 answer
558 views

I want to deploy a private post-merge Ethereum network (i.e. a network that merges right from the genesis). For the execution layer, I created a genesis.json file with the appropriate parameters and I ...
Bastien Faivre's user avatar
1 vote
0 answers
282 views

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 ...
DEFI Expert's user avatar

15 30 50 per page