From 387b7d7abb6e34751415cc6351476187c31ba366 Mon Sep 17 00:00:00 2001 From: Joe Date: Fri, 29 Jul 2022 13:47:19 +0100 Subject: [PATCH 1/3] update storage page --- src/content/developers/docs/storage/index.md | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/src/content/developers/docs/storage/index.md b/src/content/developers/docs/storage/index.md index bd03af39154..6a27b5a2bb7 100644 --- a/src/content/developers/docs/storage/index.md +++ b/src/content/developers/docs/storage/index.md @@ -28,7 +28,7 @@ This is known as **blockchain-based** persistence. The issue with blockchain-based persistence is that the chain could get far too big to upkeep and store all the data feasibly (e.g. [many sources](https://healthit.com.au/how-big-is-the-internet-and-how-do-we-measure-it/) estimate the Internet to require over 40 Zetabytes of storage capacity). -The blockchain must also have some type of incentive structure. For blockchain-based persistence, there is a payment made to the miner. When the data is added to the chain, the nodes are paid to add the data on. +The blockchain must also have some type of incentive structure. For blockchain-based persistence, there is a payment made to the validator. When the data is added to the chain, the validators are paid to add the data on. Platforms with blockchain-based persistence: @@ -93,11 +93,10 @@ PoW based: - Skynet - Arweave -- Ethereum PoS based: -- [The Beacon Chain](/upgrades/beacon-chain/) +- Ethereum - Filecoin - 0Chain From b8b1c0e724ecb42baf9e00e0b99c4c17bd975ef4 Mon Sep 17 00:00:00 2001 From: Joshua <62268199+minimalsm@users.noreply.github.com> Date: Fri, 29 Jul 2022 14:36:45 +0100 Subject: [PATCH 2/3] Update src/content/developers/docs/storage/index.md --- src/content/developers/docs/storage/index.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/content/developers/docs/storage/index.md b/src/content/developers/docs/storage/index.md index 6a27b5a2bb7..120fdc47826 100644 --- a/src/content/developers/docs/storage/index.md +++ b/src/content/developers/docs/storage/index.md @@ -94,7 +94,7 @@ PoW based: - Skynet - Arweave -PoS based: +Proof-of-stake based: - Ethereum - Filecoin From 38971232aabcfab1e3986059c66cd5c610ed8cca Mon Sep 17 00:00:00 2001 From: Joshua <62268199+minimalsm@users.noreply.github.com> Date: Fri, 29 Jul 2022 14:37:09 +0100 Subject: [PATCH 3/3] Update pow to proof-of-work --- src/content/developers/docs/storage/index.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/content/developers/docs/storage/index.md b/src/content/developers/docs/storage/index.md index 120fdc47826..5429b93dac9 100644 --- a/src/content/developers/docs/storage/index.md +++ b/src/content/developers/docs/storage/index.md @@ -89,7 +89,7 @@ Decentralized tools without KYC: Most of these tools have their own version of a [consensus mechanism](/developers/docs/consensus-mechanisms/) but generally they are based on either [**proof-of-work (PoW)**](/developers/docs/consensus-mechanisms/pow/) or [**proof-of-stake (PoS)**](/developers/docs/consensus-mechanisms/pos/). -PoW based: +Proof-of-work based: - Skynet - Arweave