<
 
 
 
 
×
>
hide You are viewing an archived web page, collected at the request of Ethereum Foundation using Archive-It. This page was captured on 09:46:48 May 06, 2021 , and is part of the Community collection. The information on this web page may be out of date. See All versions of this archived page. Loading media information

How to link pyethereum peers with each other?

SandmanSandman Member Posts: 3
Hi, I've locally setup small 10 peers network (each node have separate folder, config, db and port) , and provided peers.json file:
[["127.0.0.1","30301"],["127.0.0.1","30302"],["127.0.0.1","30303"],["127.0.0.1","30304"],["127.0.0.1","30305"],["127.0.0.1","30306"],["127.0.0.1","30307"],["127.0.0.1","30308"],["127.0.0.1","30309"],["127.0.0.1","30310"] ]

But when I start nodes, I see this list only as http://127.0.0.1:30203/peers/known and http://127.0.0.1:30203/peers/connected is empty.
Also, as I see from logs, each peer started to mine it's one chain separately.

How to link peers with each other and mine common chain?

Thank you.

Comments

Sign In or Register to comment.