Jorge Timón [ARCHIVE] on Nostr: 📅 Original date posted:2015-10-05 📝 Original message:On Mon, Oct 5, 2015 at ...
📅 Original date posted:2015-10-05
📝 Original message:On Mon, Oct 5, 2015 at 2:10 PM, Mike Hearn <hearn at vinumeris.com> wrote:
> Hi Jorge,
>
> I'm glad we seem to be reaching agreement that hard forks aren't so bad
> really and can even have advantages. It seems the remaining area of
> disagreement is this rollout specifically.
>>
>> a non-upgraded full node and an upgraded full will converge on what they
>> see: "the most-work valid chain" will be the same for both.
>
> Indeed it will, but the point of fully verifying is to not converge with the
> miner majority, if something goes wrong and they aren't following the same
> rules as you. Defining "work" as "converge with miner majority" is fine for
> SPV wallets and a correct or at least reasonable definition. But not for
> fully verifying nodes, where non-convergence is an explicit design goal!
> That's the only thing that stops miners awarding themselves infinite free
> money!
As Greg explained to you repeatedly, a softfork won't cause a
non-upgraded full node to start accepting blocks that create more
subsidy than is valid.
It's only the new rule (in this case, BIP65) that they won't validate.
That's very different security from an SPV node, and as Greg also
explained, SPV nodes could be much more secure than bitcoinj nodes
(they could, for example, validate the coinbase transaction of every
block).
If a non-upgraded node it's not a "full node" for you, that's fine,
but it is for everyone else. So please stop confusing other people.
Assuming the majority of the hashrate upgraded, there's almost no risk
for non-upgraded full nodes.
>> Are you going to produce a bip65 hardfork alternative to try to convince
>> people of its advantages over bip65 (it is not clear to me how you include a
>> new script operand via hardfork)?
>
> No, I'm focused on the block size issue right now. I don't think there's
> much point in improving the block chain protocol if most users are going to
> be unable to use it. But the modification is simple, right? You just replace
> this bit:
>
> CHECKLOCKTIMEVERIFY redefines the existing NOP2 opcode
>
> with this
>
> CHECKLOCKTIMEVERIFY defines a new opcode (0xc0)
>
> and that's it. The section upgrade and testing plan only says TBD so that
> part doesn't even need to change at all, as it's not written yet.
Thanks, I wasn't aware that there was room for new opcodes that
weren't noops already.
Can you give an example of an attack in which a non-upgraded full node
wallet is defrauded with BIP65 but could not with the hardfork
alternative (that nobody seems to be willing to implement)?
Please, don't assume 0 confirmation transactions or similar
unreasonable assumptions (ie see section 11 "Calculations" of the
Bitcoin whitepaper).
Published at
2023-06-07 17:42:01Event JSON
{
"id": "b2dbfb31150b83408337f8baf78bd8e8d1dacfadae9c43dff38c0b8b342065fe",
"pubkey": "498a711971f8a0194289aee037a4c481a99e731b5151724064973cc0e0b27c84",
"created_at": 1686159721,
"kind": 1,
"tags": [
[
"e",
"7ff2050ebdfe33f92ad46edcffb5d61f26a94f61437237faeeaedfedde460e1c",
"",
"root"
],
[
"e",
"56537f8d32f0dc57665d9a5d54a2c9ea71cc1ce78f084deb9a0539c6018f5440",
"",
"reply"
],
[
"p",
"f2c95df3766562e3b96b79a0254881c59e8639f23987846961cf55412a77f6f2"
]
],
"content": "📅 Original date posted:2015-10-05\n📝 Original message:On Mon, Oct 5, 2015 at 2:10 PM, Mike Hearn \u003chearn at vinumeris.com\u003e wrote:\n\u003e Hi Jorge,\n\u003e\n\u003e I'm glad we seem to be reaching agreement that hard forks aren't so bad\n\u003e really and can even have advantages. It seems the remaining area of\n\u003e disagreement is this rollout specifically.\n\u003e\u003e\n\u003e\u003e a non-upgraded full node and an upgraded full will converge on what they\n\u003e\u003e see: \"the most-work valid chain\" will be the same for both.\n\u003e\n\u003e Indeed it will, but the point of fully verifying is to not converge with the\n\u003e miner majority, if something goes wrong and they aren't following the same\n\u003e rules as you. Defining \"work\" as \"converge with miner majority\" is fine for\n\u003e SPV wallets and a correct or at least reasonable definition. But not for\n\u003e fully verifying nodes, where non-convergence is an explicit design goal!\n\u003e That's the only thing that stops miners awarding themselves infinite free\n\u003e money!\n\nAs Greg explained to you repeatedly, a softfork won't cause a\nnon-upgraded full node to start accepting blocks that create more\nsubsidy than is valid.\nIt's only the new rule (in this case, BIP65) that they won't validate.\nThat's very different security from an SPV node, and as Greg also\nexplained, SPV nodes could be much more secure than bitcoinj nodes\n(they could, for example, validate the coinbase transaction of every\nblock).\nIf a non-upgraded node it's not a \"full node\" for you, that's fine,\nbut it is for everyone else. So please stop confusing other people.\nAssuming the majority of the hashrate upgraded, there's almost no risk\nfor non-upgraded full nodes.\n\n\u003e\u003e Are you going to produce a bip65 hardfork alternative to try to convince\n\u003e\u003e people of its advantages over bip65 (it is not clear to me how you include a\n\u003e\u003e new script operand via hardfork)?\n\u003e\n\u003e No, I'm focused on the block size issue right now. I don't think there's\n\u003e much point in improving the block chain protocol if most users are going to\n\u003e be unable to use it. But the modification is simple, right? You just replace\n\u003e this bit:\n\u003e\n\u003e CHECKLOCKTIMEVERIFY redefines the existing NOP2 opcode\n\u003e\n\u003e with this\n\u003e\n\u003e CHECKLOCKTIMEVERIFY defines a new opcode (0xc0)\n\u003e\n\u003e and that's it. The section upgrade and testing plan only says TBD so that\n\u003e part doesn't even need to change at all, as it's not written yet.\n\nThanks, I wasn't aware that there was room for new opcodes that\nweren't noops already.\nCan you give an example of an attack in which a non-upgraded full node\nwallet is defrauded with BIP65 but could not with the hardfork\nalternative (that nobody seems to be willing to implement)?\nPlease, don't assume 0 confirmation transactions or similar\nunreasonable assumptions (ie see section 11 \"Calculations\" of the\nBitcoin whitepaper).",
"sig": "170b9d215db9693eb41d9362e47b5c979e3465baf7e9da7aec4db1968ef96a752ea8d175bd2e884a7717d11b5d058a92667b704deb47be2db95dd886c4f0326e"
}