Matthew Mitchell [ARCHIVE] on Nostr: 📅 Original date posted:2012-09-11 📝 Original message:On 11 Sep 2012, at 20:42, ...
đź“… Original date posted:2012-09-11
📝 Original message:On 11 Sep 2012, at 20:42, Gregory Maxwell <gmaxwell at gmail.com> wrote:
> Someone can do that just by pipelining the one at a time requests.
> How much bandwidth do you think you could save over that?
You wouldn't need to pipeline the requests, just place more than one inventory vector in get data, right? Well my messages would save the space of those inventory vectors. Instead of needing 36 byte inventory vectors for each transaction and a var int, you would need two var ints only. And then the transaction responses only need one header, so you save 24 bytes for each transaction after the first. You could say that is a small benefit.
> I don't see what value this provides. For protecting against the
> future you might as well suggest uploading x86 code which gets
> executed to select transactions. "Protects against the future". Can
> you clarify some more about exactly how you think it would help?
Well it depends on wether you seriously think bitcoin blocks should be limited at a million bytes or not.
> it's not clear to me how your proposal is really all that useful for
> very large blocks: I looks like it would lot of bytes sending
> redundant tree data.
Look at bittorrent. With bittorrent you don't download files from a single peer all at once.
> Bitcoin gets its value through scarcity. There are two kinds of
> scarcity that are economically important, scarcity of the coins— there
> will never be more than 21 million— and scarcity of the block space
> which, as the protocol is defined and enforced by every node can not
> be more than 1MB. The latter scarcity is what makes the security model
> economically sane.
Why wouldn't requesting minimum fees in the software work as is done currently?
> Fortunately, its perfectly possible to make transactions denominated
> in bitcoin outside of the blockchain, and in a secure and distributed
> manner that respects the principles that make bitcoin attractive, but
> with information hiding that improves privacy, transaction speed, and
> scalability. See, e.g. the good work being done by Open transactions
> to create distributed cryptographic banks. So blockchain scarcity
> itself doesn't prevent Bitcoin from being a one world currency
> (something which isn't at all sane no matter how big you make the
> blocks if you don't allow for other modes of transaction processing—
> who the heck wants to possibly wait an hour to get a 1 confirm
> sodapop??).
So what you essentially suggest is having bitcoin banks that maintain trust through Open Transaction contracts which contains proof of agreement, providing some legal protection? One wonders why have bitcoin at all then? Why not have an elaborate e-money system between several banks using Open Transactions? Bitcoin doesn't just contain proof of if something was done right or not, it contains actual certainty that it will be done right. And how does Open Transactions prevent fractional reserve fraud?
I suppose when people consider bitcoin banks, they will consider bitcoin being useless.
> but I know that changing it is precisely as
> technically difficult as changing the 21 million limit
Set the change to occur at some block in the future leaving time for people to upgrade. Send out alert messages to notify users to upgrade. Issue is, some people might not like the change for whatever reasons.
As far as I see it, if bitcoin won't scale, then it's worth looking at something different to bitcoin that will scale.
Published at
2023-06-07 10:30:11Event JSON
{
"id": "9062e9a6f6d77ec52c4bfe3258c3992b24425490998ce13a022322baea0d7cdd",
"pubkey": "3f2774563d1c12c3eaa3bee0d1a9ca3ff60c63547aa831b01c069d0f8d37e8c7",
"created_at": 1686133811,
"kind": 1,
"tags": [
[
"e",
"01a6f711ef1b7330c19a9db1a4460d0ab8666d7f294d3a77046cc3bcf8853f04",
"",
"root"
],
[
"e",
"14bedd713512f75018fa413f421c8a67729e3ad83ab528063a968a1574d44dbf",
"",
"reply"
],
[
"p",
"4aa6cf9aa5c8e98f401dac603c6a10207509b6a07317676e9d6615f3d7103d73"
]
],
"content": "📅 Original date posted:2012-09-11\n📝 Original message:On 11 Sep 2012, at 20:42, Gregory Maxwell \u003cgmaxwell at gmail.com\u003e wrote:\n\n\u003e Someone can do that just by pipelining the one at a time requests.\n\u003e How much bandwidth do you think you could save over that?\n\nYou wouldn't need to pipeline the requests, just place more than one inventory vector in get data, right? Well my messages would save the space of those inventory vectors. Instead of needing 36 byte inventory vectors for each transaction and a var int, you would need two var ints only. And then the transaction responses only need one header, so you save 24 bytes for each transaction after the first. You could say that is a small benefit.\n \n\u003e I don't see what value this provides. For protecting against the\n\u003e future you might as well suggest uploading x86 code which gets\n\u003e executed to select transactions. \"Protects against the future\". Can\n\u003e you clarify some more about exactly how you think it would help?\n\nWell it depends on wether you seriously think bitcoin blocks should be limited at a million bytes or not.\n\n\u003e it's not clear to me how your proposal is really all that useful for\n\u003e very large blocks: I looks like it would lot of bytes sending\n\u003e redundant tree data.\n\nLook at bittorrent. With bittorrent you don't download files from a single peer all at once.\n\n\u003e Bitcoin gets its value through scarcity. There are two kinds of\n\u003e scarcity that are economically important, scarcity of the coins— there\n\u003e will never be more than 21 million— and scarcity of the block space\n\u003e which, as the protocol is defined and enforced by every node can not\n\u003e be more than 1MB. The latter scarcity is what makes the security model\n\u003e economically sane.\n\nWhy wouldn't requesting minimum fees in the software work as is done currently?\n\n\u003e Fortunately, its perfectly possible to make transactions denominated\n\u003e in bitcoin outside of the blockchain, and in a secure and distributed\n\u003e manner that respects the principles that make bitcoin attractive, but\n\u003e with information hiding that improves privacy, transaction speed, and\n\u003e scalability. See, e.g. the good work being done by Open transactions\n\u003e to create distributed cryptographic banks. So blockchain scarcity\n\u003e itself doesn't prevent Bitcoin from being a one world currency\n\u003e (something which isn't at all sane no matter how big you make the\n\u003e blocks if you don't allow for other modes of transaction processing—\n\u003e who the heck wants to possibly wait an hour to get a 1 confirm\n\u003e sodapop??).\n\nSo what you essentially suggest is having bitcoin banks that maintain trust through Open Transaction contracts which contains proof of agreement, providing some legal protection? One wonders why have bitcoin at all then? Why not have an elaborate e-money system between several banks using Open Transactions? Bitcoin doesn't just contain proof of if something was done right or not, it contains actual certainty that it will be done right. And how does Open Transactions prevent fractional reserve fraud?\n\nI suppose when people consider bitcoin banks, they will consider bitcoin being useless.\n\n\u003e but I know that changing it is precisely as\n\u003e technically difficult as changing the 21 million limit\n\nSet the change to occur at some block in the future leaving time for people to upgrade. Send out alert messages to notify users to upgrade. Issue is, some people might not like the change for whatever reasons.\n\nAs far as I see it, if bitcoin won't scale, then it's worth looking at something different to bitcoin that will scale.",
"sig": "7b751b880e661f6993ed36e629985953dd9d151672339d3c3b8e3bc1e893419ef5bf7517873893873aac8be7009d0c18432b8335888aaf77f4a8a5e8a4940cf0"
}