Questions tagged [geth-debugging]
The geth-debugging tag has no summary.
237 questions
0 votes
1 answer
177 views
Checkpoint sync keeps failing on Lighthouse Consensus Client
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....
0 votes
0 answers
32 views
increasing block rewards in system contract
i am forking hecochain geth (dpos) In geth consensus file it passes of a block reward to system contract file say 100 coins i want to increase the block reward so as to distribute it to delegators , ...
3 votes
0 answers
478 views
debug_traceTransaction on a full node not working
I'm running a full but not archive node using geth. I'm trying to get trace for a transaction using debug.traceTransaction('0x4883a2cd5a260723ae65b88787d153864938e0cf0b811bc0597a80e3e820777a'); but it ...
0 votes
1 answer
201 views
Geth version 1.14.4-stable Error: authentication needed: password or unlock. Transfer issue?
I want to make a transfer between two wallets; one is the address I set up on my private blockchain, and the other is my Metamask address. However, I keep encountering the same error. I have attached ...
1 vote
1 answer
430 views
Geth transactions not broadcast and stuck in pending state
Setup three Geth private network nodes(Clique) via docker container. They are deployed on three different VMs. Among 3 nodes, there is a miner node to mine the block, a RPC node to accept RPC request, ...
1 vote
1 answer
132 views
Full node is missing transactions
I am running a full node (geth + lighthouse) on mainet for a few months. In a random test i found that my the geth client did not heard of some transactions (i took random blocks from Etherscan, and ...
1 vote
1 answer
219 views
How can I fix 'no matches found: enode` error when setting up private geth nodes?
I'm following along with a tutorial from the geth ethereum.org documentation. The tutorial is describing how to set up a private network of multiple geth nodes. I have run the bootnode -nodekey boot....
0 votes
1 answer
1k views
Missing personal api in geth JS consoole
so I installed geth. and launched the genesis terminal after initializing my genesis block. I needed to run the personal.newAccount() command, but the personal api is missing. My colleague had the ...