Post
Topic
Board Development & Technical Discussion
Re: Cheap way to attack blockchain
by
BlockSense
on 31/01/2016, 13:27:25 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).

Will have a read of this.