2
Assume that I want to store some arbitrary data on the Bitcoin blockchain via a single transaction.
Question: Is there any upper bound on the size of data I want to send via a single transaction?
--
Edit: I need to know how much "arbitrary data" I can store in the blockchain via a single transaction. Is there any upper bound on the field of the transaction that allows "some arbitrary data" to be stored in it?
@RaghavSood Thanks for the link provided. The main difference, here is that I need to know how much "arbitrary data" in the transaction data field I can send to the blockchain. – user153465 – 2018-10-05T11:51:32.550
1
@user153465 https://bitcoin.stackexchange.com/q/78572/60443
– JBaczuk – 2018-10-05T12:13:28.543https://bitcoin.stackexchange.com/questions/29554/explanation-of-what-an-op-return-transaction-looks-like – user153465 – 2018-10-05T12:29:43.820
as comment, cause answer section is already closed... I think it is only a duplicate, if within the idea of "OP_RETURN". But the original post didn't ask explicitly for OP_RETURN. Just how to put arbitrary data into the blockchain. One could think of creating a P2SH transaction, which has a script limit of 520 Bytes, and the tx would have many inputs/outputs, up to tx maxsize (https://en.bitcoin.it/wiki/Protocol_rules#.22tx.22_messages).
– pebwindkraft – 2018-10-07T18:13:22.333