All Questions
Tagged with geth-debugging ethereumjs
6 questions
3
votes
1
answer
433
views
Stuck at looking for peers when I setup full ethereum node in Ubuntu
I am trying to install a full Ethereum 1.0 node on Ubuntu, but I keep encountering an issue. I have tried synchronizing the local time and turning off the firewall, and my computer resources are more ...
1
vote
0
answers
44
views
startnode.cmd file not recognized
When I opened my folder mygethnode in VSC.
There are only two folders named geth and keystore and 4 json files.
.puppeth folder and startnode.cmd file is not there.
How to edit the parameters without ...
2
votes
0
answers
702
views
Script for opening a geth console for a node and running commands in it
I am trying to create a script running a couple of geth nodes, open a console for each of them and run a couple of commands such as admin.addPeer() and miner.start(). I read that i can use --exec to ...
0
votes
1
answer
886
views
How long does it take to sync Rinkeby network with geth?
I am syncing the Rinkeby network with geth
geth --rinkeby --rpc --rpcapi="personal,eth,network,web3,net" --ipcpath="~/.ethereum/geth.ipc"
When I run
eth syncing
in geth console, it is showing
{
...
1
vote
1
answer
292
views
Ethereum private chain not able to addPeer
I created a private chain with my friend with exactly the same genesis block and we wanted to connect through the admin.addPeer method. The problem is that for some reason they are able to connect to ...
2
votes
1
answer
539
views
go lang installation error - raspberrypi
I needed to create privatenet in raspberrypi and installed go1.9. Cloned geth, extracted it. When 'make geth' command is passed I get following error. Please help me out
github.com/ethereum/go-...