All Questions
4 questions
1
vote
0
answers
218
views
($10 ETH Bounty) Base Chain - My submitted transaction is always 2 blocks behind the current block
For some reason whenever I submit my transaction it is always included 2 or more blocks behind the current block. There's an address that always has their transaction included in the same block as the ...
1
vote
1
answer
255
views
How to programmatically check the type of Ethereum node/backend that I'm connected to using Go?
I'm aware that I can do this using CURL like so:
curl -H "Content-Type: application/json" -X POST --data '{"jsonrpc":"2.0","method":"web3_clientVersion","params":[],"id":67}' https://the-node-ip-...
3
votes
2
answers
1k
views
Geth 1.6.1 hangs throwing "unexpected fault address" fatal error
Since upgraded to version 1.6.1, Geth node hangs form time to time (once a week) with following fatal error:
fatal error: fault
[signal SIGSEGV: segmentation violation code=0x1 addr=0x7f6453b72c88 pc=...
1
vote
1
answer
78
views
HELP to set up a private net with 3 nodes on the same machine or 3 different VM linux [duplicate]
i'm looking for a way to set up 3 node on a private net with Ethereum. I'm using Go as a Client .
I Hope you can help me