<?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=Forks</id>
	<title>Forks - Revision history</title>
	<link rel="self" type="application/atom+xml" href="http://en.zaoniao.it/index.php?action=history&amp;feed=atom&amp;title=Forks"/>
	<link rel="alternate" type="text/html" href="http://en.zaoniao.it/index.php?title=Forks&amp;action=history"/>
	<updated>2026-05-15T08:08:02Z</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=Forks&amp;diff=795&amp;oldid=prev</id>
		<title>Admin: 1 revision imported</title>
		<link rel="alternate" type="text/html" href="http://en.zaoniao.it/index.php?title=Forks&amp;diff=795&amp;oldid=prev"/>
		<updated>2019-02-22T06:10:35Z</updated>

		<summary type="html">&lt;p&gt;1 revision imported&lt;/p&gt;
&lt;table class=&quot;diff diff-contentalign-left&quot; data-mw=&quot;interface&quot;&gt;
				&lt;tr class=&quot;diff-title&quot; lang=&quot;en&quot;&gt;
				&lt;td colspan=&quot;1&quot; style=&quot;background-color: #fff; color: #222; text-align: center;&quot;&gt;← Older revision&lt;/td&gt;
				&lt;td colspan=&quot;1&quot; style=&quot;background-color: #fff; color: #222; text-align: center;&quot;&gt;Revision as of 06:10, 22 February 2019&lt;/td&gt;
				&lt;/tr&gt;&lt;tr&gt;&lt;td colspan=&quot;2&quot; class=&quot;diff-notice&quot; lang=&quot;en&quot;&gt;&lt;div class=&quot;mw-diff-empty&quot;&gt;(No difference)&lt;/div&gt;
&lt;/td&gt;&lt;/tr&gt;&lt;/table&gt;</summary>
		<author><name>Admin</name></author>
		
	</entry>
	<entry>
		<id>http://en.zaoniao.it/index.php?title=Forks&amp;diff=794&amp;oldid=prev</id>
		<title>foo&gt;Simon at 14:23, 26 January 2019</title>
		<link rel="alternate" type="text/html" href="http://en.zaoniao.it/index.php?title=Forks&amp;diff=794&amp;oldid=prev"/>
		<updated>2019-01-26T14:23:46Z</updated>

		<summary type="html">&lt;p&gt;&lt;/p&gt;
&lt;p&gt;&lt;b&gt;New page&lt;/b&gt;&lt;/p&gt;&lt;div&gt;{{#seo:&lt;br /&gt;
|title= What is Fork? Bitcoin Fork  - Bitcoin Wiki&lt;br /&gt;
|description= Fork is a project which was started on the basis of another one’s source code. In case of cryptocurrencies the base is obviously the Bitcoin and every other coin is a Bitcoin fork. Bitcoin fork explained.&lt;br /&gt;
}}&lt;br /&gt;
&amp;lt;amp/&amp;gt;&lt;br /&gt;
[[File:Forks.jpg|400px|thumb|right|Hard fork bitcoin]]&lt;br /&gt;
&lt;br /&gt;
'''Fork''' is a project which was started on the basis of another one’s source code.  Every one of such [[projects]] can develop independently from the basic one and options that weren’t present in the main project can be realized in the fork. In [[case]] of [[cryptocurrencies]] the base is obviously the [[Bitcoin]] and every other coin is a '''Bitcoin fork'''.&lt;br /&gt;
&lt;br /&gt;
Since the moment of Bitcoin’s appearance there were a lot of '''forks created''' but most of them didn’t introduce anything new either being an exact copy of Bitcoin or differing from it in emission limit and speed and/or [[hash]]-function algorithm only.&lt;br /&gt;
&lt;br /&gt;
Principal difference between forks after the emission speed is the encryption algorithm.&lt;br /&gt;
&lt;br /&gt;
== Hash algorithms ==&lt;br /&gt;
&lt;br /&gt;
[[Hash]] principles can be explained with an example of a phone number: +1 (813) 651-3792. Let us add all the numbers up until there’s only one digit left:&lt;br /&gt;
&lt;br /&gt;
 1+8+1+3+6+5+1+3+7+9+2 =46 =&amp;gt; 4+6=10 =&amp;gt; 1+0=1&lt;br /&gt;
&lt;br /&gt;
That way you can uniquely assign some number to any phone number. Summation process is called hashing, the method itself is the [[hash]] function and the resulting number is a hash sum or simply hash.&lt;br /&gt;
&lt;br /&gt;
There are commonly following properties sought out in hashing:&lt;br /&gt;
&lt;br /&gt;
* If you know [[hash]]-sum (in our case it’s 1) you still can’t find out the original phone number.&lt;br /&gt;
* You can’t adapt a phone number to fit a known [[hash]] sum (isn’t applicable in our example but necessary for Bitcoin).&lt;br /&gt;
* Insignificant [[change]] in phone number will lead to radical change in [[hash]] sum (same as previous one)&lt;br /&gt;
&lt;br /&gt;
The [[first]] [[cryptocurrency]] - Bitcoin which was created in [[2008]], uses the [[SHA-256]] algorithm for hashing. In the beginning of 2014 4 principal hashing algorithms could be pointed out:&lt;br /&gt;
&lt;br /&gt;
* [[SHA-2]]56&lt;br /&gt;
* [[Scrypt]]&lt;br /&gt;
* Scrypt-Adaptive-Nfactor (Scrypt-N)&lt;br /&gt;
* Keccak&lt;br /&gt;
&lt;br /&gt;
Following sections will examine them in more detail:&lt;br /&gt;
&lt;br /&gt;
=== SHA-256 ===&lt;br /&gt;
&lt;br /&gt;
SHA-256 belongs to a SHA-2 family of algorithms (Secure Hash Algorithm Version 2) which also includes SHA-224, [[SHA-3]]84 and SHA-512. Unidirectional [[hash]]-function is designed to create messages “imprints” or “digests” of arbitrary length.  “256” indicates the lengths of digest in [[bits]]. The algorithm was designed in August 2002.&lt;br /&gt;
&lt;br /&gt;
The following is an example of SHA-256 hash sum:&lt;br /&gt;
&lt;br /&gt;
 SHA-256(&amp;quot;The quick brown fox jumps over the lazy dog&amp;quot;)&lt;br /&gt;
  = D7A8FBB3 07D78094 69CA9ABC B0082E4F 8D5651E4 6D3CDB76 2D02D0BF 37C9E592&lt;br /&gt;
&lt;br /&gt;
A slightest change in the original message almost always results in entirely different [[hash]]. For example if we change ‘dog’ to ‘cog’ we’ll get the following result:&lt;br /&gt;
&lt;br /&gt;
 SHA-256(&amp;quot;The quick brown fox jumps over the lazy cog&amp;quot;)&lt;br /&gt;
  = E4C4D8F3 BF76B692 DE791A17 3E053211 50F7A345 B46484FE 427F6ACC 7ECC81BE&lt;br /&gt;
&lt;br /&gt;
[[Bitcoin emission]] is realized through finding lines which have SHA-256 hash of predefined structure.&lt;br /&gt;
&lt;br /&gt;
The most popular cryptocurrencies that use this hash algorithm can be found here: [http://www.dustcoin.com/ dustcoin.com].&lt;br /&gt;
&lt;br /&gt;
=== Scrypt ===&lt;br /&gt;
&lt;br /&gt;
“Scrypt” [[hash]]-function uses “SHA-256” as a subroutine relying on large amount of arithmetic calculations but also requiring fast access to large amounts of memory. This makes running several instances of Scrypt on a current generation GPU a somewhat difficult task. This also means that the cost of creating specialized designs for [[mining]] such as ASICs and FPGAs is significantly higher than with SHA-256.&lt;br /&gt;
&lt;br /&gt;
Because more modern GPUs have higher amounts of memory, they are better-suited for [[mining]] of Scrypt [[cryptocurrencies]] although their advantage over CPUs is less significant than in the case of Bitcoin (10 times better performance against 20 of Bitcoin).&lt;br /&gt;
&lt;br /&gt;
Main Scrypt cryptocurrencies are listed here: [http://www.dustcoin.com/ dustcoin.com Main Scrypt cryptocurrencies]б&lt;br /&gt;
=== Scrypt-Adaptive-Nfactor (Scrypt-N) ===&lt;br /&gt;
&lt;br /&gt;
In the beginning of 2014 several companies issued statements about designing devices for Scrypt [[cryptocurrencies]] [[mining]]. This caused the appearance of [[cryptocurrencies]] with hashing algorithm changed in a way that makes building [[ASIC]] designs for them impossible.&lt;br /&gt;
&lt;br /&gt;
The basis for this algorithm is mixing SHA-256 and Salsa20 algorithms’ functions with increased requirements for memory reserves. Its calculation complexity is 2 times higher than that of Scrypt and the speed of finding new [[blocks]] is consequently 2 times lower.&lt;br /&gt;
&lt;br /&gt;
So far there are less cryptocurrencies based on this algorithm than those based on previous two. First such currency was “VertCoin”.&lt;br /&gt;
&lt;br /&gt;
=== Keccak ===&lt;br /&gt;
&lt;br /&gt;
“Keccak”, also “SHA-3” is a hashing algorithm with variable bits. On October 2nd [[2012]] Keccak has won cryptographic algorithms competition held by NIST. SHA-3 algorithm is built upon cryptographic “sponge” construction. It is considered a state-of-the-art in the [[world]] of [[hash]] functions. Keccak algorithm is approximately 2 times more difficult than SHA-256.&lt;br /&gt;
&lt;br /&gt;
There are quite few cryptocurrencies operating under this algorithm. The main two are “CopperLark” and “MaxCoin”.&lt;br /&gt;
&lt;br /&gt;
== Some popular forks ==&lt;br /&gt;
&lt;br /&gt;
&amp;lt;gallery&amp;gt;&lt;br /&gt;
File:Nextcoin.jpg|[[Nxt|Nextcoin]]&lt;br /&gt;
File:Primecoin.jpg|[[Primecoin]]&lt;br /&gt;
File:8.png|[[Infinitecoin]]&lt;br /&gt;
File:Darkcoin.png|[[Darkcoin]]&lt;br /&gt;
File:Logo DGC.jpg|[[Digitalcoin]]&lt;br /&gt;
File:CLR.png|[[Copperlark]]&lt;br /&gt;
File:Coin.png|[[Auroracoin]]&lt;br /&gt;
File:Mega.png|[[Megacoin]]&lt;br /&gt;
File:MaxCoin.png|[[Maxcoin]]&lt;br /&gt;
File:Mint.png|[[Mintcoin]]&lt;br /&gt;
&lt;br /&gt;
&amp;lt;/gallery&amp;gt;&lt;br /&gt;
&lt;br /&gt;
* &amp;lt;big&amp;gt;[https://litecoin.org/ Litecoin] (LTC)&amp;lt;/big&amp;gt;.  The second most popular [[cryptocurrency]]. A [[block]] is generated every 2.5 minutes, there are 84 million of [[coins]] to be mined in total, [[difficulty]] is changed every 2016 blocks (~3.5 days), initial reward of 50 LTC per [[block]] is halved every 840,000 blocks. Hashing algorithm is “Scrypt”. Miners trying to use ASICs won’t be able to reach the same level of efficiency as with Bitcoin because of high memory requirements.&lt;br /&gt;
&lt;br /&gt;
* &amp;lt;big&amp;gt;[http://namecoin.info/ Namecoin] (NMC)&amp;lt;/big&amp;gt;. It was designed to [[serve]] the cryptographically protected domain zone [[.bit]]. This “currency” is based on the Bitcoin concept.&lt;br /&gt;
The coins themselves are designed to be spent on domains registration in the .bit zone. Thanks to the cryptographic Bitcoin subsystem these domains are protected from changes by anyone other than their owners. Every participant of [[Namecoin]] system can set up a DNS-server on their PC.&lt;br /&gt;
&lt;br /&gt;
* &amp;lt;big&amp;gt;[https://ripple.com/ Ripple] (XRP)&amp;lt;/big&amp;gt;.  [[Ripple]] is a financial [[transactions]] protocol, just as SMTP is an e-mail protocol. Unlike other [[cryptocurrencies]] all coins were available since the [[start]] of the system. There are 100 billions of them. Every [[transaction]] is commissioned with a fee of around 0.00001 XRP which is raised for users who start heavily loading servers up. Thus a potential attacker will quickly run out of money. Also for an account to be able to conduct transactions its balance has to have at least $0.5 equivalent in XRP.  The commission isn’t collected by anybody, it just disappears. That means that XRP amount will go down with time. However the creators of XRP claim that current amount of coins will be enough for decades.&lt;br /&gt;
&lt;br /&gt;
* &amp;lt;big&amp;gt;[[Peercoin]] (PPC)&amp;lt;/big&amp;gt;. It is this currency which was first to introduce a hybrid PoW &amp;amp; PoS design. A transaction requires 520 confirmations but is momentarily displayed in the [[wallet]]. This coin is more resistant to 51% [[attacks]].&lt;br /&gt;
&lt;br /&gt;
*&amp;lt;big&amp;gt;[http://novacoin.org Novacoin] (NVC)&amp;lt;/big&amp;gt;. The goal of creating [[Novacoin]] was to mimic the PPCoin success without copying its faults such as the excessively high emission amounts. NVC uses Scrypt function as its hashing algorithm. Top emission speed is lowered 100 times and the speed of reward drop with [[difficulty]] increase is described by a smoother curve. As with parent project [[difficulty]] is adjusted with every new [[block]] found by the [[network]] and the maximum of a single [[difficulty]] adjustment is set at 1%. [[Target]] speed of [[block]] generation is 6 blocks per hour.&lt;br /&gt;
&lt;br /&gt;
* &amp;lt;big&amp;gt;[http://dogecoin.com/ Dogecoin]&amp;lt;/big&amp;gt;. This coin is a result of two huge things of 2013: the [[cryptocurrencies]] explosion and “doge” meme. The meme is a picture of Chinese Shiba Inu dog surrounded by its thoughts clouds written in Comic Sans. On November 27th Jackson Palmer, a marketing specialist employed by Adobe in Sydney who was tracking the [[development]] of world [[cryptocurrencies]] has tweeted without any foresight: “Investing in [[Dogecoin]], pretty sure it’s the next big thing.” A week later he bought the [[Dogecoin]].com domain. At the same time Billy Marcus who was working on his own [[cryptocurrency]] in Portland stumbled upon that site. “This is damn funny” was the first thought that came to his mind. And after that he told himself: “I should be the one who creates this coin”. Just over a week after Palmer’s joke [[Dogecoin]] was already launched. In a short time [[Dogecoin]] capitalisation reached 8 million dollars and it also took 7th place in the [http://www.Coinmarketcap.com Coinmarketcap] list.&lt;br /&gt;
&lt;br /&gt;
== References ==&lt;br /&gt;
[http://coinmarketcap.com/ Bitcoin Fork News]&lt;br /&gt;
&lt;br /&gt;
== See also ==&lt;br /&gt;
* [[Creating forks|What is Bitcoin Fork]]&lt;br /&gt;
* [[Bitcoin Economy|Bitcoin Fork]]&lt;br /&gt;
* [[Block chain|Altcoin Fork]]&lt;br /&gt;
* [[Mining: the technical part]]&lt;br /&gt;
&lt;br /&gt;
[[ru:Форк]][[de:Fork]][[es:Fork]]&lt;br /&gt;
&lt;br /&gt;
[[Category:Cryptocurrency]]&lt;br /&gt;
[[Category:Alternative cryptocurrency]]&lt;/div&gt;</summary>
		<author><name>foo&gt;Simon</name></author>
		
	</entry>
</feed>