Post
Topic
Board Development & Technical Discussion
Re: Cheap way to attack blockchain
by
basil00
on 02/12/2015, 04:03:04 UTC
This attack can be made more effective by exploiting this.  That is, instead of a vanilla OP_RETURN you use the script:

Code:
   OP_RETURN OP_CHECKMULTISIG

This counts as a extra 20 sigOps.  This bug is fixed in 0.12.0 (by making this script non-standard).