Bootstrap node does not work (regular nodes only see bootstrap node)
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
Same problem here.
Did either of you find a solution?
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...
have a look at https://github.com/paritytech/parity-deploy
@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.)