Earlier quoted context omitted.
That's not a given. As far as I know, there is no proof of the security or lack thereof of this kind of function. Increases in computing power alone can't render SHA256 insecure; that can be proven by thermodynamic/size-of-the-universe arguments. You need an actual cryptographic weakness.
> Increases in computing power alone can't render SHA256 insecure; that can be proven by thermodynamic/size-of-the-universe arguments. Fascinating. Could you please recommend a source where a curious layman could learn more about this?
BitTorrent v2 (2020)
141–150 of 155 posts
Re: BitTorrent v2 (2020)
#142BitTorrent slaps so hard as a protocol, and DHTs are absolutely brilliant. With all of the recent hype about decentralization with the rise of crypto, I'm surprised BitTorrent hasn't seen much hype or revitalization as well.
Re: BitTorrent v2 (2020)
#143The per file hash to assist in deduplication is pretty neat. Wonder if it could be taken a step further by chunking files into blocks based on a rolling hash, so that it can dedup portions of a file as well (a la lbfs https://pdos.csail.mit.edu/archive/lbfs/ ). Or does anyone know if it already does that?
It is highly unlikely that the duplicate portions of the file will have an offset that's a multiple of 2^16 which would be required for chunks to have matching hashes. On the client side you could theoretically run lbfs over your files but on the swarm side this isn't going to happen
"the idea is to select blocks not based on a specific offset but rather by some property of the block contents"
https://en.wikipedia.org/wiki/Rabin_fingerprint#Applications
Re: BitTorrent v2 (2020)
#144BitTorrent slaps so hard as a protocol, and DHTs are absolutely brilliant. With all of the recent hype about decentralization with the rise of crypto, I'm surprised BitTorrent hasn't seen much hype or revitalization as well.
Re: BitTorrent v2 (2020)
#145BitTorrent slaps so hard as a protocol, and DHTs are absolutely brilliant. With all of the recent hype about decentralization with the rise of crypto, I'm surprised BitTorrent hasn't seen much hype or revitalization as well.
This is part of why I'm a bit cynical about "web 3" in general. Bittorrent is terrific and yet the real money is streaming video/music platforms.
Re: BitTorrent v2 (2020)
#146Earlier quoted context omitted.
i do love that it immediately goes into yet another crypto bashing comment chain while not realising that a crypto company owns bittorrent: https://torrentfreak.com/bittorrent-inc-confirms-acquisition... and that after the creator of bittorrent left he created his own cryptocurrency: https://en.m.wikipedia.org/wiki/Chia_(cryptocurrency)
Reading through the wikipedia page for Chia > The Chia Network was founded in 2017 by American computer programmer Bram Cohen, the author of the BitTorrent protocol.[4] In China stockpiling ahead of the May 2021 launch led to shortages and an increase in the price of hard disk drives (HDD) and solid-state drives (SSD).[5] Shortages were also reported in Vietnam.[6] Phison, a Taiwanese electronics manufacturing compan…
That doesn't appear to be the case:
https://www.coingecko.com/en/coins/chia
Currently rank #257 with a market cap of $247 million.
The whole altcoin market has been in limbo/declining since May last year.
Last update was also yesterday: https://www.chia.net/2022/01/10/understanding-the-changes-in...
Re: BitTorrent v2 (2020)
#147BitTorrent slaps so hard as a protocol, and DHTs are absolutely brilliant. With all of the recent hype about decentralization with the rise of crypto, I'm surprised BitTorrent hasn't seen much hype or revitalization as well.
I'm not surprised. BitTorrent just works, and doesn't provide any opportunity to separate people from their money.
Re: BitTorrent v2 (2020)
#148I assume this is being posted because qBittorrent recently released version 4.4 which includes libtorrent 2.x and therefore support for BitTorrent v2. Hopefully we'll start seeing hybrid torrents/magnets in trackers soon. Although these are mostly automated so I'm not sure how fast the tools will catchup. One thing I'd like qBittorrent and other torrent clients to do is to allow users to upgrade v1 torrents to hybrid…
Re: BitTorrent v2 (2020)
#149Earlier quoted context omitted.
Do you have a cite for this for SHA256? It surprises me a bit as our galaxy is big and we are far from physically ideal computers.
I did the math myself at one point, but I lost the link. However, here's a reference for the same kind of thing: https://pthree.org/2016/06/19/the-physics-of-brute-force/ The total energy output of a supernova is enough to count up to 2^220, making a lot of generous (invalid) assumptions. You'd need 2^36 supernovas to just count up to 2^256, never mind actually running SHA256. At minimum. There are circa 2^38 stars i…
Re: BitTorrent v2 (2020)
#150Earlier quoted context omitted.
SHA1 collision was never much of a reason to change it in the first place; there is no practical attack that arises from it.
1) Take a popular game torrent 2) add crypto mining code 3) pad it so the SHA1 stays the same 4) seed it, the magnet links will pick up your version 5) profit!