mirror of
https://github.com/LBRYFoundation/lbry.com.git
synced 2025-08-23 17:47:26 +00:00
fix typo in what-is-lbry.md
This commit is contained in:
parent
4c9c304877
commit
50838df8f6
1 changed files with 1 additions and 1 deletions
|
@ -32,7 +32,7 @@ Blockchain technology like Bitcoin and LBRY enables people to create databases t
|
|||
|
||||
With Bitcoin, when you send money to someone, your computer broadcasts "hey, the person with this particular secret (a private key) is sending money to that person over there" to the network, and the mining algorithm ensures everyone agrees that indeed, you sent that money, so your balance goes down and the recipient's goes up. For more on this, check out this [great video](https://beta.lbry.tv/@3Blue1Brown:b/ever-wonder-how-bitcoin-and-other:1) by LBRYian @3Blue1Brown.
|
||||
|
||||
In LBRY, the same mechanism is used to store *an index of what content is available* and *how to download it*, as well as financial transactions (such as tips, and purchases of paid content) using the Bitcoin-like currency LBC (LBRY Credits). When a creator publishes something on LBRY, an entry is made on the LBRY blockchain. You can think of think of it as an announcement: *hey everyone, I've published this file, here's some information about it, and instructions for how to download it from the peer-to-peer network*.
|
||||
In LBRY, the same mechanism is used to store *an index of what content is available* and *how to download it*, as well as financial transactions (such as tips, and purchases of paid content) using the Bitcoin-like currency LBC (LBRY Credits). When a creator publishes something on LBRY, an entry is made on the LBRY blockchain. You can think of it as an announcement: *hey everyone, I've published this file, here's some information about it, and instructions for how to download it from the peer-to-peer network*.
|
||||
|
||||
For the same reasons that nobody can prevent a Bitcoin transaction from taking place, nobody can prevent a transaction (like a publication or a tip) from appearing on the LBRY blockchain. Other sites exist that share their content from a peer-to-peer data network. However, the index of available content is still centralized and can be easily censored.
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue