Bitcoin Core Github
44 subscribers
121K links
Download Telegram
⚠️ jotapea opened an issue: "Decouple Datacarrier Size and Nulldata Output Limits"
(https://github.com/bitcoin/bitcoin/issues/33595)
# DRAFT: PR #X Decouple Datacarrier Size and Nulldata Output Limits for Granular OP_RETURN Policy

Status: Draft | Target: Bitcoin Core v30.1 (Q4 2025) | Author: @jotapea

## Motivation

With Bitcoin Core v30, support for multiple OP_RETURN outputs has been introduced, allowing up to 100,000 bytes in total.

This change aligns with miner incentives to accept data storage use, while enhancing Bitcoin's "censorship resistance". This is social debate, and out of the scope of this PR.

However, v30'
...