Thomas Guyot-Sionnest [ARCHIVE] on Nostr: 📅 Original date posted:2017-08-21 📝 Original message:On 21/07/17 03:59 PM, ...
📅 Original date posted:2017-08-21
📝 Original message:On 21/07/17 03:59 PM, Lucas Clemente Vella via bitcoin-dev wrote:
> 2017-07-21 16:28 GMT-03:00 Major Kusanagi via bitcoin-dev
> <bitcoin-dev at lists.linuxfoundation.org
> <mailto:bitcoin-dev at lists.linuxfoundation.org>>:
>
> [...] But the fact is that if we want to make bitcoins last forever,
> we have the accept unbounded UTXO growth, which is unscalable. So
> the only solution is to limit UTXO growth, meaning bitcoins cannot
> last forever. This proposed solution however does not prevent
> Bitcoin from lasting forever.
>
>
> Unless there is a logical contradiction in this phrasing, the proposed
> solution does not improves scalability:
> - "Bitcoins lasting forever" implies "unscalable";
> - "not prevent Bitcoin from lasting forever" implies "Bitcoins lasting
> forever";
> - Thus: "not prevent Bitcoin from lasting forever" implies "unscalable".
>
> In practice, the only Bitcoin lost would be those whose owners forgot
> about or has lost the keys, because everyone with a significant amount
> of Bitcoins would always shift them around before it loses any luster (I
> wouldn't bother to move my Bitcoins every 10 years). I don't know how to
> estimate the percentage of UTXO is actually lost/forgotten, but I have
> the opinion it isn't worth the hassle.
>
> As a side note, your estimate talks about block size, which is
> determines blockchain size, which can be "safely" pruned (if you are not
> considering new nodes might want to join the network, in case the full
> history is needed to be stored somewhere). But UTXO size, albeit related
> to the full blockchain size, is the part that currently can not be
> safely pruned, so I don't see the relevance of the analysis.
I think if we wanted to burn lost/stale coins a better approach would be
returning them to miner's as a fee - there will always be lost coins and
miners will be able to get that additional revenue stream as the mining
reward halves. I also don't think we need to worry about doing a gradual
value loss neither, we should just put a limit on UTXO age in block
count (actually I would round it up to 210k blocks as explained below...).
So lets say for example we decide to keep 5 210k blocks "generations"
(that's over 15 years), then on the first block of the 6th generation
all UTXO's from the 1st generation are invalidated and returned into a
"pool".
Given these (values in satoshis):
Pool "P" (invalided UTXO minus total value reclaimed since last halving)
Leftover blocks "B" (210,000 minus blocks mined since last halving)
Then every mined block can reclaim FLOOR(P/B) satoshi in addition to
miner's reward and tx fees.
If the last block of a generation does not get the remainder of the pool
(FLOOR(P/1) == P) it should get carried over.
This would ensure we can clear old blocks after a few generations and
that burnt/lost coins eventually get back in circulation. Also it would
reduce the reliance of miners on actual TX fees.
To avoid excessive miner reward initially, for the first few iterations
the value of B could be increased (I haven't calculated the UTXO size of
the first 210k blocks but it could be excessively high...) or the value
each block can reclaim could be caped (so we would reclaim at an
artificial capacity until the pool depletes...).
Regards,
--
Thomas
Published at
2023-06-07 18:04:52Event JSON
{
"id": "a9591003fcc49c8ff145121e14ade93417ebce5f65bbb79b817a94d7068611f9",
"pubkey": "8e9ded2eb9fca290998203d61b6d50df7ac2f6dcf13d8c484cbdee405f963df7",
"created_at": 1686161092,
"kind": 1,
"tags": [
[
"e",
"0c6b4b39952a477652831cf44f1b98052b758ac89592ff172262f8fe76fd14d7",
"",
"reply"
],
[
"p",
"a23dbf6c6cc83e14cc3df4e56cc71845f611908084cfe620e83e40c06ccdd3d0"
]
],
"content": "📅 Original date posted:2017-08-21\n📝 Original message:On 21/07/17 03:59 PM, Lucas Clemente Vella via bitcoin-dev wrote:\n\u003e 2017-07-21 16:28 GMT-03:00 Major Kusanagi via bitcoin-dev\n\u003e \u003cbitcoin-dev at lists.linuxfoundation.org\n\u003e \u003cmailto:bitcoin-dev at lists.linuxfoundation.org\u003e\u003e:\n\u003e \n\u003e [...] But the fact is that if we want to make bitcoins last forever,\n\u003e we have the accept unbounded UTXO growth, which is unscalable. So\n\u003e the only solution is to limit UTXO growth, meaning bitcoins cannot\n\u003e last forever. This proposed solution however does not prevent\n\u003e Bitcoin from lasting forever.\n\u003e \n\u003e \n\u003e Unless there is a logical contradiction in this phrasing, the proposed\n\u003e solution does not improves scalability:\n\u003e - \"Bitcoins lasting forever\" implies \"unscalable\";\n\u003e - \"not prevent Bitcoin from lasting forever\" implies \"Bitcoins lasting\n\u003e forever\";\n\u003e - Thus: \"not prevent Bitcoin from lasting forever\" implies \"unscalable\".\n\u003e \n\u003e In practice, the only Bitcoin lost would be those whose owners forgot\n\u003e about or has lost the keys, because everyone with a significant amount\n\u003e of Bitcoins would always shift them around before it loses any luster (I\n\u003e wouldn't bother to move my Bitcoins every 10 years). I don't know how to\n\u003e estimate the percentage of UTXO is actually lost/forgotten, but I have\n\u003e the opinion it isn't worth the hassle.\n\u003e \n\u003e As a side note, your estimate talks about block size, which is\n\u003e determines blockchain size, which can be \"safely\" pruned (if you are not\n\u003e considering new nodes might want to join the network, in case the full\n\u003e history is needed to be stored somewhere). But UTXO size, albeit related\n\u003e to the full blockchain size, is the part that currently can not be\n\u003e safely pruned, so I don't see the relevance of the analysis.\n\nI think if we wanted to burn lost/stale coins a better approach would be\nreturning them to miner's as a fee - there will always be lost coins and\nminers will be able to get that additional revenue stream as the mining\nreward halves. I also don't think we need to worry about doing a gradual\nvalue loss neither, we should just put a limit on UTXO age in block\ncount (actually I would round it up to 210k blocks as explained below...).\n\n\nSo lets say for example we decide to keep 5 210k blocks \"generations\"\n(that's over 15 years), then on the first block of the 6th generation\nall UTXO's from the 1st generation are invalidated and returned into a\n\"pool\".\n\nGiven these (values in satoshis):\n\nPool \"P\" (invalided UTXO minus total value reclaimed since last halving)\nLeftover blocks \"B\" (210,000 minus blocks mined since last halving)\n\nThen every mined block can reclaim FLOOR(P/B) satoshi in addition to\nminer's reward and tx fees.\n\nIf the last block of a generation does not get the remainder of the pool\n(FLOOR(P/1) == P) it should get carried over.\n\n\nThis would ensure we can clear old blocks after a few generations and\nthat burnt/lost coins eventually get back in circulation. Also it would\nreduce the reliance of miners on actual TX fees.\n\n\nTo avoid excessive miner reward initially, for the first few iterations\nthe value of B could be increased (I haven't calculated the UTXO size of\nthe first 210k blocks but it could be excessively high...) or the value\neach block can reclaim could be caped (so we would reclaim at an\nartificial capacity until the pool depletes...).\n\n\nRegards,\n\n--\nThomas",
"sig": "6e010ef1143a1fcfa5b761949c2606614ba07b753fbe7c5c669b4e3b3e525a8ac74a9e358a48e1fa10fc804e08937901f99d6a21bc5754a0ae301dbd48311bac"
}