mimblewimble/grin

Identify and ban total proof of work cheats

Open

#1139 opened on Jun 5, 2018

View on GitHub
 (4 comments) (0 reactions) (0 assignees)Rust (4,876 stars) (991 forks)batch import
enhancementhelp wanted

Description

During header sync, we trust the total difficulty given by peers during the handshake to select who to get headers from. This is easy to lie about. We need to identify when a node fails to send us headers to match that total difficulty and ban them.

Contributor guide