Dan Libby [ARCHIVE] on Nostr: 📅 Original date posted:2017-07-13 📝 Original message:On 07/13/2017 09:35 AM, ...
📅 Original date posted:2017-07-13
📝 Original message:On 07/13/2017 09:35 AM, Jameson Lopp wrote:
>
>
> On Thu, Jul 13, 2017 at 12:19 PM, Dan Libby via bitcoin-dev
> <bitcoin-dev at lists.linuxfoundation.org
> <mailto:bitcoin-dev at lists.linuxfoundation.org>> wrote:
>
> On 07/13/2017 06:39 AM, Hampus Sjöberg via bitcoin-dev wrote:
> >> I believe that a good reason not to wish your node to be segwit
> > compliant is to avoid having to deal with the extra bandwidth that
> > segwit could require. Running a 0.14.2 node means being ok with >1MB
> > blocks, in case segwit is activated and widely used. Users not
> > interested in segwit transactions may prefer to keep the cost of their
> > node lower.
> >
> > If the majority of the network decides to deploy SegWit, it would be in
> > your best interest to validate the SegWit transactions, because you
> > might will be downgraded to near-SPV node validation.
> > It would be okay to still run a "non-SegWit" node if there's no SegWit
> > transactions in the chain of transactions for your bitcoins, otherwise
> > you cannot fully verify the the ownership of your bitcoins.
> > I'm not sure the practicality of this in the long run, but it makes a
> > case for having an up-to-date non-SegWit node, although I think it's a
> > bit of a stretch.
>
> Right. Well, if I never upgrade to segwit, then there seems little
> (zero?) risk of having any segwit tx in my tx chain.
>
>
> If you mean you wish to avoid receiving UTXOs that have value that was
> at one point previously encumbered by a SegWit output then no, you can't
> avoid that. No more than you can currently avoid receiving BTC that were
> at one point in time encumbered by a P2SH output.
fair enough. This actually wasn't an area I'd considered much before
Hampus brought it up.
I would like to understand it a bit better, as I think it applies
equally to any pre-segwit node, yes? So let's say I am running 0.13.0
and someone sends me bitcoins to a P2PKH address, but that person
previously received them to a P2WPKH address.
If I understand correctly, my node will accept the incoming tx inputs
but obviously will not perform any segwit related validation, thus those
inputs are not fully validated. I don't yet understand how my node
thinks they are valid at all given that it does not understand P2WPKH
address format, so either it doesn't need to, or P2WPKH is somehow
already valid. I know this has all been discussed in the past, so if
someone can point me towards a document that explains it I'd be happy to
read that.
thanks!
Published at
2023-06-07 18:04:27Event JSON
{
"id": "e316b176b843f8bf1d9c0fb786ab40efd906c75d4ebe9f4f420fe06f342ee164",
"pubkey": "bee276d1ae3341411bf36280d4da29fe701581dff23dcd2a5d7ac65535f7d8f9",
"created_at": 1686161067,
"kind": 1,
"tags": [
[
"e",
"c3417a9d5ad76947acf26c6783addd471ca3bcc5d3ed57deae65203b0eaf5238",
"",
"root"
],
[
"e",
"307a85a3b4d73f6dca5849ece7edf6391843ad0b28e666dfc93a5e1837067a18",
"",
"reply"
],
[
"p",
"45d091c7bcdbb8674dc8b91c60f7323053ab1432c4c882fd2d9897fe502eebed"
]
],
"content": "📅 Original date posted:2017-07-13\n📝 Original message:On 07/13/2017 09:35 AM, Jameson Lopp wrote:\n\u003e \n\u003e \n\u003e On Thu, Jul 13, 2017 at 12:19 PM, Dan Libby via bitcoin-dev\n\u003e \u003cbitcoin-dev at lists.linuxfoundation.org\n\u003e \u003cmailto:bitcoin-dev at lists.linuxfoundation.org\u003e\u003e wrote:\n\u003e \n\u003e On 07/13/2017 06:39 AM, Hampus Sjöberg via bitcoin-dev wrote:\n\u003e \u003e\u003e I believe that a good reason not to wish your node to be segwit\n\u003e \u003e compliant is to avoid having to deal with the extra bandwidth that\n\u003e \u003e segwit could require. Running a 0.14.2 node means being ok with \u003e1MB\n\u003e \u003e blocks, in case segwit is activated and widely used. Users not\n\u003e \u003e interested in segwit transactions may prefer to keep the cost of their\n\u003e \u003e node lower.\n\u003e \u003e\n\u003e \u003e If the majority of the network decides to deploy SegWit, it would be in\n\u003e \u003e your best interest to validate the SegWit transactions, because you\n\u003e \u003e might will be downgraded to near-SPV node validation.\n\u003e \u003e It would be okay to still run a \"non-SegWit\" node if there's no SegWit\n\u003e \u003e transactions in the chain of transactions for your bitcoins, otherwise\n\u003e \u003e you cannot fully verify the the ownership of your bitcoins.\n\u003e \u003e I'm not sure the practicality of this in the long run, but it makes a\n\u003e \u003e case for having an up-to-date non-SegWit node, although I think it's a\n\u003e \u003e bit of a stretch.\n\u003e \n\u003e Right. Well, if I never upgrade to segwit, then there seems little\n\u003e (zero?) risk of having any segwit tx in my tx chain.\n\u003e \n\u003e \n\u003e If you mean you wish to avoid receiving UTXOs that have value that was\n\u003e at one point previously encumbered by a SegWit output then no, you can't\n\u003e avoid that. No more than you can currently avoid receiving BTC that were\n\u003e at one point in time encumbered by a P2SH output.\n\nfair enough. This actually wasn't an area I'd considered much before\nHampus brought it up.\n\nI would like to understand it a bit better, as I think it applies\nequally to any pre-segwit node, yes? So let's say I am running 0.13.0\nand someone sends me bitcoins to a P2PKH address, but that person\npreviously received them to a P2WPKH address.\n\nIf I understand correctly, my node will accept the incoming tx inputs\nbut obviously will not perform any segwit related validation, thus those\ninputs are not fully validated. I don't yet understand how my node\nthinks they are valid at all given that it does not understand P2WPKH\naddress format, so either it doesn't need to, or P2WPKH is somehow\nalready valid. I know this has all been discussed in the past, so if\nsomeone can point me towards a document that explains it I'd be happy to\nread that.\n\nthanks!",
"sig": "2e6afa222d91c6130de4767f5ef97985774182e7fa39bdc81e87776283ce232af400452d2a79482f15b52b1f5cc3d7f242a1eb7f354be3ce99fc3d69df0b4e99"
}