From 0965599053b13f16116e7b50f32e743a5b9fdd3b Mon Sep 17 00:00:00 2001 From: Marcel Tanuri <31805745+marceltanuri@users.noreply.github.com> Date: Tue, 7 May 2019 22:17:41 -0300 Subject: [PATCH] Update 06-Inherent-Centralization-of-PoW-blockchains.md remove duplicated paragraph --- .../docs/06-Inherent-Centralization-of-PoW-blockchains.md | 2 -- 1 file changed, 2 deletions(-) diff --git a/app/assets/docs/06-Inherent-Centralization-of-PoW-blockchains.md b/app/assets/docs/06-Inherent-Centralization-of-PoW-blockchains.md index d52821d..af3ab5c 100644 --- a/app/assets/docs/06-Inherent-Centralization-of-PoW-blockchains.md +++ b/app/assets/docs/06-Inherent-Centralization-of-PoW-blockchains.md @@ -44,8 +44,6 @@ It should also be noted that miners may not personally have the interests of the This may even lead to situations where miners act against the development of the network, favoring short-term rewards over long-term growth. In a severe case where miners refused to upgrade to the newest version of Bitcoin, other validation nodes were forced to start rejecting their new blocks; this caused miners that refused to upgrade to lose block rewards. Validators across the network held miners hostage financially, forcing them into a situation where they had to upgrade in order to continue earning money to pay for their mining operations. -This ability creates a sort of separation of powers where block validators on the network can force miners to upgrade the blockchain to a new version by rejecting their blocks and not providing them compensation. A better model however would be if the interests of both users and miners were aligned so that many of the toxic community disagreements between different factions were reduced, however a model like this is impossible with proof-of-work. - This ability creates a separation of powers where block validators on the network can force miners to upgrade the blockchain to a new version by rejecting their blocks and not providing them compensation. A much better model however would be where the interests of both users and miners were aligned so that many of the toxic community disagreements between different factions were eliminated. A model like this, however, is impossible with proof-of-work; only proof-of-stake which Peercoin operates on. ---