All Questions
Tagged with geth or go-ethereum
662 questions
- Bountied 0
- Unanswered
- Frequent
- Score
- Trending
- Week
- Month
- Unanswered (my tags)
0
votes
0
answers
31
views
CL x EL JWT Authentication issue
I am using Kurtosis for running a project
I start with running EL client (geth) then i add lighthouse (lighthouse)
I mount to each servoce the same jwt file.
But i get this error in lighthouse:
[...
0
votes
0
answers
30
views
How can I get the reason for a failed transaction status 0 from Geth?
After sending a transaction to a payable smart contract (deployed to a geth instance) I receive transaction status 0. I don't understand where I'm going wrong as I followed the documentation.
Looking ...
1
vote
0
answers
41
views
Calling the ethereum EIP-4788 contract from go
I am trying to call the EIP-4788 contract from go. For development, I am using the Sepolia testnetwork. I have a local beacon chain client running connected to a geth instance running on the Sepolia ...
2
votes
1
answer
53
views
Why Does eth.blockNumber Stall at 1 in My Private PoA Clique Ethereum Fork with Geth?
I’m running a private Proof-of-Authority (PoA) Ethereum fork using Geth with the Clique consensus algorithm and a custom chainId (1698369). My setup consists of four servers:
Public RPC node behind ...
0
votes
1
answer
221
views
How to run Prysm client with checkpoint sync using --checkpoint-block value (block number) and --checpoint-state value (state root)
Request: to run Prysm client with checkpoint sync using --checkpoint-block value (block number) and --checkpoint-state value (state root), does it require to have this block already synced in the ...
0
votes
0
answers
36
views
Signer balance depletion issue when running a Clique (PoA) EVM chain with two nodes/signers
Why do signer account balances deplete to zero in a multi-node Clique EVM chain, but not in a single-node setup?
I’m running a Clique-based EVM chain with the following setup:
Two nodes, each with ...
1
vote
0
answers
299
views
Lighthouse is not activating, when network is hitting the terminal total difficulty
Description
I'm trying to upgrade my private network from POW to POS.
I'm using geth as EL and lighthouse as CL.
I set up terminal total difficulty for all nodes and started waiting.
Once I reach ...
0
votes
0
answers
142
views
Low-level call error: insufficient funds for gas * price + value 8099ドル.91
Any ideas about this?
I am attempting to make a arbitrage swap using the following contract
The error is:
Low-level call error: err: insufficient funds for gas * price + value: address 0x have ...
1
vote
0
answers
127
views
How to do simulation of all/most pending transactions?
everybody. I have a task to search in mempool for transactions like "swap tokens for eth" or any other type where a wallet sells tokens and its transaction can affect token reserves. There ...
-1
votes
1
answer
502
views
How to call a view function of a smart contract from Go?
couldn't find solution to above problem online so posting it here:
for golang we need to use go-ethereum package for doing smart contract related operations. it is similar to ethers.js we use in ...
1
vote
1
answer
2k
views
Fatal: Failed to register the Ethereum service: only PoS networks are supported, please transition old ones with Geth v1.13.x
Trying to create a Private Ethereum Network Locally. I am getting following error when trying to start the Node(genesis node)
INFO [06-24|18:58:51.258] Maximum peer count ETH=50 ...
2
votes
1
answer
157
views
Quorum private node peer count is not updating, it is 0
Currently, I'm trying to set up a quorum private network using this link. I have followed all the setup and run 5 nodes as well. but when I run geth attach data/geth.ipc inside a node 0 and try to get ...
0
votes
0
answers
115
views
Cannot verify digital signature using go-ethereum
I am building a dapp with wallet authentication from scratch for that client will generate digital signature using its private key and a message from server. Then the server will verify the digital ...
1
vote
0
answers
346
views
Network doesn't support eip-1559
This is the given genesis file. In this network every transaction works with the rpc connection as
const web3 = new Web3('http://146.190.XXX.XX:8546')
This rpc can do contract executions as well. And ...
0
votes
0
answers
411
views
is there a geth node snapshot?
I have run geth for a week, but the state download progress is slow.
The logs like:
INFO [04-09|01:24:18.711] Syncing: chain download in progress synced=71.37% chain=285.21GiB headers=14,007,024@...