ethereum / node-ethereum

[DEPRECATED] a simple standalone or embeddable Ethereum client written for Node.js
GNU General Public License v2.0
46 stars 38 forks source link

Added Peer Reputation Managment #35

Closed Latrasis closed 9 years ago

Latrasis commented 9 years ago

32

Every Peer starts out with 3 Reputation Points, for every missed connection a peer loses one point. If the peer ends up with 0 points, it is deleted from the db.

wanderer commented 9 years ago

so this looks good except that I think peers should get upvotes if you can reconnect to them.