Skip to content
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

Add support for mist #1

Open
tayzlor opened this issue Apr 28, 2016 · 2 comments
Open

Add support for mist #1

tayzlor opened this issue Apr 28, 2016 · 2 comments

Comments

@tayzlor
Copy link
Contributor

tayzlor commented Apr 28, 2016

https://github.com/ethereum/mist

@RomainClaret
Copy link

Hello, sorry to interrupt, but did you find a solution to be able to connect to the cluster from a client on the host machine?

I tried with alternatives like this but without success:

rm -rf /.ethereum/tmpprivate; geth --datadir=/.ethereum/tmpprivate --networkid=456789 --genesis=~/Docker/ethereum-docker/files/genesis.json --bootnodes='enode://288b97262895b1c7ec61cf314c2e2004407d0a5dc77566877aad1f2a36659c8b698f4b56fd06c4a0c0bf007b4cfb3e7122d907da3b005fa90e724441902eb19e@192.168.99.100:30303'

While doing a tcpdump on the bootstrap docker machine, I can see that a message is received, but the 30303 port is unreachable. Note that the bootstrap machine took a random port.

@DirectX
Copy link

DirectX commented Jun 16, 2017

You can connect using RPC from your host machine:
mist --rpc http://localhost:8545

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

No branches or pull requests

3 participants