pandanite-crypto/pandanite

Why do I have such a large number of rejects?

Closed this issue · 4 comments

The block mint time is only 30 seconds, so if there are a lot of competing submissions the first one will win. Invalid block ID typically means the tip of the chain has already exceeded the ID of the block that was mined.

Note: We discovered a hack recently where miners were submitting invalid timestamps in the future. This led the tip of the chain to be slightly ahead causing mined blocks by other miners to get rejected due to "BLOCK_TIMESTAMP_TOO_OLD" error. We have updated the servers to fix this vulnerability.