You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Aug 8, 2018. It is now read-only.
pyethapp should instantiate peers as described in the simple.docker-compose.yml file. Peers should be able to exchange data with each other within the locally defined network not requiring any resources outside of this network .
Observed behaviour
pyethapp is unable to find peers. The network hangs with each peer looking up other peers. The logs are below:
In a VirtualBox debian virtual machine, create a python 2.7.9 virtual environment, install docker and docker-compose, clone this, go to simple directory and run # docker-compose scale bootstrap=1 miner=2 eth=3 while in the virtual environment (initialize the environment as root in order to be able to read from the docker's UNIX socket).
The text was updated successfully, but these errors were encountered:
@ChihChengLiang & @SethVgr thanks for reporting! Unfortunately the client containers at ethereum/client-python are depressingly outdated (client_version=pyethapp/v1.0.3/linux2/py2.7.9). See konradkonrad/docker-pyeth-cluster#5.
Also this ticket is not directly related to pyethapp, so let's proceed over there!
I'm trying to run a private network as described here. I've managed to go through all steps but pyethapp is unable to connect to peers.
Checklist
pyethapp
inside a virtualenv# docker-compose scale bootstrap=1 miner=2 eth=3
System/environment
Expected behaviour
pyethapp should instantiate peers as described in the simple.docker-compose.yml file. Peers should be able to exchange data with each other within the locally defined network not requiring any resources outside of this network .
Observed behaviour
pyethapp is unable to find peers. The network hangs with each peer looking up other peers. The logs are below:
Steps to reproduce
In a VirtualBox debian virtual machine, create a python 2.7.9 virtual environment, install docker and docker-compose, clone this, go to simple directory and run
# docker-compose scale bootstrap=1 miner=2 eth=3
while in the virtual environment (initialize the environment as root in order to be able to read from the docker's UNIX socket).The text was updated successfully, but these errors were encountered: