<oembed><type>rich</type><version>1.0</version><author_name>npub1g6vxlp4e0nyhs2dqxxcryztyf5f5hyuaq93nw4r87zcnv0sdsa0qqsl5wd</author_name><author_url>https://nostr.ae/npub1g6vxlp4e0nyhs2dqxxcryztyf5f5hyuaq93nw4r87zcnv0sdsa0qqsl5wd</author_url><provider_name>njump</provider_name><provider_url>https://nostr.ae</provider_url><html>📅 Original date posted:2015-05-13&#xA;📝 Original message:On Sat, May 9, 2015 at 4:36 AM, Gregory Maxwell &lt;gmaxwell at gmail.com&gt; wrote:&#xA;&#xA;&gt; An example would&#xA;&gt; be tx_size = MAX( real_size &gt;&gt; 1,  real_size + 4*utxo_created_size -&#xA;&gt; 3*utxo_consumed_size).&#xA;&#xA;&#xA;This could be implemented as a soft fork too.&#xA;&#xA;* 1MB hard size limit&#xA;* 900kB soft limit&#xA;&#xA;S = block size&#xA;U = UTXO_adjusted_size = S + 4 * outputs - 3 * inputs&#xA;&#xA;A block is valid if S &lt; 1MB and U &lt; 1MB&#xA;&#xA;A 250 byte transaction with 2 inputs and 2 outputs would have an adjusted&#xA;size of 252 bytes.&#xA;&#xA;The memory pool could be sorted by fee per adjusted_size.&#xA;&#xA; Coin selection could be adjusted so it tries to have at least 2 inputs&#xA;when creating transactions, unless the input is worth more than a threshold&#xA;(say 0.001 BTC).&#xA;&#xA;This is a pretty weak incentive, especially if the block size is&#xA;increased.  Maybe it will cause a &#34;nudge&#34;&#xA;-------------- next part --------------&#xA;An HTML attachment was scrubbed...&#xA;URL: &lt;http://lists.linuxfoundation.org/pipermail/bitcoin-dev/attachments/20150513/0e8a97f2/attachment.html&gt;</html></oembed>