Update censorship-resistance.md

This commit is contained in:
Thomas Zarebczan 2021-04-02 19:28:04 -04:00 committed by GitHub
parent 4435d16434
commit 0d97cc7710
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -15,11 +15,11 @@ So when speaking of censorship resistance with regards to LBRY, we are speaking
We believe LBRY to be the most censorship-resistant system to ever exist for the purposes of publishing digital content.
To understand where LBRYs censorship resistance comes from, we need to break the problem down into two areas: data (the digital content) and metadata (information about the digital content, such as its title or publisher).
To understand where LBRYs censorship resistance comes from, we need to break the problem down into two areas: data (the digital content) and metadata (information about the digital content, such as its title or publisher).
In the case of the data itself, LBRY is as or more censorship-resistant as BitTorrent or other peer-to-peer networks. Like these other networks, when you publish a file, it ends up being hosted by dozens, hundreds, or thousands of other computers, depending on its popularity. Additionally, there are economic incentives to host content that is popular but undersupplied, which means that LBRY is even better than its predecessors, which were already world leaders in the censorship-resistance department.
In the case of the metadata, LBRY is truly novel. Previous peer-to-peer systems had decent censorship-resistance at the data level, but never the metadata. LBRY writes its metadata to a public blockchain, the same technology that powers the censorship-resistant Bitcoin. Metadata in the LBRY blockchain cannot be altered without a hard-fork of the network, which is an expensive and unlikely proposition. Even if this happened, it would be possible to roll-back the system to its last previously good state, resulting in only a temporary rather than permanent data loss.
In the case of the metadata, LBRY is truly novel. Previous peer-to-peer systems had decent censorship-resistance at the data level, but never the metadata. LBRY writes its metadata to a public blockchain, the same technology that powers the censorship-resistant Bitcoin. Metadata in the LBRY blockchain cannot be altered without a hard-fork of the network, which is an expensive and unlikely proposition. Even if this happened, it would be possible to roll-back the system to its last previously good state, resulting in only a temporary rather than permanent data loss.
## How could LBRY be censored?