-
Notifications
You must be signed in to change notification settings - Fork 19
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Step 3. fails #137
Comments
you can use whichever directory you would like for the data directory. you don't even have to specify |
@jwasinger if i go without directory that way the custom genesis wouldn't be initialized i guess? Fatal: Failed to write genesis block: database already contains an incompatible genesis block (have d4e56740f876aef8, new 1a48e34978274c3c) |
That fatal. |
you need to delete your existing db ( |
Thanks mate you are helping a lot really. So i managed to run it, now i get this when i try to link up netstats
Any idea why? @jwasinger |
@daxdax89 Try with this command:
|
I think |
Ok seems to be running now? How does one see the whole explorer now? @jwasinger @hugo-dc Thanks a lot guys! <3 |
Are we sure? If so I'll update the public doc. |
Not sure what you mean by explorer here. See the links at http://ewasm.ethereum.org/. |
I've meant the ethstats yeah, sorry about that :) |
http://ewasm.ethereum.org:3003 looks like you aren't connected, if you are running a node. and both nodes show 1 peer connected (they are connected to each other) . So your geth node isn't running or didn't successfully connect to the network. |
@jwasinger You are right, ok i've tried again with swedish_fish, looks like peers connected still showing 0
It's timing out
|
For some reason your geth node isn't connecting to the testnet. |
i tried rerunning it now again, and it says that IPC and HTTP are registered. Here is the log:
|
set the log verbosity up to 12 Also, filter for entries containing the first 4-5 characters in the "enode" id (the string after post those. |
Enode starts like this
|
that's your enode. you need to filter for the one you are connecting to (passed as |
You are using EC2? what are the NSG rules for your instance? |
I've completely forgot about that, only ssh 22 is opened for inbound. Which ones should i open? |
You know what... the instructions for connecting a node to the testnet don't work for me either.... |
Added you do LinkedIn, let's chat and try to figure out then post the solution after or maybe edit instructions ? I appreciate all the help really, would like to make this thingie working :D |
I think I've discovered the source of the issues we are seeing. I need to roll some updates out to the testnet and then the instructions should work! Will let you know |
Awesome, glad to see this moving forwards :) Lmk, i will be up |
So I'm assuming that this is failing when you try to connect to ethstats? |
Yes |
Well it's hard to see what is happening without being able to reproduce your error. I'd recommend having the different components |
Ok i will try separated now, did you push new readme? Should i be following official readme now or still not updated and pushed? |
I tried every single step but i've placed them in different folders as you suggested. And every step worked perfectly! I feel like its a big progress but i still don't see it here: |
@daxdax89 sorry for the delay, the ethstats page contains a curated list of nodes, it won't show any other node. |
I am trying to do it with Herc and for me it fails at the step 3.
Download the genesis file and use it to initialize geth:
I've tried to make a directory manually as well but it still kept telling me there is no directory. I am using Ubuntu 18 from AWS EC2 instance. Is there anything that i am missing? Anyone got this figured out?
The text was updated successfully, but these errors were encountered: