<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
	<id>http://en.zaoniao.it/index.php?action=history&amp;feed=atom&amp;title=Limited_Confidence_Proof-of-Activity</id>
	<title>Limited Confidence Proof-of-Activity - Revision history</title>
	<link rel="self" type="application/atom+xml" href="http://en.zaoniao.it/index.php?action=history&amp;feed=atom&amp;title=Limited_Confidence_Proof-of-Activity"/>
	<link rel="alternate" type="text/html" href="http://en.zaoniao.it/index.php?title=Limited_Confidence_Proof-of-Activity&amp;action=history"/>
	<updated>2026-05-15T17:55:17Z</updated>
	<subtitle>Revision history for this page on the wiki</subtitle>
	<generator>MediaWiki 1.32.0</generator>
	<entry>
		<id>http://en.zaoniao.it/index.php?title=Limited_Confidence_Proof-of-Activity&amp;diff=5679&amp;oldid=prev</id>
		<title>Admin: Created page with &quot;'''Limited Confidence Proof-of-Activity (LCPoA)''' - a method for blockchain protection, based on the modification of the Proof-of-work algorithm, in the direction of...&quot;</title>
		<link rel="alternate" type="text/html" href="http://en.zaoniao.it/index.php?title=Limited_Confidence_Proof-of-Activity&amp;diff=5679&amp;oldid=prev"/>
		<updated>2019-06-09T13:16:21Z</updated>

		<summary type="html">&lt;p&gt;Created page with &amp;quot;&amp;#039;&amp;#039;&amp;#039;Limited Confidence Proof-of-Activity (LCPoA)&amp;#039;&amp;#039;&amp;#039; - a method for &lt;a href=&quot;/Blockchain&quot; title=&quot;Blockchain&quot;&gt;blockchain&lt;/a&gt; protection, based on the modification of the &lt;a href=&quot;/Proof-of-work&quot; title=&quot;Proof-of-work&quot;&gt;Proof-of-work&lt;/a&gt; algorithm, in the direction of...&amp;quot;&lt;/p&gt;
&lt;p&gt;&lt;b&gt;New page&lt;/b&gt;&lt;/p&gt;&lt;div&gt;'''Limited Confidence Proof-of-Activity (LCPoA)''' - a method for [[blockchain]] protection, based on the modification of the [[Proof-of-work]] algorithm, in the direction of reducing the consumption of [[computational]] resources for the block generating.&lt;br /&gt;
&lt;br /&gt;
When using this method, the algorithm for block generating does not depend on the computing power. As a [[proof of work]] (or activity) the algorithm checks the time spent on the solution. &amp;lt;ref&amp;gt;[https://medium.com/@izzzio/lcpoa-universal-as-pow-economical-as-pos-c26f6ba90017 LCPoA — universal as PoW, economical as PoS]&amp;lt;/ref&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== Basic Parts ==&lt;br /&gt;
&lt;br /&gt;
=== Proof-of-Activity&amp;lt;ref&amp;gt;[https://docs.google.com/document/d/1KHeG4iUZFk2fj32-4kVnbx_3KsIQqM_xDMpzlctGRSc/edit LCPoA]&amp;lt;/ref&amp;gt; ===&lt;br /&gt;
In the context of the described algorithm, Proof of Activity is a principle based on solving a problem similar to the problem of the Proof of Work principle, but with a significantly reduced complexity, due to which the solution of the problem takes from fractions of a second to several minutes.&lt;br /&gt;
&lt;br /&gt;
The algorithm requires a small amount of computing resources in comparison with Proof-of-Work. Verification of the correctness of the created blocks is carried out by limiting the minimum possible time for the block creation. This allows you to limit the maximum speed of adding blocks to the chain, preventing the emergence of flood (spam) in the network.&lt;br /&gt;
&lt;br /&gt;
But, because of the algorithm's work, the attacker can try to recreate some or all of the blocks from the genesis block, and make an attack 51%, while spending a small amount of computing resources. To prevent such a situation, the algorithm is supplemented with the algorithm &amp;quot;Limits of Confidence&amp;quot;&lt;br /&gt;
&lt;br /&gt;
=== Limits of Confidence ===&lt;br /&gt;
Algorithm &amp;quot;Limits of Confidence&amp;quot; - is a system of automatic creation of blockchain [[check points]]. The algorithm is based on a system that prohibits the overwriting of a chain of blocks that is older than a certain specified threshold. For example, if you set the threshold to 5 minutes, it will be possible to overwrite blocks that are not older than 4 minutes and 59 seconds.&lt;br /&gt;
&lt;br /&gt;
This allows to prevent any possible 51% attack on the main part of the blockchain, while using the pre-known constant time to confirm the addition of the block to the network.&lt;br /&gt;
&lt;br /&gt;
Despite this, there remains the possibility of attacking the re-writable part of the blockchain. It's also possible to disable some network clients, by creating an incorrect chain of longer lengths, and over the threshold value. &amp;lt;ref&amp;gt;[https://medium.com/@izzzio/lcpoa-universal-as-pow-economical-as-pos-c26f6ba90017 LCPoA — universal as PoW, economical as PoS]&amp;lt;/ref&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Similar implementations of blockchain checkpoints are implemented in some crypto-currencies, for example, [[Peercoin]]&lt;br /&gt;
&lt;br /&gt;
== Advantages and disadvantages &amp;lt;ref&amp;gt;[https://ru.wikipedia.org/wiki/%D0%94%D0%BE%D0%BA%D0%B0%D0%B7%D0%B0%D1%82%D0%B5%D0%BB%D1%8C%D1%81%D1%82%D0%B2%D0%BE_%D0%B0%D0%BA%D1%82%D0%B8%D0%B2%D0%BD%D0%BE%D1%81%D1%82%D0%B8_%D1%81_%D0%BE%D0%B3%D1%80%D0%B0%D0%BD%D0%B8%D1%87%D0%B5%D0%BD%D0%BD%D1%8B%D0%BC_%D0%B4%D0%BE%D0%B2%D0%B5%D1%80%D0%B8%D0%B5%D0%BC Russian wiki]&amp;lt;/ref&amp;gt;==&lt;br /&gt;
&lt;br /&gt;
=== Advantages ===&lt;br /&gt;
&lt;br /&gt;
* Equalize the chances of computers of any power to create a block&lt;br /&gt;
* Transfer the responsibility for the generation of blocks to the client of the network. There is no need for [[Cryptocurrency|miners]], this opens to other ways of supporting the network. &amp;lt;br /&amp;gt;&lt;br /&gt;
* Reliably protect the network from spam and attacks (for example a 51% attack). Algorithm already contains everything that is needed to protect against attacks.&lt;br /&gt;
* Spam protection depends on [[GMT]] world time&lt;br /&gt;
* There is no need to create financial instruments (tokens) on the network, to block confirmation like [[Proof-of-stake|Proof-of-Stake]]&amp;lt;br /&amp;gt;&lt;br /&gt;
&lt;br /&gt;
=== Disadvantages ===&lt;br /&gt;
&lt;br /&gt;
* It remains possible to make attack 51% on blocks that are lower than the threshold value&lt;br /&gt;
* There is the possibility of attacking clients, and bringing their blockchain to a deadlock &amp;lt;br /&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==See also==&lt;br /&gt;
* [[Bitcoin]]&lt;br /&gt;
* [[Peercoin]]&lt;br /&gt;
* [[Proof-of-work|Proof of Stake vs Proof of Work]]&lt;br /&gt;
* [[Blockchain]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== References ==&lt;br /&gt;
&lt;br /&gt;
[https://medium.com/@izzzio/lcpoa-universal-as-pow-economical-as-pos-c26f6ba90017 LCPoA — universal as PoW, economical as PoS]&lt;br /&gt;
&lt;br /&gt;
[https://docs.google.com/document/d/1KHeG4iUZFk2fj32-4kVnbx_3KsIQqM_xDMpzlctGRSc/edit LCPoA]&lt;br /&gt;
&lt;br /&gt;
[https://ru.wikipedia.org/wiki/%D0%94%D0%BE%D0%BA%D0%B0%D0%B7%D0%B0%D1%82%D0%B5%D0%BB%D1%8C%D1%81%D1%82%D0%B2%D0%BE_%D0%B0%D0%BA%D1%82%D0%B8%D0%B2%D0%BD%D0%BE%D1%81%D1%82%D0%B8_%D1%81_%D0%BE%D0%B3%D1%80%D0%B0%D0%BD%D0%B8%D1%87%D0%B5%D0%BD%D0%BD%D1%8B%D0%BC_%D0%B4%D0%BE%D0%B2%D0%B5%D1%80%D0%B8%D0%B5%D0%BC Russian:Доказательство активности с ограниченным доверием]&lt;/div&gt;</summary>
		<author><name>Admin</name></author>
		
	</entry>
</feed>