konradkonrad

Results 24 comments of konradkonrad

hey @fuzzyrobot ! Sorry for letting you wait forever ;( There are some issues we're working on, especially #5 -- I hope we have a working version again soon. If...

hey @fuzzyrobot #5 has a working workaround now, please try again!

@winsun have you had time to test again?

Until we get access to `dockerhub/ethereum` a temporary fix may be to build a container locally. I am working on a branch to do this, so we can examine the...

@SethVgr @ChihChengLiang please try the version in https://github.com/konradkonrad/docker-pyeth-cluster/tree/local-container (i.e. `git pull --rebase && git checkout local-container` in your local copy). And let me know, if this works for you! @SethVgr...

Hey @SethVgr -- the private key from configuration (-flag) is necessary, since we want to be able to determine the public enode-address for our custom bootstrap-node. ``` In [1]: from...

@SethVgr above log still shows the outdated pyethapp version (1.0.2). Please follow these steps: ``` cd docker-pyeth-cluster git pull --rebase git checkout local-container docker rmi ethereum/client-python make setup cd simple...

Thanks for your feedback @ChihChengLiang -- I merged the changes into master with #7

Hi @bundlking not sure, what the issue is. Once _statsmon_ is running (which your screenshot indicates), you should be able to open the netstats webpage. May be a port/ip/routing issue...

Alright, I have no OSX to try, but from reading the docs about how to [Acess container ports](https://docs.docker.com/installation/mac/#access-container-ports) on OSX, there seems to be one more indirection to tackle: Instead...