Rebroad (sourceforge) [ARCHIVE] on Nostr: đź“… Original date posted:2012-04-30 đź“ť Original message:Dear Bitcoin developers, ...
đź“… Original date posted:2012-04-30
đź“ť Original message:Dear Bitcoin developers,
In brief, the proposal I have is to extend the protocol to allow
partial block download and upload. This is for people with
intermittent connectivity or restricted connectivity. e.g. my own
internet connection is quite slow, and my ISP routinely sends RSTs to
both sides of connections to severe them. This often happens during
block download and upload. I also often encounter the reception of
blocks I have already received, further wasting bandwidth. This
happens as quite often it can be far more than 2 minutes before block
reception occurs following the getdata request, by which time my node
has already sent a new getdata to another node requesting the same
block.
My proposal is that in addition to the size (which is advertised in
the header), the hash is also advertised in the header (of a block).
This would help nodes to determine whether they wanted to reject the
download. (e.g. if it already had a block matching that hash). This of
course wouldn't prevent a rogue node from sending an incorrect hash,
but this would aid in saving bandwidth amongst behaving nodes.
The other part of the proposal is to allow nodes to request upload and
download blocks that have already been partially downloaded.
This could be done by modifying the existing methods of upload,
download, or by adding a new method, perhaps even using HTTP/HTTPS or
something similar. This would also help nodes to obtain the blockchain
who have restrictive ISPs, especially if they are being served on port
80 or 443. This could perhaps also allow web caches to keep caches of
the blockchain, thereby making it also more available also.
Currently, without this functionality, nodes with restrictive (or
slow) internet have some options, such as going via a tor proxy, but
due to the latency, the problem with multiple receptions of the same
block still occur.
Hopefully, not too clueless a post for my first post to this mailing list.
Regards,
Ed
Published at
2023-06-07 10:05:24Event JSON
{
"id": "07c5209be36e61c23f65cf66382b04b683caa5beeb9ed2b5b4fb0c737fcb30dc",
"pubkey": "624c501b2cfe965bd947828b1e2703bc4899d913d5aa28f30ee6d91f69f47155",
"created_at": 1686132324,
"kind": 1,
"tags": [
[
"e",
"b1869bd66cd5575b05a9f209428289dafc8f4de2160bcae68ae6070ca8b47fc6",
"",
"reply"
],
[
"p",
"a23dbf6c6cc83e14cc3df4e56cc71845f611908084cfe620e83e40c06ccdd3d0"
]
],
"content": "📅 Original date posted:2012-04-30\n📝 Original message:Dear Bitcoin developers,\n\nIn brief, the proposal I have is to extend the protocol to allow\npartial block download and upload. This is for people with\nintermittent connectivity or restricted connectivity. e.g. my own\ninternet connection is quite slow, and my ISP routinely sends RSTs to\nboth sides of connections to severe them. This often happens during\nblock download and upload. I also often encounter the reception of\nblocks I have already received, further wasting bandwidth. This\nhappens as quite often it can be far more than 2 minutes before block\nreception occurs following the getdata request, by which time my node\nhas already sent a new getdata to another node requesting the same\nblock.\n\nMy proposal is that in addition to the size (which is advertised in\nthe header), the hash is also advertised in the header (of a block).\nThis would help nodes to determine whether they wanted to reject the\ndownload. (e.g. if it already had a block matching that hash). This of\ncourse wouldn't prevent a rogue node from sending an incorrect hash,\nbut this would aid in saving bandwidth amongst behaving nodes.\n\nThe other part of the proposal is to allow nodes to request upload and\ndownload blocks that have already been partially downloaded.\n\nThis could be done by modifying the existing methods of upload,\ndownload, or by adding a new method, perhaps even using HTTP/HTTPS or\nsomething similar. This would also help nodes to obtain the blockchain\nwho have restrictive ISPs, especially if they are being served on port\n80 or 443. This could perhaps also allow web caches to keep caches of\nthe blockchain, thereby making it also more available also.\n\nCurrently, without this functionality, nodes with restrictive (or\nslow) internet have some options, such as going via a tor proxy, but\ndue to the latency, the problem with multiple receptions of the same\nblock still occur.\n\nHopefully, not too clueless a post for my first post to this mailing list.\n\nRegards,\nEd",
"sig": "9c8c6fa9d6fcfd6727b168f416beee02ec6ef8c78a5c7754f2591893ddf31128eb73195b4bcd90fe38cafcfd9d7f4810842b97aa0a5c15f807d7f6bfc5c2ccf7"
}