Skip to content
This repository has been archived by the owner on Oct 28, 2021. It is now read-only.

eth stable client does not connect #939

Closed
sveneh opened this issue Feb 3, 2015 · 4 comments
Closed

eth stable client does not connect #939

sveneh opened this issue Feb 3, 2015 · 4 comments
Labels

Comments

@sveneh
Copy link

sveneh commented Feb 3, 2015

fresh Ubuntu 14.04, installed from scratch
Installed ethereum stable ppa

Following the instructions at https://github.com/ethereum/cpp-ethereum/wiki/Using-Ethereum-CLI-Client

I started two clients on the same machines with the example given. In addition to the example, I also added local-networking and turned upnp off.

these are the commands:

mkdir c1
eth -d c1 -L --upnp off -v 9 -u 127.0.0.1 -l 30303 

and

mkdir c2
eth -d c2 -L --upnp off -v 9 -u 127.0.0.1 -l 30300 -p 30303 127.0.0.1

I only get

Ethereum (++) 0.7.14
  Code by Gav Wood, (c) 2013, 2014.
  Based on a design by Vitalik Buterin.

*N* [ 12:22:30 | main ] IP Address: 10.10.42.122  = [LOCAL]
*N* [ 12:22:30 | main ] Id: dd676498…
*** [ 12:22:30 | main ] Opened blockchain DB. Latest: 779b1b620b03c0fb24963e183d5e88e3dbe4484e3f6e2aa05942e3be7b48e179
*** [ 12:22:30 | main ] Opened state DB.
Address: 
2b7df1e71031a0eb00baacb0c354abd4272c70a9
*N* [ 12:22:30 | p2p ] Id: dd676498…
*** [ 12:22:30 | eth ] New block on chain: Restarting mining operation.

It stays there forever. In both clients.

How do I connect those two nodes?

@sveneh sveneh changed the title eth stable client do not connect eth stable client does not connect Feb 3, 2015
@romanman
Copy link

romanman commented Feb 3, 2015

@sveneh : maybe you can set the income port for the
first one to 30302 or something like that

@sveneh
Copy link
Author

sveneh commented Feb 4, 2015

I tried what @romanman proposed, but it doesn't change anything.

@gavofyork
Copy link
Contributor

looking into it today

@gavofyork
Copy link
Contributor

Fixed in latest develop. Please reopen if doesn't work for you.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
Projects
None yet
Development

No branches or pull requests

3 participants