diff --git a/_includes/devdoc/guide_p2p_network.md b/_includes/devdoc/guide_p2p_network.md index 5d66ca01..057acaeb 100644 --- a/_includes/devdoc/guide_p2p_network.md +++ b/_includes/devdoc/guide_p2p_network.md @@ -627,23 +627,10 @@ information. If a peer gets a banscore above the `-banscore=` threshold | Masternode Authentication | Duplicate Message | **100** | Only 1 message allowed (`mnauth` message) | Masternode Authentication | Signature | **100** | Peer relayed a message with an invalid signature (`mnauth` message) | Masternode Authentication | Invalid MN | 10 | Peer not in the valid masternode list (`mnauth` message) -| Masternode Manager | Invalid Broadcast | **Varies** | Timestamp in past (1), public key issue (**100**), signature issue (**100**), or collateral doesn't match vin (33) (`mnb` message) -| Masternode Manager | Invalid Ping | **Varies** | Signature too far in future (1), bad ping signature (33) -| Masternode Manager | List Sync | 34 | Requesting a sync of the entire masternode list too frequently (`dseg` message) -| Masternode Manager | Verify | 20 | Peer requested a verification too recently (`mnv` message) -| Masternode Manager | Unrequested Verify | 20 | Peer provided unrequested verification (`mnv` message) -| Masternode Manager | Verify Nonce | 20 | Masternode verification contains the wrong nonce (`mnv` message) -| Masternode Manager | Verify Block Height| 20 | Masternode verification contains the wrong block height (`mnv` message) -| Masternode Manager | Duplicate Verify | 20 | Peer provided a duplicate verification (`mnv` message) -| Masternode Manager | Invalid Masternode | 20 | No masternode found for the provided address (`mnv` message) -| Masternode Manager | Invalid Verify | **100** | Masternode "verified" itself (`mnv` message) | Governance | Sync | 20 | Requesting a governance sync too frequently (`govsync` message with empty hash) | Governance | Invalid Object | 20 | Peer relayed an invalid governance object (`govobj` message) | Governance | Invalid Vote | 20 | Peer relayed an invalid/invalid old vote(`govobjvote` message) | Governance | Unsupported Vote Signal | 20 | Vote signal outside the accepted range (see `govobjvote` message) -| Masternode Payment | Sync | 20 | Requesting a masternode payment sync too frequently (`mnget` message) -| Masternode Payment | Vote Signature | 20 | Invalid signature on payment vote (`mnw` message) -| Masternode Payment | Non-quorum Vote | 20 | Payment vote from masternode not in the quorum. Rule activates with DIP1 (`mnw` message) | PrivateSend | Signature | 10 | Peer relayed a message with an invalid signature (`dsq` message) | Spork | Invalid Time | **100** | Peer relayed a spork with a timestamp too far in the future (`spork` message) | Spork | Signature | **100** | Peer relayed a spork with an invalid signature (`spork` message)