Create account

Tom
replied 2262d
Looks pretty good. Can't all the post chunks be in the same tx though? Why create multiple txs when you can just create multiple OP_RETURN outputs? It's more efficient.
replied 2262d
You can only have 1 OP_RETURN output per transaction.
Tom
replied 2262d
Thanks TIL. Is there a reason why?
replied 2262d
I think to limit the amount of data per transaction, otherwise the 80 byte limit wouldn't mean much if you could have multiple.
Tom
replied 2262d
Having a limit at all seems counterintuitive, now that projects are finding ways around it (inefficiently). I think BCH could enable multiple OP_RETURN outputs without a hard fork.