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

Bootstrap node does not work (regular nodes only see bootstrap node)

Open ghost opened this issue 7 years ago • 5 comments

Problem: Bootstrap node can see all the nodes in the private network (peers=number of nodes), but each regular node only can see bootstrap node (peers=1).

So, if we have 2 nodes (eth1 and eth2) and a bootstrap node (bootstrap), what we will have is: peers of eth1 = 1 peers of eth2 = 1 peers of bootstrap = 2

Bootstrap node does not have to help regular nodes with discovery protocol? How can I fix this situation? Maybe is a problem of docker communication? (ip adrresses seem right) The only possible solution I found is add peers statically, manually.

Thanks in advance

ghost avatar Mar 29 '18 18:03 ghost

Same problem here.

neacsu avatar Jul 23 '18 12:07 neacsu

Did either of you find a solution?

tjanson avatar Jan 26 '19 03:01 tjanson

Did either of you find a solution?

No @tjanson and I did not try to fix it since I post this issue... you? It seems a problem within docker-compose.yaml config...

miguelmtzinf avatar Jan 26 '19 17:01 miguelmtzinf

have a look at https://github.com/paritytech/parity-deploy

2075 avatar Jan 27 '19 17:01 2075

@miguelmartinezinf I don’t have a fix, no.

@2075 Thanks, according to the README that doesn’t support proof-of-work consensus though. (I’m trying to run small-scale PoW blockchain networks, e.g. with twenty nodes.)

tjanson avatar Jan 27 '19 23:01 tjanson