mirror of
https://github.com/seigler/dash-docs
synced 2025-07-27 09:46:12 +00:00
Content - Delete removed misbehaving messages
- Eliminated by DIP3 MNs
This commit is contained in:
parent
456d988354
commit
4ef18de8fd
1 changed files with 0 additions and 13 deletions
|
@ -627,23 +627,10 @@ information. If a peer gets a banscore above the `-banscore=<n>` threshold
|
||||||
| Masternode Authentication | Duplicate Message | **100** | Only 1 message allowed (`mnauth` message)
|
| Masternode Authentication | Duplicate Message | **100** | Only 1 message allowed (`mnauth` message)
|
||||||
| Masternode Authentication | Signature<!--noref--> | **100** | Peer relayed a message with an invalid signature (`mnauth` message)
|
| Masternode Authentication | Signature<!--noref--> | **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 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 | 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 Object | 20 | Peer relayed an invalid governance object (`govobj` message)
|
||||||
| Governance | Invalid Vote | 20 | Peer relayed an invalid/invalid old vote(`govobjvote` 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)
|
| 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<!--noref--> | 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<!--noref--> | 10 | Peer relayed a message with an invalid signature (`dsq` message)
|
| PrivateSend | Signature<!--noref--> | 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 | Invalid Time | **100** | Peer relayed a spork with a timestamp too far in the future (`spork` message)
|
||||||
| Spork | Signature<!--noref--> | **100** | Peer relayed a spork with an invalid signature (`spork` message)
|
| Spork | Signature<!--noref--> | **100** | Peer relayed a spork with an invalid signature (`spork` message)
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue