<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
	<id>https://en.bitcoin.it/w/api.php?action=feedcontributions&amp;feedformat=atom&amp;user=Volka</id>
	<title>Bitcoin Wiki - User contributions [en]</title>
	<link rel="self" type="application/atom+xml" href="https://en.bitcoin.it/w/api.php?action=feedcontributions&amp;feedformat=atom&amp;user=Volka"/>
	<link rel="alternate" type="text/html" href="https://en.bitcoin.it/wiki/Special:Contributions/Volka"/>
	<updated>2026-05-15T06:24:55Z</updated>
	<subtitle>User contributions</subtitle>
	<generator>MediaWiki 1.43.8</generator>
	<entry>
		<id>https://en.bitcoin.it/w/index.php?title=CryptoNote&amp;diff=51452</id>
		<title>CryptoNote</title>
		<link rel="alternate" type="text/html" href="https://en.bitcoin.it/w/index.php?title=CryptoNote&amp;diff=51452"/>
		<updated>2014-09-24T14:47:06Z</updated>

		<summary type="html">&lt;p&gt;Volka: The situation is ambiguous and it seems like an individual&amp;#039;s point of view. Here are the links that justify the changes made in the article: http://goo.gl/rlGijz, http://goo.gl/8jVfkF, http://goo.gl/byy7Hw&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;CryptoNote is an open-sourced protocol that allows for increased privacy in cryptocurrency transactions.&lt;br /&gt;
&lt;br /&gt;
== Features == &lt;br /&gt;
&lt;br /&gt;
===Difficult to trace and link payments ===&lt;br /&gt;
&lt;br /&gt;
Unlike traditional cryptocurrencies that mostly use unambiguous signatures to verify the transfer, CryptoNote utilizes [https://en.wikipedia.org/wiki/Ring_signature ring signature]. Ring signature is a more sophisticated scheme that demand several different public keys for verification. In this case the transaction is signed by a group of users. Thus, the verifier may only identify that one of them was a signer, but not who exactly that was. Though this does not offer provable anonymity (like [[Zerocoin]]), the increase in privacy in comparison to Bitcoin is considerable. &lt;br /&gt;
&lt;br /&gt;
CryptoNote automatically creates multiple unique one-time addresses for each of the payments, which are created from the single public key. Even though the payment is sent to a public address, in the block chain it appears as if it is sent to a one-time address. The sender uses random data and the public address of the receiver to calculate this one-time key of the payment. The redemption of the funds requires the receiver&#039;s private key, so only the latter may receive the money sent to the one-time address. Moreover, no third party can discover the link between the one-time key and the receiver&#039;s public address.&lt;br /&gt;
&lt;br /&gt;
=== Double-spending proof ===&lt;br /&gt;
&lt;br /&gt;
CryptoNote&#039;s ring signatures restrict the double-spending attempt by linking the transactions with the same private key. The protocol uses the key image, derived from a private key through a one-way function. All the users keep the list of all the used key images, which are checked against a new transaction. In case there is a duplicate key image, the transaction is rejected as a double-spending attempt. However, the identity of the sender would still be unknown, since it is impossible to get the private key from its image.&lt;br /&gt;
&lt;br /&gt;
=== Block chain analysis resistance === &lt;br /&gt;
&lt;br /&gt;
CryptoNote creates an obstacle for an analyst by using ring signatures and one-time addresses covered above. Every address of the payment is a unique one-time key, which is created from both the sender&#039;s and the receiver&#039;s data, and the usage of ring signature hides the exact outputs that have been spent for the input. Therefore, each next transaction increases the number of possible senders and hides the actual connection even more.&lt;br /&gt;
&lt;br /&gt;
=== Adaptive limits === &lt;br /&gt;
&lt;br /&gt;
There are no hard constants and magic numbers in CryptoNote. Each limit (e.g., max block size, or min fee amount) is re-calculated based on the historical data of the system. Moreover, the difficulty and the max block size are automatically adjusted with each new block.  The main idea of the algorithm is to sum all the work that nodes have performed during the last 720 blocks and divide it by the time they have spent to accomplish it. The measure of the work is the corresponding difficulty value for each of the blocks. &lt;br /&gt;
&lt;br /&gt;
=== Smooth emission ===&lt;br /&gt;
&lt;br /&gt;
The coins are emitted smoothly, as the reward changes with each new block. This allows a predictable steady growth of money supply determined by the formula&amp;lt;ref&amp;gt;https://cryptonote.org/inside.php#smooth-emission&amp;lt;/ref&amp;gt;:&lt;br /&gt;
&lt;br /&gt;
 BaseReward = (MSupply - A) &amp;gt;&amp;gt; 18&lt;br /&gt;
 MSupply = 2^64 - 1 (atomic units)&lt;br /&gt;
&lt;br /&gt;
=== Egalitarian proof of work ===&lt;br /&gt;
&lt;br /&gt;
CryptoNote uses [[CryptoNight]] hashing algorithm as its proof-of-work.&lt;br /&gt;
&amp;lt;!-- Please rephrase in such a way that it is true (this wording is NOT true):&lt;br /&gt;
Its main feature is that it is suitable only for the ordinary PCs, since CryptoNight utilizes built-in CPU instructions, which are too expensive to implement in the special purpose devices. Therefore, unlike SHA256d, it allows preserving the equality among various users and prohibits centralization of the network in the hands of several miners.&lt;br /&gt;
--&amp;gt;&lt;br /&gt;
The proof of work mechanism is actually a voting system. Users vote for the right order of the transactions, for enabling new features in the protocol and for the honest money supply distribution.&lt;br /&gt;
&lt;br /&gt;
== Origins ==&lt;br /&gt;
&lt;br /&gt;
The first version of CN – CryptoNote v.1 (December 12 2012) was published in Tor http://ol346fucnsjru223.onion/whitepaper.pdf &lt;br /&gt;
&lt;br /&gt;
Little is known about CryptoNote&#039;s origins. The official website uses supposedly fake names for the team members, while the white paper&#039;s author is Nicolas van Saberhagen, which is also likely to be a pseudonym. The white paper &amp;quot;CryptoNote v 2.0&amp;quot; is dated back to October 2013&amp;lt;ref&amp;gt;https://cryptonote.org/whitepaper.pdf&amp;lt;/ref&amp;gt;.&lt;br /&gt;
&lt;br /&gt;
== Philosophy ==&lt;br /&gt;
&lt;br /&gt;
CryptoNote philosophy has several key points: privacy as a fundamental human right; government&#039;s influence and control remission as an aim. &lt;br /&gt;
The economy should be separated from politics, communities should set new transparent principles, and impartial cryptographic algorithms should control its implementation.&lt;br /&gt;
&lt;br /&gt;
== See also ==&lt;br /&gt;
&lt;br /&gt;
* [[CryptoNight]]&lt;br /&gt;
&lt;br /&gt;
== External links ==&lt;br /&gt;
&lt;br /&gt;
* [https://cryptonote.org CryptoNote website]&lt;br /&gt;
* [https://forum.cryptonote.org Official forum]&lt;br /&gt;
* [https://github.com/amjuarez/bytecoin Reference code]&lt;br /&gt;
* [https://cryptonote.org/whitepaper.pdf White paper]&lt;br /&gt;
* [https://cryptonote.org/coins.php CryptoNote Currencies]&lt;br /&gt;
&lt;br /&gt;
== References ==&lt;br /&gt;
&lt;br /&gt;
&amp;lt;references/&amp;gt;&lt;br /&gt;
&lt;br /&gt;
[[Category:Digital currencies]]&lt;br /&gt;
[[Category:Anonymity]]&lt;/div&gt;</summary>
		<author><name>Volka</name></author>
	</entry>
	<entry>
		<id>https://en.bitcoin.it/w/index.php?title=CryptoNote&amp;diff=51451</id>
		<title>CryptoNote</title>
		<link rel="alternate" type="text/html" href="https://en.bitcoin.it/w/index.php?title=CryptoNote&amp;diff=51451"/>
		<updated>2014-09-24T14:09:14Z</updated>

		<summary type="html">&lt;p&gt;Volka: Link doesn&amp;#039;t work, you get an error.&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;CryptoNote is an open-sourced protocol that allows for increased privacy in cryptocurrency transactions.&lt;br /&gt;
&lt;br /&gt;
== Features == &lt;br /&gt;
&lt;br /&gt;
===Difficult to trace and link payments ===&lt;br /&gt;
&lt;br /&gt;
Unlike traditional cryptocurrencies that mostly use unambiguous signatures to verify the transfer, CryptoNote utilizes [https://en.wikipedia.org/wiki/Ring_signature ring signature]. Ring signature is a more sophisticated scheme that demand several different public keys for verification. In this case the transaction is signed by a group of users. Thus, the verifier may only identify that one of them was a signer, but not who exactly that was. Though this does not offer provable anonymity (like [[Zerocoin]]), the increase in privacy in comparison to Bitcoin is considerable. &lt;br /&gt;
&lt;br /&gt;
CryptoNote automatically creates multiple unique one-time addresses for each of the payments, which are created from the single public key. Even though the payment is sent to a public address, in the block chain it appears as if it is sent to a one-time address. The sender uses random data and the public address of the receiver to calculate this one-time key of the payment. The redemption of the funds requires the receiver&#039;s private key, so only the latter may receive the money sent to the one-time address. Moreover, no third party can discover the link between the one-time key and the receiver&#039;s public address.&lt;br /&gt;
&lt;br /&gt;
=== Double-spending proof ===&lt;br /&gt;
&lt;br /&gt;
CryptoNote&#039;s ring signatures restrict the double-spending attempt by linking the transactions with the same private key. The protocol uses the key image, derived from a private key through a one-way function. All the users keep the list of all the used key images, which are checked against a new transaction. In case there is a duplicate key image, the transaction is rejected as a double-spending attempt. However, the identity of the sender would still be unknown, since it is impossible to get the private key from its image.&lt;br /&gt;
&lt;br /&gt;
=== Block chain analysis resistance === &lt;br /&gt;
&lt;br /&gt;
CryptoNote creates an obstacle for an analyst by using ring signatures and one-time addresses covered above. Every address of the payment is a unique one-time key, which is created from both the sender&#039;s and the receiver&#039;s data, and the usage of ring signature hides the exact outputs that have been spent for the input. Therefore, each next transaction increases the number of possible senders and hides the actual connection even more.&lt;br /&gt;
&lt;br /&gt;
=== Adaptive limits === &lt;br /&gt;
&lt;br /&gt;
There are no hard constants and magic numbers in CryptoNote. Each limit (e.g., max block size, or min fee amount) is re-calculated based on the historical data of the system. Moreover, the difficulty and the max block size are automatically adjusted with each new block.  The main idea of the algorithm is to sum all the work that nodes have performed during the last 720 blocks and divide it by the time they have spent to accomplish it. The measure of the work is the corresponding difficulty value for each of the blocks. &lt;br /&gt;
&lt;br /&gt;
=== Smooth emission ===&lt;br /&gt;
&lt;br /&gt;
The coins are emitted smoothly, as the reward changes with each new block. This allows a predictable steady growth of money supply determined by the formula&amp;lt;ref&amp;gt;https://cryptonote.org/inside.php#smooth-emission&amp;lt;/ref&amp;gt;:&lt;br /&gt;
&lt;br /&gt;
 BaseReward = (MSupply - A) &amp;gt;&amp;gt; 18&lt;br /&gt;
 MSupply = 2^64 - 1 (atomic units)&lt;br /&gt;
&lt;br /&gt;
=== Egalitarian proof of work ===&lt;br /&gt;
&lt;br /&gt;
CryptoNote uses [[CryptoNight]] hashing algorithm as its proof-of-work.&lt;br /&gt;
&amp;lt;!-- Please rephrase in such a way that it is true (this wording is NOT true):&lt;br /&gt;
Its main feature is that it is suitable only for the ordinary PCs, since CryptoNight utilizes built-in CPU instructions, which are too expensive to implement in the special purpose devices. Therefore, unlike SHA256d, it allows preserving the equality among various users and prohibits centralization of the network in the hands of several miners.&lt;br /&gt;
--&amp;gt;&lt;br /&gt;
The proof of work mechanism is actually a voting system. Users vote for the right order of the transactions, for enabling new features in the protocol and for the honest money supply distribution.&lt;br /&gt;
&lt;br /&gt;
== Origins ==&lt;br /&gt;
&lt;br /&gt;
The first version of CN – CryptoNote v.1 (December 12 2012) was published in Tor http://ol346fucnsjru223.onion/whitepaper.pdf &lt;br /&gt;
&lt;br /&gt;
Little is known about CryptoNote&#039;s origins. The official website uses supposedly fake names for the team members, while the white paper&#039;s author is Nicolas van Saberhagen, which is also likely to be a pseudonym. The white paper &amp;quot;CryptoNote v 2.0&amp;quot; is dated back to October 2013&amp;lt;ref&amp;gt;https://cryptonote.org/whitepaper.pdf&amp;lt;/ref&amp;gt;, [https://bitcointalk.org/index.php?topic=740112.0 but this date appears to have been faked].&lt;br /&gt;
&lt;br /&gt;
== Philosophy ==&lt;br /&gt;
&lt;br /&gt;
CryptoNote philosophy has several key points: privacy as a fundamental human right; government&#039;s influence and control remission as an aim. &lt;br /&gt;
The economy should be separated from politics, communities should set new transparent principles, and impartial cryptographic algorithms should control its implementation.&lt;br /&gt;
&lt;br /&gt;
== See also ==&lt;br /&gt;
&lt;br /&gt;
* [[CryptoNight]]&lt;br /&gt;
&lt;br /&gt;
== External links ==&lt;br /&gt;
&lt;br /&gt;
* [https://cryptonote.org CryptoNote website]&lt;br /&gt;
* [https://forum.cryptonote.org Official forum]&lt;br /&gt;
* [https://github.com/amjuarez/bytecoin Reference code]&lt;br /&gt;
* [https://cryptonote.org/whitepaper.pdf White paper]&lt;br /&gt;
* [https://cryptonote.org/coins.php CryptoNote Currencies]&lt;br /&gt;
&lt;br /&gt;
== References ==&lt;br /&gt;
&lt;br /&gt;
&amp;lt;references/&amp;gt;&lt;br /&gt;
&lt;br /&gt;
[[Category:Digital currencies]]&lt;br /&gt;
[[Category:Anonymity]]&lt;/div&gt;</summary>
		<author><name>Volka</name></author>
	</entry>
	<entry>
		<id>https://en.bitcoin.it/w/index.php?title=CryptoNote&amp;diff=51433</id>
		<title>CryptoNote</title>
		<link rel="alternate" type="text/html" href="https://en.bitcoin.it/w/index.php?title=CryptoNote&amp;diff=51433"/>
		<updated>2014-09-23T17:53:16Z</updated>

		<summary type="html">&lt;p&gt;Volka: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;CryptoNote is an open-sourced protocol that allows for increased privacy in cryptocurrency transactions.&lt;br /&gt;
&lt;br /&gt;
== Features == &lt;br /&gt;
&lt;br /&gt;
===Difficult to trace and link payments ===&lt;br /&gt;
&lt;br /&gt;
Unlike traditional cryptocurrencies that mostly use unambiguous signatures to verify the transfer, CryptoNote utilizes [https://en.wikipedia.org/wiki/Ring_signature ring signature]. Ring signature is a more sophisticated scheme that demand several different public keys for verification. In this case the transaction is signed by a group of users. Thus, the verifier may only identify that one of them was a signer, but not who exactly that was. Though this does not offer provable anonymity (like [[Zerocoin]]), the increase in privacy in comparison to Bitcoin is considerable. &lt;br /&gt;
&lt;br /&gt;
CryptoNote automatically creates multiple unique one-time addresses for each of the payments, which are created from the single public key. Even though the payment is sent to a public address, in the block chain it appears as if it is sent to a one-time address. The sender uses random data and the public address of the receiver to calculate this one-time key of the payment. The redemption of the funds requires the receiver&#039;s private key, so only the latter may receive the money sent to the one-time address. Moreover, no third party can discover the link between the one-time key and the receiver&#039;s public address.&lt;br /&gt;
&lt;br /&gt;
=== Double-spending proof ===&lt;br /&gt;
&lt;br /&gt;
CryptoNote&#039;s ring signatures restrict the double-spending attempt by linking the transactions with the same private key. The protocol uses the key image, derived from a private key through a one-way function. All the users keep the list of all the used key images, which are checked against a new transaction. In case there is a duplicate key image, the transaction is rejected as a double-spending attempt. However, the identity of the sender would still be unknown, since it is impossible to get the private key from its image.&lt;br /&gt;
&lt;br /&gt;
=== Block chain analysis resistance === &lt;br /&gt;
&lt;br /&gt;
CryptoNote creates an obstacle for an analyst by using ring signatures and one-time addresses covered above. Every address of the payment is a unique one-time key, which is created from both the sender&#039;s and the receiver&#039;s data, and the usage of ring signature hides the exact outputs that have been spent for the input. Therefore, each next transaction increases the number of possible senders and hides the actual connection even more.&lt;br /&gt;
&lt;br /&gt;
=== Adaptive limits === &lt;br /&gt;
&lt;br /&gt;
There are no hard constants and magic numbers in CryptoNote. Each limit (e.g., max block size, or min fee amount) is re-calculated based on the historical data of the system. Moreover, the difficulty and the max block size are automatically adjusted with each new block.  The main idea of the algorithm is to sum all the work that nodes have performed during the last 720 blocks and divide it by the time they have spent to accomplish it. The measure of the work is the corresponding difficulty value for each of the blocks. &lt;br /&gt;
&lt;br /&gt;
=== Smooth emission ===&lt;br /&gt;
&lt;br /&gt;
The coins are emitted smoothly, as the reward changes with each new block. This allows a predictable steady growth of money supply determined by the formula&amp;lt;ref&amp;gt;https://cryptonote.org/inside.php#smooth-emission&amp;lt;/ref&amp;gt;:&lt;br /&gt;
&lt;br /&gt;
 BaseReward = (MSupply - A) &amp;gt;&amp;gt; 18&lt;br /&gt;
 MSupply = 2^64 - 1 (atomic units)&lt;br /&gt;
&lt;br /&gt;
=== Egalitarian proof of work ===&lt;br /&gt;
&lt;br /&gt;
CryptoNote uses [[CryptoNight]] hashing algorithm as its proof-of-work.&lt;br /&gt;
&amp;lt;!-- Please rephrase in such a way that it is true (this wording is NOT true):&lt;br /&gt;
Its main feature is that it is suitable only for the ordinary PCs, since CryptoNight utilizes built-in CPU instructions, which are too expensive to implement in the special purpose devices. Therefore, unlike SHA256d, it allows preserving the equality among various users and prohibits centralization of the network in the hands of several miners.&lt;br /&gt;
--&amp;gt;&lt;br /&gt;
The proof of work mechanism is actually a voting system. Users vote for the right order of the transactions, for enabling new features in the protocol and for the honest money supply distribution.&lt;br /&gt;
&lt;br /&gt;
== Origins ==&lt;br /&gt;
&lt;br /&gt;
The first version of CN – CryptoNote v.1 (December 12 2012) was published in Tor http://ol346fucnsjru223.onion/whitepaper.pdf &lt;br /&gt;
&lt;br /&gt;
Little is known about CryptoNote&#039;s origins. The official website uses supposedly fake names for the team members, while the white paper&#039;s author is Nicolas van Saberhagen, which is also likely to be a pseudonym. The white paper &amp;quot;CryptoNote v 2.0&amp;quot; is dated back to October 2013&amp;lt;ref&amp;gt;https://cryptonote.org/whitepaper.pdf&amp;lt;/ref&amp;gt;.&lt;br /&gt;
&lt;br /&gt;
== Philosophy ==&lt;br /&gt;
&lt;br /&gt;
CryptoNote philosophy has several key points: privacy as a fundamental human right; government&#039;s influence and control remission as an aim. &lt;br /&gt;
The economy should be separated from politics, communities should set new transparent principles, and impartial cryptographic algorithms should control its implementation.&lt;br /&gt;
&lt;br /&gt;
== See also ==&lt;br /&gt;
&lt;br /&gt;
* [[CryptoNight]]&lt;br /&gt;
&lt;br /&gt;
== External links ==&lt;br /&gt;
&lt;br /&gt;
* [https://cryptonote.org CryptoNote website]&lt;br /&gt;
* [https://forum.cryptonote.org Official forum]&lt;br /&gt;
* [https://github.com/amjuarez/bytecoin Reference code]&lt;br /&gt;
* [https://cryptonote.org/whitepaper.pdf White paper]&lt;br /&gt;
* [https://cryptonote.org/coins.php CryptoNote Currencies]&lt;br /&gt;
&lt;br /&gt;
== References ==&lt;br /&gt;
&lt;br /&gt;
&amp;lt;references/&amp;gt;&lt;br /&gt;
&lt;br /&gt;
[[Category:Digital currencies]]&lt;br /&gt;
[[Category:Anonymity]]&lt;/div&gt;</summary>
		<author><name>Volka</name></author>
	</entry>
	<entry>
		<id>https://en.bitcoin.it/w/index.php?title=Comparison_of_cryptocurrencies&amp;diff=51400</id>
		<title>Comparison of cryptocurrencies</title>
		<link rel="alternate" type="text/html" href="https://en.bitcoin.it/w/index.php?title=Comparison_of_cryptocurrencies&amp;diff=51400"/>
		<updated>2014-09-22T11:58:39Z</updated>

		<summary type="html">&lt;p&gt;Volka: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;This article aims to list relevant cryptocurrencies.&amp;lt;br/&amp;gt;To be listed here, a currency must have &#039;&#039;&#039;one&#039;&#039;&#039; of the following qualities:&lt;br /&gt;
*The currency must have a market cap of one million US dollars.&lt;br /&gt;
*The currency must be the first to introduce an innovative protocol.&lt;br /&gt;
*The currency must have at one point had significant notoriety.&lt;br /&gt;
*The currency must have been an infamous fraud.&lt;br /&gt;
These coins are currently ordered according to launch date.&lt;br /&gt;
&lt;br /&gt;
{| class=&amp;quot;wikitable sortable&amp;quot; style=&amp;quot;width: 100%; text-align: center; font-size: smaller; &amp;quot;&lt;br /&gt;
! style=&amp;quot;width: 1;&amp;quot; | Coin&lt;br /&gt;
! style=&amp;quot;width: 1;&amp;quot; | Ticker&lt;br /&gt;
! style=&amp;quot;width: 1;&amp;quot; | Launched&lt;br /&gt;
! style=&amp;quot;width: 99;&amp;quot; | Protocol&lt;br /&gt;
! style=&amp;quot;width: 1;&amp;quot; | Distribution&lt;br /&gt;
! style=&amp;quot;width: 1;&amp;quot; | Market cap&lt;br /&gt;
! style=&amp;quot;width: 1;&amp;quot; | Unit cap&lt;br /&gt;
! style=&amp;quot;width: 1;&amp;quot; | Status&lt;br /&gt;
! Notes&lt;br /&gt;
|-&lt;br /&gt;
| style=&amp;quot;text-align: left;&amp;quot; | [[File:Bitcoin.png|16px|link=]] [[Bitcoin]]&lt;br /&gt;
| BTC&lt;br /&gt;
| 3 Jan 2009&lt;br /&gt;
| SHA256d&lt;br /&gt;
| rowspan=2 | Proof-of-work (fixed, halving)&lt;br /&gt;
| rowspan=2 | $6.34 billion&lt;br /&gt;
| 20,999,999.9769&lt;br /&gt;
| {{yes|Active}}&lt;br /&gt;
| First blockchain&lt;br /&gt;
|-&lt;br /&gt;
| style=&amp;quot;text-align: left;&amp;quot; | [[File:Bitcoin.png|16px|link=]] [[Tonal Bitcoin]]&lt;br /&gt;
| TBC&lt;br /&gt;
| 2 Jan 2011&lt;br /&gt;
| SHA256d&lt;br /&gt;
| 7,750,54.00&lt;br /&gt;
| {{yes|Active}}&lt;br /&gt;
| First on-chain alternative&lt;br /&gt;
|-&lt;br /&gt;
| style=&amp;quot;text-align: left;&amp;quot; | Ripple&lt;br /&gt;
| XRP&lt;br /&gt;
| 1 Mar 2011&lt;br /&gt;
| Ripple&lt;br /&gt;
| Central&lt;br /&gt;
| $139 million&lt;br /&gt;
| 28,989,252,282&lt;br /&gt;
| {{yes|Active}}&lt;br /&gt;
| &lt;br /&gt;
|-&lt;br /&gt;
| style=&amp;quot;text-align: left;&amp;quot; | [[File:Namecoin.png|16px|link=]] [[Namecoin]]&lt;br /&gt;
| NMC&lt;br /&gt;
| 18 Apr 2011&lt;br /&gt;
| SHA256d&lt;br /&gt;
| Proof-of-work (fixed, halving)&lt;br /&gt;
| $9.83 million&lt;br /&gt;
| 20,999,999.9769&lt;br /&gt;
| {{partial|Broken}}&lt;br /&gt;
| First alternative chain, bitDNS&lt;br /&gt;
|-&lt;br /&gt;
| style=&amp;quot;text-align: left;&amp;quot; | Tenebrix&lt;br /&gt;
| TBX&lt;br /&gt;
| 25 Sep 2011&lt;br /&gt;
| [[scrypt]]&lt;br /&gt;
| Central, Proof-of-work (fixed, halving)&lt;br /&gt;
| &#039;&#039;None&#039;&#039;&lt;br /&gt;
| 10,499,999.9769&lt;br /&gt;
| {{no|Dead}}&lt;br /&gt;
| First [[scrypt]] coin&lt;br /&gt;
|-&lt;br /&gt;
| style=&amp;quot;text-align: left;&amp;quot; | [[File:Litecoin.png|16px|link=]] Litecoin&lt;br /&gt;
| LTC&lt;br /&gt;
| 7 Oct 2011&lt;br /&gt;
| [[scrypt]]&lt;br /&gt;
| Proof-of-work (fixed, halving)&lt;br /&gt;
| $154 million&lt;br /&gt;
| 83,999,949.9076&lt;br /&gt;
| {{yes|Active}}&lt;br /&gt;
| TBX clone&lt;br /&gt;
|-&lt;br /&gt;
| style=&amp;quot;text-align: left;&amp;quot; | Bytecoin&lt;br /&gt;
| BCN&lt;br /&gt;
| 4 Jul 2012&lt;br /&gt;
| [[CryptoNight]]&lt;br /&gt;
| Proof-of-work (random, smooth)&lt;br /&gt;
| $2.73 million&lt;br /&gt;
| 184.46 billion&lt;br /&gt;
| {{yes|Active}}&lt;br /&gt;
| First CryptoNote coin&lt;br /&gt;
|-&lt;br /&gt;
| style=&amp;quot;text-align: left;&amp;quot; | [[File:Peercoin.png|16px|link=]] Peercoin&lt;br /&gt;
| PPC&lt;br /&gt;
| 19 Aug 2012&lt;br /&gt;
| SHA256d&lt;br /&gt;
| Proof-of-work/stake&lt;br /&gt;
| $15.5 million&lt;br /&gt;
| Unlimited&lt;br /&gt;
| {{yes|Active}}&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
| style=&amp;quot;text-align: left;&amp;quot; | Freicoin&lt;br /&gt;
| FRC&lt;br /&gt;
| 21 Dec 2012&lt;br /&gt;
| SHA256d&lt;br /&gt;
| Proof-of-work&lt;br /&gt;
| $84 thousand&lt;br /&gt;
|?&lt;br /&gt;
| {{Yes|Active}}&lt;br /&gt;
| First demurrage cryptocurrency&lt;br /&gt;
|-&lt;br /&gt;
| style=&amp;quot;text-align: left;&amp;quot; | Feathercoin&lt;br /&gt;
| FTC&lt;br /&gt;
| 16 Apr 2013&lt;br /&gt;
| [[scrypt]]&lt;br /&gt;
| Proof-of-work (fixed, halving)&lt;br /&gt;
| $1.15 million&lt;br /&gt;
|?&lt;br /&gt;
| {{yes|Active}}&lt;br /&gt;
| LTC hardfork&lt;br /&gt;
|-&lt;br /&gt;
| style=&amp;quot;text-align: left;&amp;quot; | Primecoin&lt;br /&gt;
| XPM&lt;br /&gt;
| 7 Jul 2013&lt;br /&gt;
| [[Cunningham]]&lt;br /&gt;
| Proof-of-work&lt;br /&gt;
| $1.2 million&lt;br /&gt;
|?&lt;br /&gt;
| {{Yes|Active}}&lt;br /&gt;
| First &amp;quot;useful proof-of-work&amp;quot; altcoin&lt;br /&gt;
|-&lt;br /&gt;
| style=&amp;quot;text-align: left;&amp;quot; | [[File:Btsx.png|16px|link=]] BitSharesX&lt;br /&gt;
| BTSX&lt;br /&gt;
| 29 Sep 2013&lt;br /&gt;
| BitSharesX&lt;br /&gt;
|?&lt;br /&gt;
| $66.5 million&lt;br /&gt;
| 1,999,992,536&lt;br /&gt;
| {{yes|Active}}&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
| style=&amp;quot;text-align: left;&amp;quot; | [[File:Nxt.png|16px|link=]] Nxt&lt;br /&gt;
| NXT&lt;br /&gt;
| 29 Sep 2013&lt;br /&gt;
| Nxt&lt;br /&gt;
| Central&lt;br /&gt;
| $29.0 million&lt;br /&gt;
| 999,997,096&lt;br /&gt;
| {{yes|Active}}&lt;br /&gt;
| &lt;br /&gt;
|-&lt;br /&gt;
| style=&amp;quot;text-align: left;&amp;quot; | [[File:Dogecoin.png|16px|link=]] Dogecoin&lt;br /&gt;
| DOGE&lt;br /&gt;
| 6 Dec 2013&lt;br /&gt;
| [[scrypt]]&lt;br /&gt;
| Proof-of-work (random)&lt;br /&gt;
| $12.7 million&lt;br /&gt;
| Unlimited&lt;br /&gt;
| {{yes|Active}}&lt;br /&gt;
| Was joke, became huge&lt;br /&gt;
|-&lt;br /&gt;
| style=&amp;quot;text-align: left;&amp;quot; | [[File:Darkcoin.png|16px|link=]] Darkcoin&lt;br /&gt;
| DRK&lt;br /&gt;
| 19 Jan 2014&lt;br /&gt;
| [[Combo11]]&lt;br /&gt;
| Proof-of-work (fixed, curve)&lt;br /&gt;
| $12.5 million&lt;br /&gt;
| 18.4 million (estimate)&lt;br /&gt;
| {{yes|Active}}&lt;br /&gt;
| &lt;br /&gt;
|-&lt;br /&gt;
| style=&amp;quot;text-align: left;&amp;quot; | HunterCoin&lt;br /&gt;
| HUC&lt;br /&gt;
| 1 Feb 2014&lt;br /&gt;
| SHA256d and/or [[scrypt]]&lt;br /&gt;
| Game rewards, Proof-of-work&lt;br /&gt;
| $47 thousand&lt;br /&gt;
| 42,000,000&lt;br /&gt;
| {{yes|Active}}&lt;br /&gt;
| First blockchain-based game&lt;br /&gt;
|-&lt;br /&gt;
| style=&amp;quot;text-align: left;&amp;quot; | [[File:Monero.png|16px|link=]] Monero&lt;br /&gt;
| XMR&lt;br /&gt;
| 18 Apr 2014&lt;br /&gt;
| [[CryptoNight]]&lt;br /&gt;
| Proof-of-work (random, smooth)&lt;br /&gt;
| $6.27 million&lt;br /&gt;
| 18,446,744,073,709,551,615&lt;br /&gt;
| {{yes|Active}}&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
| style=&amp;quot;text-align: left;&amp;quot; | [[File:Maid.png|16px|link=]] MaidSafeCoin&lt;br /&gt;
| MAID&lt;br /&gt;
| 22 Apr 2014&lt;br /&gt;
| Mastercoin&lt;br /&gt;
| Central&lt;br /&gt;
| $8.54 million&lt;br /&gt;
| 452,552,412&lt;br /&gt;
| {{yes|Active}}&lt;br /&gt;
|&lt;br /&gt;
|}&lt;br /&gt;
&amp;lt;!--&lt;br /&gt;
==Top 100==&lt;br /&gt;
&lt;br /&gt;
=== Anoncoin (ANC) ===&lt;br /&gt;
* [https://anoncoin.net/ Anoncoin website]&lt;br /&gt;
* [https://wiki.anoncoin.net Anoncoin wiki]&lt;br /&gt;
* Built in support of I2P and Tor&lt;br /&gt;
* 4.2 million total coins&lt;br /&gt;
* Block reward 5 ANC, halved every 306k blocks&lt;br /&gt;
* Block target 3.4 minutes, difficulty changes every block&lt;br /&gt;
* Launched: June 2, 2013&lt;br /&gt;
&lt;br /&gt;
The goal of Anoncoin is to provide a truly anonymous cryptocurrency. The location of the user is concealed by providing built-in support of the I2P darknet and Tor. [[Zerocoin]] will be implemented in an upcoming release, making it impossible to trace transactions in the blockchain.&lt;br /&gt;
&lt;br /&gt;
=== Bytecoin (BCN) ===&lt;br /&gt;
* &#039;&#039;&#039;BCN&#039;&#039;&#039; https://bytecoin.org&lt;br /&gt;
* &#039;&#039;&#039;CryptoNote&#039;&#039;&#039; technology https://cryptonote.org/&lt;br /&gt;
* Algorithm: &#039;&#039;&#039;CryptoNight&#039;&#039;&#039;&lt;br /&gt;
* Started on July 4, 2012&lt;br /&gt;
* Block time: &#039;&#039;&#039;120 seconds (2 minutes)&#039;&#039;&#039;&lt;br /&gt;
* Difficulty retargets each block&lt;br /&gt;
* Block reward decreases each block according to the formula: BaseReward = (MSupply - A)/2^18,  where MSupply = (2^64 - 1) atomic units and &#039;A&#039; is amount of already generated coins&lt;br /&gt;
* Total 184.46 billion BCN&lt;br /&gt;
* &#039;&#039;&#039;Forum&#039;&#039;&#039; https://bitcointalk.org/index.php?topic=512747.0&lt;br /&gt;
* &#039;&#039;&#039;Forum&#039;&#039;&#039; https://cryptocointalk.com/forum/1362-bytecoin-bcn/&lt;br /&gt;
* &#039;&#039;&#039;Twitter&#039;&#039;&#039; https://twitter.com/Bytecoin_BCN&lt;br /&gt;
* &#039;&#039;&#039;Block chain&#039;&#039;&#039; https://chainradar.com/&lt;br /&gt;
* &#039;&#039;&#039;Coin features:&#039;&#039;&#039;&lt;br /&gt;
**Difficult to trace payments by use of ring signature&lt;br /&gt;
**Only CPU-mining &amp;amp; ASIC-resistant&lt;br /&gt;
**POW mechanism is a voting system for users&lt;br /&gt;
&lt;br /&gt;
=== Devcoin (DEV) ===&lt;br /&gt;
* https://bitcointalk.org/index.php?topic=34586.0&lt;br /&gt;
* (merged mined with BTC)&lt;br /&gt;
* blocks every &#039;&#039;&#039;10 min&#039;&#039;&#039;&lt;br /&gt;
* coin supply* &#039;&#039;&#039;constant generation&#039;&#039;&#039; coins will be available (???)&lt;br /&gt;
* difficulty adjustment &#039;&#039;&#039;2016 blocks&#039;&#039;&#039;&lt;br /&gt;
* hashing algorithm &#039;&#039;&#039;SHA256d&#039;&#039;&#039;&lt;br /&gt;
* Reward &#039;&#039;&#039;50,000&#039;&#039;&#039; coins per block&lt;br /&gt;
* &#039;&#039;&#039;EXTRA 90% block subsidy goes to foundation&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
=== FeatherCoin (FTC) ===&lt;br /&gt;
* http://feathercoin.com/&lt;br /&gt;
* A fork of Litecoin&lt;br /&gt;
* 243 million total coins&lt;br /&gt;
&lt;br /&gt;
=== Freicoin (FRC) ===&lt;br /&gt;
* http://freico.in/&lt;br /&gt;
* http://www.freicoin.org/&lt;br /&gt;
* blocks every &#039;&#039;&#039;10 minutes&#039;&#039;&#039;&lt;br /&gt;
* coin supply* &#039;&#039;&#039;100 million&#039;&#039;&#039; coins will be available&lt;br /&gt;
* difficulty adjustment &#039;&#039;&#039;2016 blocks&#039;&#039;&#039;&lt;br /&gt;
* hashing algorithm &#039;&#039;&#039;SHA-256&#039;&#039;&#039;&lt;br /&gt;
* [http://www.freicoin.org/freicoin-generation-graph-t41-20.html#p532 Arithmetically decreasing] reward&lt;br /&gt;
* EXTRA: &lt;br /&gt;
**4.89% annual [http://en.wikipedia.org/wiki/Demurrage_currency demurrage]&lt;br /&gt;
**80% block subsidy [http://www.freicoin.org/application-developer-best-practices-t87.html#p919 goes to foundation for the first 3 years] (about 500 coins for each of first 161280 blocks, total 80m)&lt;br /&gt;
&lt;br /&gt;
=== GoldCoin (GLD) ===&lt;br /&gt;
* http://gldcoin.com/&lt;br /&gt;
* https://www.gldtalk.org/&lt;br /&gt;
* https://bitcointalk.org/index.php?topic=317568.0&lt;br /&gt;
* blocks every &#039;&#039;&#039;2 minutes&#039;&#039;&#039;&lt;br /&gt;
* coin supply* &#039;&#039;&#039;123 million&#039;&#039;&#039; coins will be available&lt;br /&gt;
* difficulty adjustment* &#039;&#039;&#039;60 blocks&#039;&#039;&#039;&lt;br /&gt;
* hashing algorithm &#039;&#039;&#039;Scrypt&#039;&#039;&#039;&lt;br /&gt;
* reward &#039;&#039;&#039;45&#039;&#039;&#039; coins per block&lt;br /&gt;
&lt;br /&gt;
=== IxCoin (IXC) ===&lt;br /&gt;
* https://bitcointalk.org/index.php?topic=36701.0&lt;br /&gt;
* (merged mined with BTC)&lt;br /&gt;
* blocks every &#039;&#039;&#039;10 min&#039;&#039;&#039;&lt;br /&gt;
* Coin supply* &#039;&#039;&#039;21 million&#039;&#039;&#039; coins will be available&lt;br /&gt;
* difficulty adjustment &#039;&#039;&#039;2016 blocks&#039;&#039;&#039;&lt;br /&gt;
* hashing algorithm &#039;&#039;&#039;SHA1&#039;&#039;&#039; &lt;br /&gt;
* Reward &#039;&#039;&#039;96 &#039;&#039;&#039;coins per block&lt;br /&gt;
&lt;br /&gt;
=== Mastercoin (MSC) ===&lt;br /&gt;
* http://www.mastercoin.org&lt;br /&gt;
* Coin supply:  619478.59338440 MSC&lt;br /&gt;
* Launch Date: September 1, 2013&lt;br /&gt;
* Blockchain: Uses Bitcoin for transport, storage and security, inherits Bitcoin Protocol properties&lt;br /&gt;
* Extended Properties: Distributed Exchange, Savings &amp;amp; Guardian Addresses, Contracts for Difference, Smart Properties, User Currencies&lt;br /&gt;
* Protocol: Master Protocol &lt;br /&gt;
* Spec Github Repo: https://github.com/mastercoin-MSC/spec&lt;br /&gt;
&lt;br /&gt;
=== Megacoin (MΣC) ===&lt;br /&gt;
* http://www.megacoin.co.nz/&lt;br /&gt;
* https://forum.megacoin.co.nz&lt;br /&gt;
* Block Target is 2.5 minutes&lt;br /&gt;
* Block reward halved every every 420,000 blocks&lt;br /&gt;
* 25 coins per block&lt;br /&gt;
* 42 Million total coins&lt;br /&gt;
* Difficulty changes every block&lt;br /&gt;
&lt;br /&gt;
The implentation of the Kimoto Gravity well retargets difficulty every block. This keeps mining fair and secure for all miners and users of the coin, and prevents the rampant multipool abuse that was (and still is) common with most all other altcoins out on the market today. &lt;br /&gt;
&lt;br /&gt;
=== Netcoin (NET) ===&lt;br /&gt;
* Main - http://netcoin.org.uk/&lt;br /&gt;
* Forums - http://forum.netcoinfoundation.org/&lt;br /&gt;
* blocks every &#039;&#039;&#039;1 min&#039;&#039;&#039;&lt;br /&gt;
* coin supply* &#039;&#039;&#039;320.6 million&#039;&#039;&#039; coins will be available&lt;br /&gt;
* difficulty adjustment* &#039;&#039;&#039;60 blocks&#039;&#039;&#039;&lt;br /&gt;
* hashing algorithm &#039;&#039;&#039;Scrypt&#039;&#039;&#039;&lt;br /&gt;
* Initial Reward &#039;&#039;&#039;1024 &#039;&#039;&#039;coins per block&lt;br /&gt;
* Reward Halves &#039;&#039;&#039;Every 3 months or 129,600 Blocks&#039;&#039;&#039;&lt;br /&gt;
* Market Cap: approx. $200,000 (Dec 4th, 2013)&lt;br /&gt;
* Launch Date: Sept 2nd, 2013&lt;br /&gt;
&lt;br /&gt;
=== Terracoin (TRC) ===&lt;br /&gt;
* http://terracoin.org/&lt;br /&gt;
* blocks every &#039;&#039;&#039;2 minutes&#039;&#039;&#039;&lt;br /&gt;
* coin supply* &#039;&#039;&#039;42 million&#039;&#039;&#039; coins will be available&lt;br /&gt;
* difficulty adjustment &#039;&#039;&#039;30 blocks&#039;&#039;&#039;&lt;br /&gt;
* hashing algorithm &#039;&#039;&#039;SHA-256&#039;&#039;&#039;&lt;br /&gt;
* Reward &#039;&#039;&#039;20&#039;&#039;&#039; coins per block&lt;br /&gt;
--&amp;gt;&lt;br /&gt;
==See Also==&lt;br /&gt;
* [http://bitcointalk.org/index.php?topic=134179.0 List of alternative chains]&lt;br /&gt;
==References==&lt;br /&gt;
&amp;lt;references/&amp;gt;&lt;br /&gt;
[[Category:Alternative cryptocurrencies]]&lt;/div&gt;</summary>
		<author><name>Volka</name></author>
	</entry>
	<entry>
		<id>https://en.bitcoin.it/w/index.php?title=CryptoNote&amp;diff=46793</id>
		<title>CryptoNote</title>
		<link rel="alternate" type="text/html" href="https://en.bitcoin.it/w/index.php?title=CryptoNote&amp;diff=46793"/>
		<updated>2014-04-25T12:20:30Z</updated>

		<summary type="html">&lt;p&gt;Volka: /* Double-spending proof */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;CryptoNote is an open-source technology that allows creation of completely anonymous CPU-based cryptocurrencies. It proposes concepts and features, which haven&#039;t become mainstream in the altcoins yet. The only known digital currency to be based on CryptoNote is [[Bytecoin|Bytecoin [BCN]]].&lt;br /&gt;
&lt;br /&gt;
== Features == &lt;br /&gt;
&lt;br /&gt;
=== Untraceable payments ===&lt;br /&gt;
&lt;br /&gt;
Unlike traditional cryptocurrencies that mostly use unambiguous signatures to verify the transfer, CryptoNote utilizes ring signature. Ring signature is a more sophisticated scheme, which in fact may demand several different public keys for verification. In this case the transaction is signed by a group of users. Thus, the verifier may only identify that one of them was a signer, but not who exactly that was. The public key of a user may appear in a large number of ring signatures even if it was already used to sign her own transaction.&lt;br /&gt;
&lt;br /&gt;
=== Unlinkable transactions ===&lt;br /&gt;
&lt;br /&gt;
CryptoNote automatically creates multiple unique one-time addresses for each of the payments, which are created from the single public key. Even though the payment is sent to a public address, in the block chain it appears as if sent to a one-time address.&lt;br /&gt;
&lt;br /&gt;
The sender uses randam data and the public address of the receiver to calculate this one-time key of the payment. The redemption of the funds requires the receiver&#039;s private key, so only the latter may receive the money sent to the one-time address. Moreover, no third party can discover the link between the one-time key and the receiver&#039;s public address.&lt;br /&gt;
&lt;br /&gt;
=== Double-spending proof ===&lt;br /&gt;
&lt;br /&gt;
In spite of being anonymous, CryptoNote&#039;s ring signatures restrict the double-spending attempt by linking the transactions with the same private key. The protocol uses the key image, derived from a private key through a one-way function. All the users keep the list of all the used key images, which are checked against a new transaction. In case there is a duplicate key image, the transaction is rejected as a double-spending attempt. However, the identity of the sender would still be unknown, since it is impossible to get the private key from its image.&lt;br /&gt;
All users keep the list of the used key images (compared with the history of all valid transactions it requires an insignificant amount of storage) and immediately reject any new ring signature with a duplicate key image. It will not identify the misbehaving user, but it does prevent any double-spending attempts, caused by malicious intentions or software errors.&lt;br /&gt;
&lt;br /&gt;
=== Block chain analysis resistance === &lt;br /&gt;
&lt;br /&gt;
CryptoNote creates an obstacle for an analyst by using ring signatures and one-time addresses covered above. Every address of the payment is a unique one-time key, which is created from both the sender&#039;s and the receiver&#039;s data, and the usage of ring signature hides the exact outputs that have been spent for the input. Therefore, each next transaction increases the number of possible senders and hides the actual connection even more.&lt;br /&gt;
&lt;br /&gt;
=== Adaptive limits === &lt;br /&gt;
&lt;br /&gt;
There are no hard constants and magic numbers in CryptoNote. Each limit (e.g., max block size, or min fee amount) is re-calculated based on the historical data of the system. Moreover, the difficulty and the max block size are automatically adjusted with each new block.&lt;br /&gt;
&lt;br /&gt;
=== Smooth emission ===&lt;br /&gt;
&lt;br /&gt;
The coins are emitted smoothly, as the reward changes with each new block. This allows a predictable steady growth of money supply determined by the formula&amp;lt;ref&amp;gt;hhttps://cryptonote.org/inside.php#smooth-emission&amp;lt;/ref&amp;gt;:&lt;br /&gt;
&lt;br /&gt;
 BaseReward = (MSupply - A) &amp;gt;&amp;gt; 18&lt;br /&gt;
 MSupply = 2^64 - 1 (atomic units)&lt;br /&gt;
&lt;br /&gt;
=== Egalitarian proof of work ===&lt;br /&gt;
&lt;br /&gt;
CryptoNote uses [[CryptoNight]] hashing algorithm as its proof-of-work. Its main feature is that it is suitable only for the ordinary PCs, since CryptoNight utilizes built-in CPU instructions, which are too expensive to implement in the special purpose devices. Therefore, unlike Bitcoin, it allows preserving the equality among various users and prohibits centralization of the network in the hands of several miners.&lt;br /&gt;
&lt;br /&gt;
== Origins ==&lt;br /&gt;
&lt;br /&gt;
Little is known about CryptoNote&#039;s origins. The official website uses supposedly fake names for the team members, while the white paper&#039;s author is Nicolas van Saberhagen, which is also likely to be a pseudonym. The white paper &amp;quot;CryptoNote v 2.0&amp;quot; is dated back to October 2013&amp;lt;ref&amp;gt;https://cryptonote.org/whitepaper.pdf&amp;lt;/ref&amp;gt;.&lt;br /&gt;
&lt;br /&gt;
The developers have mentioned at CryptoNote&#039;s official forum that the team actually consists of cryptographers, developers, and economists, but their identities have to be concealed currently&amp;lt;ref&amp;gt;https://forum.cryptonote.org/viewtopic.php?f=3&amp;amp;t=21#p61&amp;lt;/ref&amp;gt;. It was also mentioned that CryptoNote&#039;s team and Bytecoin&#039;s team have been developing the technology and the currency in a cooperation, but separated soon after the launch&amp;lt;ref&amp;gt;https://forum.cryptonote.org/viewtopic.php?f=3&amp;amp;t=21#p73&amp;lt;/ref&amp;gt;. &lt;br /&gt;
&lt;br /&gt;
CryptoNote has have been under development for some time before Bytecoin&#039;s launch on the clearnet in March 2014, but there is no evidence of the exact years of R&amp;amp;D. CryptoNote&#039;s website mentions &amp;quot;2011—2014&amp;quot; in the footer.&lt;br /&gt;
&lt;br /&gt;
== Implementation ==&lt;br /&gt;
&lt;br /&gt;
The first alternate currency to be based on CryptoNote is [[Bytecoin]]. CryptoNote forum has a separate branch for those who would like to implement the protocol in another altcoin&amp;lt;ref&amp;gt;https://forum.cryptonote.org/viewtopic.php?f=6&amp;amp;t=7&amp;lt;/ref&amp;gt;. However, the reference code is still Bytecoin&amp;lt;ref&amp;gt;https://forum.cryptonote.org/viewtopic.php?f=6&amp;amp;t=6#p8&amp;lt;/ref&amp;gt;.&lt;br /&gt;
&lt;br /&gt;
== See also ==&lt;br /&gt;
&lt;br /&gt;
* [[Bytecoin]]&lt;br /&gt;
* [[CryptoNight]]&lt;br /&gt;
&lt;br /&gt;
== External links ===&lt;br /&gt;
&lt;br /&gt;
* [https://cryptonote.org CryptoNote website]&lt;br /&gt;
* [https://forum.cryptonote.org Official forum]&lt;br /&gt;
* [https://github.com/amjuarez/bytecoin Reference code]&lt;br /&gt;
* [https://cryptonote.org/whitepaper.pdf White paper]&lt;br /&gt;
&lt;br /&gt;
== References ==&lt;br /&gt;
&lt;br /&gt;
&amp;lt;references/&amp;gt;&lt;br /&gt;
&lt;br /&gt;
[[Category:Alternative cryptocurrencies]]&lt;br /&gt;
[[Category:Digital currencies]]&lt;br /&gt;
[[Category:Anonymity]]&lt;/div&gt;</summary>
		<author><name>Volka</name></author>
	</entry>
	<entry>
		<id>https://en.bitcoin.it/w/index.php?title=CryptoNote&amp;diff=46792</id>
		<title>CryptoNote</title>
		<link rel="alternate" type="text/html" href="https://en.bitcoin.it/w/index.php?title=CryptoNote&amp;diff=46792"/>
		<updated>2014-04-25T12:16:35Z</updated>

		<summary type="html">&lt;p&gt;Volka: /* Untraceable payments */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;CryptoNote is an open-source technology that allows creation of completely anonymous CPU-based cryptocurrencies. It proposes concepts and features, which haven&#039;t become mainstream in the altcoins yet. The only known digital currency to be based on CryptoNote is [[Bytecoin|Bytecoin [BCN]]].&lt;br /&gt;
&lt;br /&gt;
== Features == &lt;br /&gt;
&lt;br /&gt;
=== Untraceable payments ===&lt;br /&gt;
&lt;br /&gt;
Unlike traditional cryptocurrencies that mostly use unambiguous signatures to verify the transfer, CryptoNote utilizes ring signature. Ring signature is a more sophisticated scheme, which in fact may demand several different public keys for verification. In this case the transaction is signed by a group of users. Thus, the verifier may only identify that one of them was a signer, but not who exactly that was. The public key of a user may appear in a large number of ring signatures even if it was already used to sign her own transaction.&lt;br /&gt;
&lt;br /&gt;
=== Unlinkable transactions ===&lt;br /&gt;
&lt;br /&gt;
CryptoNote automatically creates multiple unique one-time addresses for each of the payments, which are created from the single public key. Even though the payment is sent to a public address, in the block chain it appears as if sent to a one-time address.&lt;br /&gt;
&lt;br /&gt;
The sender uses randam data and the public address of the receiver to calculate this one-time key of the payment. The redemption of the funds requires the receiver&#039;s private key, so only the latter may receive the money sent to the one-time address. Moreover, no third party can discover the link between the one-time key and the receiver&#039;s public address.&lt;br /&gt;
&lt;br /&gt;
=== Double-spending proof ===&lt;br /&gt;
&lt;br /&gt;
In spite of being anonymous, CryptoNote&#039;s ring signatures restrict the double-spending attempt by linking the transactions with the same private key. The protocol uses the key image, derived from a private key through a one-way function. All the users keep the list of all the used key images, which are checked against a new transaction. In case there is a duplicate key image, the transaction is rejected as a double-spending attempt. However, the identity of the sender would still be unknown, since it is impossible to get the private key from its image.&lt;br /&gt;
&lt;br /&gt;
=== Block chain analysis resistance === &lt;br /&gt;
&lt;br /&gt;
CryptoNote creates an obstacle for an analyst by using ring signatures and one-time addresses covered above. Every address of the payment is a unique one-time key, which is created from both the sender&#039;s and the receiver&#039;s data, and the usage of ring signature hides the exact outputs that have been spent for the input. Therefore, each next transaction increases the number of possible senders and hides the actual connection even more.&lt;br /&gt;
&lt;br /&gt;
=== Adaptive limits === &lt;br /&gt;
&lt;br /&gt;
There are no hard constants and magic numbers in CryptoNote. Each limit (e.g., max block size, or min fee amount) is re-calculated based on the historical data of the system. Moreover, the difficulty and the max block size are automatically adjusted with each new block.&lt;br /&gt;
&lt;br /&gt;
=== Smooth emission ===&lt;br /&gt;
&lt;br /&gt;
The coins are emitted smoothly, as the reward changes with each new block. This allows a predictable steady growth of money supply determined by the formula&amp;lt;ref&amp;gt;hhttps://cryptonote.org/inside.php#smooth-emission&amp;lt;/ref&amp;gt;:&lt;br /&gt;
&lt;br /&gt;
 BaseReward = (MSupply - A) &amp;gt;&amp;gt; 18&lt;br /&gt;
 MSupply = 2^64 - 1 (atomic units)&lt;br /&gt;
&lt;br /&gt;
=== Egalitarian proof of work ===&lt;br /&gt;
&lt;br /&gt;
CryptoNote uses [[CryptoNight]] hashing algorithm as its proof-of-work. Its main feature is that it is suitable only for the ordinary PCs, since CryptoNight utilizes built-in CPU instructions, which are too expensive to implement in the special purpose devices. Therefore, unlike Bitcoin, it allows preserving the equality among various users and prohibits centralization of the network in the hands of several miners.&lt;br /&gt;
&lt;br /&gt;
== Origins ==&lt;br /&gt;
&lt;br /&gt;
Little is known about CryptoNote&#039;s origins. The official website uses supposedly fake names for the team members, while the white paper&#039;s author is Nicolas van Saberhagen, which is also likely to be a pseudonym. The white paper &amp;quot;CryptoNote v 2.0&amp;quot; is dated back to October 2013&amp;lt;ref&amp;gt;https://cryptonote.org/whitepaper.pdf&amp;lt;/ref&amp;gt;.&lt;br /&gt;
&lt;br /&gt;
The developers have mentioned at CryptoNote&#039;s official forum that the team actually consists of cryptographers, developers, and economists, but their identities have to be concealed currently&amp;lt;ref&amp;gt;https://forum.cryptonote.org/viewtopic.php?f=3&amp;amp;t=21#p61&amp;lt;/ref&amp;gt;. It was also mentioned that CryptoNote&#039;s team and Bytecoin&#039;s team have been developing the technology and the currency in a cooperation, but separated soon after the launch&amp;lt;ref&amp;gt;https://forum.cryptonote.org/viewtopic.php?f=3&amp;amp;t=21#p73&amp;lt;/ref&amp;gt;. &lt;br /&gt;
&lt;br /&gt;
CryptoNote has have been under development for some time before Bytecoin&#039;s launch on the clearnet in March 2014, but there is no evidence of the exact years of R&amp;amp;D. CryptoNote&#039;s website mentions &amp;quot;2011—2014&amp;quot; in the footer.&lt;br /&gt;
&lt;br /&gt;
== Implementation ==&lt;br /&gt;
&lt;br /&gt;
The first alternate currency to be based on CryptoNote is [[Bytecoin]]. CryptoNote forum has a separate branch for those who would like to implement the protocol in another altcoin&amp;lt;ref&amp;gt;https://forum.cryptonote.org/viewtopic.php?f=6&amp;amp;t=7&amp;lt;/ref&amp;gt;. However, the reference code is still Bytecoin&amp;lt;ref&amp;gt;https://forum.cryptonote.org/viewtopic.php?f=6&amp;amp;t=6#p8&amp;lt;/ref&amp;gt;.&lt;br /&gt;
&lt;br /&gt;
== See also ==&lt;br /&gt;
&lt;br /&gt;
* [[Bytecoin]]&lt;br /&gt;
* [[CryptoNight]]&lt;br /&gt;
&lt;br /&gt;
== External links ===&lt;br /&gt;
&lt;br /&gt;
* [https://cryptonote.org CryptoNote website]&lt;br /&gt;
* [https://forum.cryptonote.org Official forum]&lt;br /&gt;
* [https://github.com/amjuarez/bytecoin Reference code]&lt;br /&gt;
* [https://cryptonote.org/whitepaper.pdf White paper]&lt;br /&gt;
&lt;br /&gt;
== References ==&lt;br /&gt;
&lt;br /&gt;
&amp;lt;references/&amp;gt;&lt;br /&gt;
&lt;br /&gt;
[[Category:Alternative cryptocurrencies]]&lt;br /&gt;
[[Category:Digital currencies]]&lt;br /&gt;
[[Category:Anonymity]]&lt;/div&gt;</summary>
		<author><name>Volka</name></author>
	</entry>
	<entry>
		<id>https://en.bitcoin.it/w/index.php?title=CryptoNight&amp;diff=46584</id>
		<title>CryptoNight</title>
		<link rel="alternate" type="text/html" href="https://en.bitcoin.it/w/index.php?title=CryptoNight&amp;diff=46584"/>
		<updated>2014-04-18T12:24:23Z</updated>

		<summary type="html">&lt;p&gt;Volka: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;CryptoNight is the proof-of-work algorithm used in [[CryptoNote]] and [[Bytecoin|Bytecoin (BCN)]]. It is designed to be egalitarian, being suitable for ordinary PC CPUs, but not the special purpose devices for mining. Therefore, the currencies based on CryptoNight are CPU-mined only.&lt;br /&gt;
&lt;br /&gt;
== Principles ==&lt;br /&gt;
&lt;br /&gt;
CryptoNight relies on random access to the slow memory and emphasizes latency dependence. Each new block depends on all the previous blocks (unlike, for example, [[scrypt proof of work|scrypt]]). The algorithm requires about 2 Mb per instance:&lt;br /&gt;
&lt;br /&gt;
# It fits in the L3 cache (per core) of modern processors.&lt;br /&gt;
# A megabyte of internal memory is almost unacceptable for the modern ASICs.&lt;br /&gt;
# GPUs may run hundreds of concurrent instances, but they are limited in other ways. GDDR5 memory is slower than the CPU L3 cache and remarkable for its bandwidth, not random access speed.&lt;br /&gt;
# Significant expansion of the scratchpad would require an increase in iterations, which in turn implies an overall time increase. &amp;quot;Heavy&amp;quot; calls in a trustless p2p network may lead to serious vulnerabilities, because nodes are obliged to check every new block&#039;s proof-of-work. If a node spends a considerable amount of time on each hash evaluation, it can be easily DDoSed by a flood of fake objects with arbitrary work data (nonce values).&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== See Also ==&lt;br /&gt;
&lt;br /&gt;
* [[Bytecoin]]&lt;br /&gt;
* [[CryptoNote]]&lt;br /&gt;
&lt;br /&gt;
== External Links ==&lt;br /&gt;
&lt;br /&gt;
* [https://cryptonote.org/inside.php#equal-proof-of-work CryptoNight on CryptoNote&#039;s website]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[[Category:Alternative cryptocurrencies]]&lt;br /&gt;
[[Category:Digital currencies]]&lt;br /&gt;
[[Category:Technical]]&lt;/div&gt;</summary>
		<author><name>Volka</name></author>
	</entry>
	<entry>
		<id>https://en.bitcoin.it/w/index.php?title=CryptoNight&amp;diff=46582</id>
		<title>CryptoNight</title>
		<link rel="alternate" type="text/html" href="https://en.bitcoin.it/w/index.php?title=CryptoNight&amp;diff=46582"/>
		<updated>2014-04-18T12:23:00Z</updated>

		<summary type="html">&lt;p&gt;Volka: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;CryptoNight is the proof-of-work algorithm used in [[CryptoNote]] and [[Bytecoin|Bytecoin (BCN)]]. It is designed to be egalitarian, being suitable for ordinary PC CPUs, but not the special purpose devices for mining. Therefore, the currencies based on CryptoNight are CPU-mined only.&lt;br /&gt;
&lt;br /&gt;
== Principles ==&lt;br /&gt;
&lt;br /&gt;
CryptoNight relies on random access to the slow memory and emphasizes latency dependence. Each new block depends on all the previous blocks (unlike, for example, [[scrypt proof of work|scrypt]]). The algorithm requires about 2 Mb per instance:&lt;br /&gt;
&lt;br /&gt;
# It fits in the L3 cache (per core) of modern processors.&lt;br /&gt;
# A megabyte of internal memory is almost unacceptable for the modern ASICs.&lt;br /&gt;
# GPUs may run hundreds of concurrent instances, but they are limited in other ways. GDDR5 memory is slower than the CPU L3 cache and remarkable for its bandwidth, not random access speed.&lt;br /&gt;
# Significant expansion of the scratchpad would require an increase in iterations, which in turn implies an overall time increase. &amp;quot;Heavy&amp;quot; calls in a trustless p2p network may lead to serious vulnerabilities, because nodes are obliged to check every new block&#039;s proof-of-work. If a node spends a considerable amount of time on each hash evaluation, it can be easily DDoSed by a flood of fake objects with arbitrary work data (nonce values).&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== See Also ==&lt;br /&gt;
&lt;br /&gt;
* [[Bytecoin]]&lt;br /&gt;
* [[CryptoNote]]&lt;br /&gt;
&lt;br /&gt;
== External Links ==&lt;br /&gt;
&lt;br /&gt;
* [https://cryptonote.org/inside.php#equal-proof-of-work CryptoNight on CryptoNote&#039;s website]&lt;br /&gt;
* [https://en.bitcoin.it/wiki/CryptoNight]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[[Category:Alternative cryptocurrencies]]&lt;br /&gt;
[[Category:Digital currencies]]&lt;br /&gt;
[[Category:Technical]]&lt;/div&gt;</summary>
		<author><name>Volka</name></author>
	</entry>
</feed>