From 0d88a71d6763b75db4d0fa9d77d269bb629bd494 Mon Sep 17 00:00:00 2001 From: Alex Grintsvayg Date: Tue, 4 Dec 2018 11:51:31 -0500 Subject: [PATCH] bt link --- index.html | 4 ++-- index.md | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/index.html b/index.html index 7855ae0..dad4269 100644 --- a/index.html +++ b/index.html @@ -123,7 +123,7 @@ * [Design Notes](#design-notes) * [Transactions](#transactions) * [Operations and Opcodes](#operations-and-opcodes) - * [Claim Identifier Generation](#claim-identifier-generation) + * [Stake Identifier Generation](#stake-identifier-generation) * [OP_CLAIM_NAME](#op-claim-name) * [OP_UPDATE_CLAIM](#op-update-claim) * [OP_SUPPORT_CLAIM](#op-support-claim) @@ -885,7 +885,7 @@ OP_SUPPORT_CLAIM <name> <claimID> OP_2DROP OP_DROP <outputScript&

Files published using LBRY are stored in a distributed fashion by the clients participating in the network. Each file is split into multiple small pieces. Each piece is encrypted and announced to the network. The pieces may also be uploaded to other hosts on the network that specialize in rehosting content.

-

The purpose of this process is to enable file storage and access without relying on centralized infrastructure, and to create a marketplace for data that allows hosts to be paid for their services. The design is strongly influenced by the Bittorrent protocol.

+

The purpose of this process is to enable file storage and access without relying on centralized infrastructure, and to create a marketplace for data that allows hosts to be paid for their services. The design is strongly influenced by the BitTorrent protocol.

Encoding

diff --git a/index.md b/index.md index 98d7f95..a0868ca 100644 --- a/index.md +++ b/index.md @@ -789,7 +789,7 @@ No enforcement or validation on metadata happens at the blockchain level. Instea Files published using LBRY are stored in a distributed fashion by the clients participating in the network. Each file is split into multiple small pieces. Each piece is encrypted and announced to the network. The pieces may also be uploaded to other hosts on the network that specialize in rehosting content. -The purpose of this process is to enable file storage and access without relying on centralized infrastructure, and to create a marketplace for data that allows hosts to be paid for their services. The design is strongly influenced by the Bittorrent protocol. +The purpose of this process is to enable file storage and access without relying on centralized infrastructure, and to create a marketplace for data that allows hosts to be paid for their services. The design is strongly influenced by the [BitTorrent protocol](https://en.wikipedia.org/wiki/BitTorrent). ### Encoding