livepeer-swarm icon indicating copy to clipboard operation
livepeer-swarm copied to clipboard

Nodes not respecting --maxpeers argument

Open dob opened this issue 7 years ago • 1 comments

Issue by dob Wednesday Mar 01, 2017 at 02:43 GMT Originally opened as https://github.com/livepeer/go-ethereum/issues/39


I have 5 nodes running, most with maxpeers 1, yet they're all connecting to one another.

dob avatar Mar 04 '17 14:03 dob

This happens because the node loads from config in the datadir first instead of the command line - so old config ends up being used. Likely a bug in the ethereum codebase.

ericxtang avatar Apr 27 '17 16:04 ericxtang