Download Use on Web (odysee.com) Community ⌄ lbry.org Meet, chat, and party in the heart of the LBRY community. YouTube Partner Program Sync your content instantly and start earning Frequently Asked Questions Got questions? We probably have answers! Blockchain Explorer Look up transactions and claims on the LBRY blockchain Company ⌄ @lbry on LBRY Everything about LBRY, from LBRY, on LBRY Company News The latest from the LBRY team The Team Meet the people building LBRY and why they're doing it Roadmap The next steps in our journey Contact Have a question or want to connect with the LBRY, Inc. team? Credit Reports Quarterly reports on LBRY's blockchain assets Developers ⌄ LBRY.tech Find a technical overview, specification, APIs, and more Follow @lbrytech on LBRY From the devs, for the devs. The Spec Read a formal technical description of how LBRY works GitHub All LBRY code is public and open-source Contributor's Guide Become a contributor to the LBRY project Search Try LBRY Menu Try LBRY

Why Not Use Bitcoin? A Dialogue

Jimmy Kiselak • Sep 23 2015

One of the most common questions we're asked is, "Why not use Bitcoin?" This post uses a pair of conversations to look at one of the biggest reasons we can't. If you aren't concerned with this question or the technical specifics of LBRY, this post probably won't interest you.

Dialogue #1

Characters: User, a potential user of a generic blockchain; Thin Node, a partial node for a generic blockchain; and Full Node, a complete node for a generic blockchain.

User enters the view, where Thin Node has been sitting around patiently waiting and consuming virtually no resources. Thin Node does not have a copy of the whole blockchain, because that would eat up resources, and User doesn't want him doing that. Maybe User doesn't have 40 gigabytes of space on the device he's using or is not interested in wasting bandwidth downloading each new full block that comes across the network. All the User wants to know is what a name resolves to on the blockchain.

User: Hey Thin Node, would you mind finding some information for me? Thin Node: Hey User, glad to see you again. I'd love to help if I can. User: Can you tell me what the name 'wonderfullife' resolves to on your blockchain? Thin Node: Let me see what I can do.

Thin Node opens up a connection to Full Node, which uses non-trivial amounts of resources to keep a full copy of the blockchain.

Thin Node: Hey Full Node, my User asked me for the value of the name 'wonderfullife' on our blockchain. Can you help me with that? Full Node: Sure, it's <insert 8 kb of data>. Thin Node: Thanks. Can you prove to me that your answer is correct? This is a blockchain after all, so if possible, I'd like to trust nothing except the blockchain consensus. Full Node: Sure, I can send you all of the blocks that are relevant. Thin Node: But wait, what if you're holding relevant blocks back from me? Aren't I still trusting you? Full Node: Ya, I guess. Do you want the full copy of the blockchain? Thin Node: No, User told me not to do that. I guess I'll just have to trust you.

Exit Full Node.

Thin Node: Hey User, that was kind of a weird experience. I think the answer is <insert 8 kb of data>, but I'm basing that on trusting some random node on the internet. User: Aren't you a blockchain client? Why aren't you using blockchain consensus to verify that? Thin Node: I'd have to download the whole blockchain, and you told me not to do that. User: You're worthless! Why were you designed this way?

Exit User.

Thin Node: I am worthless. Why was I designed this way?

Dialogue #2

Characters: User, a potential user of LBRY; Thin Node, a partial node for LBRY; and Full Node, a complete node for LBRY.

User enters the view, where Thin Node has been sitting around patiently waiting and consuming virtually no resources. Thin Node does not have a copy of the whole blockchain but instead watches the network to see which chain is the longest. He keeps the latest few hundred block headers, which each consume around 100 bytes of space and therefore at most a few kilobytes per hour of bandwidth. He believes that if a block header has several block headers following it, and he can't find a longer chain of block headers following any other block header at that height, then it's safe to assume the network has come to a consensus on the validity of that block header at that height.

User: Hey Thin Node, would you mind finding some information for me? Thin Node: Hey User, glad to see you again. I'd love to help if I can. User: Can you tell me what the name 'wonderfullife' resolves to on your blockchain? Thin Node: Let me see what I can do.

Thin Node opens up a connection to Full Node, which uses non-trivial amounts of resources to keep a full copy of the LBRY blockchain.

Thin Node: Hey Full Node, my User asked me for the value of the name 'wonderfullife' on our blockchain. Can you help me with that? Full Node: Sure, it's <insert 8 kb of data>. Thin Node: Thanks. Can you prove to me that your answer is correct? This is a blockchain after all, so if possible, I'd like to trust nothing except the blockchain consensus. Full Node: Sure, do you see that extra field in our block header which no other blockchain has? Thin Node: Ya, I see it. Full Node: Great. You'll use that field shortly to prove my answer to yourself. First, though, what's the hash of a block header that you have trusted using blockchain consensus? Thin Node: It's <insert hash>. Full Node: OK, here's a teeny tiny fraction of all of the data stored in our blockchain. It's just enough for you to prove to yourself cryptographically that I'm not lying to you, as long as you trust that number you sent me and modern cryptography in general. Thin Node: Wow, it all checks out! I'll let my User know. Thanks, Full Node!

Exit Full Node.

Thin Node: Hey User, that was an awesome experience. The answer is <insert 4 kb of data>, and I'm as sure of that as I am that the entire blockchain I'm based on is secure. And I verified it quickly and easily, without having to use tons of network resources and storage space! User: That's awesome, Thin Node! I love you! Thin Node: I am awesome. I love you too, User.

And they lived happily ever after.

Conclusion

LBRY is best thought of as an application or a protocol, not a cryptocurrency. As such, it requires a blockchain designed specifically to solve the problems that LBRY faces.

If you found this interesting and would like to check out LBRY, go to lbry.com/get.

Photo of Jimmy Kiselak
Jimmy Kiselak ·

Jimmy is the second comp science/physics graduate from Rensselaer. After, he found himself mired in government bureaucracy, spending too much time to get too little done.

Ready to work on a project he believed in, Jimmy left a national security programming job to start LBRY. Jimmy created the LBRY protocol and the first LBRY application.

Jimmy is a Bitcoin fanatic and has been since its early days. He has long been interested in the benefits of decentralization.