Post
Topic
Board Development & Technical Discussion
Re: Cheap way to attack blockchain
by
hetecon
on 04/12/2015, 06:19:51 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).

interesting thing to see here. i trying to get this script lang down lol