Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update OP_RETURN Size Limit to 80 Bytes #690

Closed
adamkrellenstein opened this issue Feb 3, 2015 · 10 comments
Closed

Update OP_RETURN Size Limit to 80 Bytes #690

adamkrellenstein opened this issue Feb 3, 2015 · 10 comments

Comments

@adamkrellenstein
Copy link
Member

Next version of Bitcoin Core should relay transactions with an 80-byte OP_RETURN output: bitcoin/bitcoin#5286.

Still probably can't make this the default encoding mechanism yet, because it'll be slower than multi-sig. See #691.

@deweller
Copy link
Contributor

deweller commented Feb 3, 2015

Interesting. Out of curiosity, why would this method be slower?

@adamkrellenstein
Copy link
Member Author

Oh, just because some minering pools have OP_RETURN support turned off, last I checked. If that ever changes, we can default to using OP_RETURN when the payload size is small enough.

@btcdrak
Copy link
Contributor

btcdrak commented Feb 3, 2015

@adamkrellenstein Mining pools mine OP_RETURN, there are no problems with it but until Bitcoin 0.11 rolls out, there is no point changing the encoding defaults because most nodes wont relay 80 byte OP_RETURNs

@adamkrellenstein
Copy link
Member Author

@btcdrak, really? We can start using 40-byte OP_RETURNs now, then. EDIT: That's big enough for a send transaction, I think.

@btcdrak
Copy link
Contributor

btcdrak commented Feb 3, 2015

sure, 40-bytes relays and mines. There are a ton of services using OP_RETURN encodings already.

@adamkrellenstein
Copy link
Member Author

As I said, last I checked, one of the big pools wasn't mining them, so there was often a delay.

@adamkrellenstein
Copy link
Member Author

@btcdrak
Copy link
Contributor

btcdrak commented Feb 3, 2015

BTCGuild dont matter anymore, they are 3%. Eligius also blocks counterparty txs regardless.

@adamkrellenstein
Copy link
Member Author

Haha. See #691.

@robby-d
Copy link
Contributor

robby-d commented Feb 11, 2016

Closed, as this is implemented.

@robby-d robby-d closed this as completed Feb 11, 2016
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants