ethereum-docker icon indicating copy to clipboard operation
ethereum-docker copied to clipboard

Add support for mist

Open tayzlor opened this issue 9 years ago • 2 comments

https://github.com/ethereum/mist

tayzlor avatar Apr 28 '16 10:04 tayzlor

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.

RomainClaret avatar Jun 08 '16 15:06 RomainClaret

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

DirectX avatar Jun 16 '17 13:06 DirectX