<?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=Name</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=Name"/>
	<link rel="alternate" type="text/html" href="https://en.bitcoin.it/wiki/Special:Contributions/Name"/>
	<updated>2026-04-26T11:25:09Z</updated>
	<subtitle>User contributions</subtitle>
	<generator>MediaWiki 1.43.8</generator>
	<entry>
		<id>https://en.bitcoin.it/w/index.php?title=CryptoNote&amp;diff=48291</id>
		<title>CryptoNote</title>
		<link rel="alternate" type="text/html" href="https://en.bitcoin.it/w/index.php?title=CryptoNote&amp;diff=48291"/>
		<updated>2014-06-19T16:33:04Z</updated>

		<summary type="html">&lt;p&gt;Name: /* Origins */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;CryptoNote is an open-source technology that allows creation of completely anonymous cryptocurrencies.&lt;br /&gt;
It proposes concepts and features, which aren&#039;t supported by Bitcoin yet.&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 [https://en.wikipedia.org/wiki/Ring_signature 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;
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;
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 the team developing CryptoNote had experience a schism and went separate ways&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;
CryptoNote reference code was first released for Bytecoin in 2012.&lt;br /&gt;
&lt;br /&gt;
CryptoNote&#039;s website mentions &amp;quot;2011—2014&amp;quot; in the footer.&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;
&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>Name</name></author>
	</entry>
	<entry>
		<id>https://en.bitcoin.it/w/index.php?title=CryptoNight&amp;diff=48290</id>
		<title>CryptoNight</title>
		<link rel="alternate" type="text/html" href="https://en.bitcoin.it/w/index.php?title=CryptoNight&amp;diff=48290"/>
		<updated>2014-06-19T16:10:47Z</updated>

		<summary type="html">&lt;p&gt;Name: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;CryptoNight is a proof-of-work algorithm.&lt;br /&gt;
It is designed to be suitable for ordinary PC CPUs, but currently no special purpose devices for mining are available.&lt;br /&gt;
Therefore, CryptoNight can only be CPU-mined for the time being.&lt;br /&gt;
CryptoNight is the main CryptoNote&#039;s hash function. &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;
== 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;
[[Category:Digital currencies]]&lt;br /&gt;
[[Category:Technical]]&lt;/div&gt;</summary>
		<author><name>Name</name></author>
	</entry>
	<entry>
		<id>https://en.bitcoin.it/w/index.php?title=CryptoNight&amp;diff=48289</id>
		<title>CryptoNight</title>
		<link rel="alternate" type="text/html" href="https://en.bitcoin.it/w/index.php?title=CryptoNight&amp;diff=48289"/>
		<updated>2014-06-19T16:08:27Z</updated>

		<summary type="html">&lt;p&gt;Name: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;CryptoNight is a proof-of-work algorithm.&lt;br /&gt;
It is designed to be suitable for ordinary PC CPUs, but currently no special purpose devices for mining are available.&lt;br /&gt;
Therefore, CryptoNight can only be CPU-mined for the time being.&lt;br /&gt;
CryptoNight is the main CryptoNote&#039;s hash-function. &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;
== 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;
[[Category:Digital currencies]]&lt;br /&gt;
[[Category:Technical]]&lt;/div&gt;</summary>
		<author><name>Name</name></author>
	</entry>
	<entry>
		<id>https://en.bitcoin.it/w/index.php?title=CryptoNote&amp;diff=48238</id>
		<title>CryptoNote</title>
		<link rel="alternate" type="text/html" href="https://en.bitcoin.it/w/index.php?title=CryptoNote&amp;diff=48238"/>
		<updated>2014-06-16T17:00:35Z</updated>

		<summary type="html">&lt;p&gt;Name: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;CryptoNote is an open-source technology that allows creation of completely anonymous cryptocurrencies.&lt;br /&gt;
It proposes concepts and features, which aren&#039;t supported by Bitcoin yet.&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 [https://en.wikipedia.org/wiki/Ring_signature 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;
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;
In this paper Bytecoin was mentioned as the first CryptoNote currency.&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 the team developing CryptoNote had experience a schism and went separate ways&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&#039;s website mentions &amp;quot;2011—2014&amp;quot; in the footer.&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;
== CryptoNote based coins ==&lt;br /&gt;
* Bytecoin (BCN)&lt;br /&gt;
Bytecoin is the first CryptoNote-based currency, with release dating as early as July 2012. It possess one of the largest ecosystems. &lt;br /&gt;
* duckNote (duck)&lt;br /&gt;
duckNote is a new experimental currency (a fork of Bytecoin).&lt;br /&gt;
* Fantomcoin (FCN)&lt;br /&gt;
Fantomcoin is the first CryptoNote currency to support merged mining of different CryptoNote-based coins.&lt;br /&gt;
As a result, the cryptographic security of the coins is increased.&lt;br /&gt;
* Monero (XMR)&lt;br /&gt;
It has been launched as a fork of Bytecoin in April 2014.&lt;br /&gt;
XMR has the fastest block generation speed of 1 minute. &lt;br /&gt;
* Quazarcoin (QCN)&lt;br /&gt;
It has a flatter emission curve and a clear launch for the wider community. &lt;br /&gt;
* Boolberry (BBR)&lt;br /&gt;
BBR utilizes blockchain-based Wild Keccak hash function instead of CryptoNight.&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;
&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>Name</name></author>
	</entry>
	<entry>
		<id>https://en.bitcoin.it/w/index.php?title=CryptoNote&amp;diff=48231</id>
		<title>CryptoNote</title>
		<link rel="alternate" type="text/html" href="https://en.bitcoin.it/w/index.php?title=CryptoNote&amp;diff=48231"/>
		<updated>2014-06-16T14:21:24Z</updated>

		<summary type="html">&lt;p&gt;Name: /* Origins */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;CryptoNote is an open-source technology that allows creation of completely anonymous cryptocurrencies.&lt;br /&gt;
It proposes concepts and features, which aren&#039;t supported by Bitcoin yet.&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 [https://en.wikipedia.org/wiki/Ring_signature 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;
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;
In this paper Bytecoin was mentioned as the first CryptoNote currency.&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 the team developing CryptoNote had experience a schism and went separate ways&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&#039;s website mentions &amp;quot;2011—2014&amp;quot; in the footer.&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;
&lt;br /&gt;
== CryptoNote based coins ==&lt;br /&gt;
* Bytecoin (BCN)&lt;br /&gt;
Bytecoin is the first CryptoNote-based currency, with release dating as early as July 2012. It possess one of the largest ecosystems. &lt;br /&gt;
* duckNote (duck)&lt;br /&gt;
duckNote is a new experimental currency (a fork of Bytecoin).&lt;br /&gt;
* Fantomcoin (FCN)&lt;br /&gt;
Fantomcoin is the first CryptoNote currency to support merged mining of different CryptoNote-based coins.&lt;br /&gt;
As a result, the cryptographic security of the coins is increased.&lt;br /&gt;
* Monero (XMR)&lt;br /&gt;
It has been launched as a fork of Bytecoin in April 2014.&lt;br /&gt;
XMR has the fastest block generation speed of 1 minute. &lt;br /&gt;
* Quazarcoin (QCN)&lt;br /&gt;
It has a flatter emission curve and a clear launch for the wider community. &lt;br /&gt;
* Boolberry (BBR)&lt;br /&gt;
BBR utilizes blockchain-based Wild Keccak hash function instead of CryptoNight.&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>Name</name></author>
	</entry>
	<entry>
		<id>https://en.bitcoin.it/w/index.php?title=CryptoNote&amp;diff=48223</id>
		<title>CryptoNote</title>
		<link rel="alternate" type="text/html" href="https://en.bitcoin.it/w/index.php?title=CryptoNote&amp;diff=48223"/>
		<updated>2014-06-16T12:50:19Z</updated>

		<summary type="html">&lt;p&gt;Name: /* CryptoNote based coins */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;CryptoNote is an open-source technology that allows creation of completely anonymous cryptocurrencies.&lt;br /&gt;
It proposes concepts and features, which aren&#039;t supported by Bitcoin yet.&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 [https://en.wikipedia.org/wiki/Ring_signature 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;
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;
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 the team developing CryptoNote had experience a schism and went separate ways&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&#039;s website mentions &amp;quot;2011—2014&amp;quot; in the footer.&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;
&lt;br /&gt;
== CryptoNote based coins ==&lt;br /&gt;
* Bytecoin (BCN)&lt;br /&gt;
Bytecoin is the first CryptoNote-based currency, with release dating as early as July 2012. It possess one of the largest ecosystems. &lt;br /&gt;
* duckNote (duck)&lt;br /&gt;
duckNote is a new experimental currency (a fork of Bytecoin).&lt;br /&gt;
* Fantomcoin (FCN)&lt;br /&gt;
Fantomcoin is the first CryptoNote currency to support merged mining of different CryptoNote-based coins.&lt;br /&gt;
As a result, the cryptographic security of the coins is increased.&lt;br /&gt;
* Monero (XMR)&lt;br /&gt;
It has been launched as a fork of Bytecoin in April 2014.&lt;br /&gt;
XMR has the fastest block generation speed of 1 minute. &lt;br /&gt;
* Quazarcoin (QCN)&lt;br /&gt;
It has a flatter emission curve and a clear launch for the wider community. &lt;br /&gt;
* Boolberry (BBR)&lt;br /&gt;
BBR utilizes blockchain-based Wild Keccak hash function instead of CryptoNight.&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>Name</name></author>
	</entry>
	<entry>
		<id>https://en.bitcoin.it/w/index.php?title=Comparison_of_cryptocurrencies&amp;diff=48221</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=48221"/>
		<updated>2014-06-16T11:46:18Z</updated>

		<summary type="html">&lt;p&gt;Name: /* Bytecoin (BCN) */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;This article aims to list relevant cryptocurrencies, and [[:Bitcoin:About#Alternative cryptocurrencies|is the only article allowed to discuss altcoins specifically]].&lt;br /&gt;
&lt;br /&gt;
= Currencies =&lt;br /&gt;
== Major ==&lt;br /&gt;
=== Bitcoin (BTC) ===&lt;br /&gt;
* http://bitcoin.org/ &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;SHA256d&#039;&#039;&#039;&lt;br /&gt;
* Initial Reward &#039;&#039;&#039;50 &#039;&#039;&#039;coins per block&lt;br /&gt;
* Market Cap: $144,000,000 (Jan 5th, 2013)&lt;br /&gt;
* Launch Date: January 3rd, 2009&lt;br /&gt;
&lt;br /&gt;
=== Namecoin (NMC) === &lt;br /&gt;
* https://en.bitcoin.it/wiki/Namecoin&lt;br /&gt;
* (merged mined with BTC) &lt;br /&gt;
* https://github.com/vinced/namecoin &lt;br /&gt;
* http://namecoin.info/&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;SHA256d&#039;&#039;&#039;&lt;br /&gt;
* Initial Reward &#039;&#039;&#039;50 &#039;&#039;&#039;coins per block&lt;br /&gt;
* Market Cap: ???? BTC&lt;br /&gt;
* Launch Date: April 18, 2011&lt;br /&gt;
&lt;br /&gt;
=== Litecoin (LTC) ===&lt;br /&gt;
* http://litecoin.org/&lt;br /&gt;
* blocks every &#039;&#039;&#039;2.5 min&#039;&#039;&#039;&lt;br /&gt;
* coin supply* &#039;&#039;&#039;84 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;scrypt &#039;&#039;&#039;&lt;br /&gt;
* Initial Reward &#039;&#039;&#039;50&#039;&#039;&#039; coins per block&lt;br /&gt;
* Market Cap: 150,000 BTC&lt;br /&gt;
* Launch Date: October 2011&lt;br /&gt;
&lt;br /&gt;
=== Dogecoin (Doge) ===&lt;br /&gt;
* http://www.Dogecoin.com/&lt;br /&gt;
* blocks every &#039;&#039;&#039;1 min&#039;&#039;&#039;&lt;br /&gt;
* coin supply* &#039;&#039;&#039;99 Billion&#039;&#039;&#039; coins will be available and 5 Billion added every year.&lt;br /&gt;
* hashing algorithm &#039;&#039;&#039;scrypt &#039;&#039;&#039;&lt;br /&gt;
* Initial Reward &#039;&#039;&#039;1,000,000 - 0 (Random)&#039;&#039;&#039; coins per block&lt;br /&gt;
* Market Cap: $56,000,000 &lt;br /&gt;
* Launch Date: December 2013&lt;br /&gt;
&lt;br /&gt;
=== [[Peercoin]] (PPC) ===&lt;br /&gt;
* http://ppcoin.org/&lt;br /&gt;
* https://bitcointalk.org/index.php?topic=101820.0&lt;br /&gt;
* blocks every &#039;&#039;&#039;10 min&#039;&#039;&#039;&lt;br /&gt;
* Coin supply* &#039;&#039;&#039;non-deterministic &#039;&#039;&#039; coins will be available&lt;br /&gt;
* difficulty adjustment &#039;&#039;&#039;each block&#039;&#039;&#039;&lt;br /&gt;
* hashing algorithm &#039;&#039;&#039;SHA-256&#039;&#039;&#039;&lt;br /&gt;
* Reward &#039;&#039;&#039;varies on difficulty&#039;&#039;&#039; coins per block&lt;br /&gt;
* Mining: Incorporates [[Proof of Stake]] coin Generation, contains central checksums to kickstart the protocol&lt;br /&gt;
* Market Cap: ???? BTC&lt;br /&gt;
* Launch Date: approx August 19th, 2012  (date of its [http://ppcoin.org/static/ppcoin-paper.pdf whitepaper])&lt;br /&gt;
** The public design phase of this coin was very brief.&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;
== New ==&lt;br /&gt;
&#039;&#039;Please put here any coins whose concept are new. If a coin is discussed for 6 months and launched yesterday, it is not new.&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
=== Hashcoin (HSC) ===&lt;br /&gt;
* http://hashcoin.technology&lt;br /&gt;
* Block reward: &#039;&#039;&#039;1024 HSC&#039;&#039;&#039;&lt;br /&gt;
* Block time: &#039;&#039;&#039;10 seconds&#039;&#039;&#039;&lt;br /&gt;
* Hashing algorithm &#039;&#039;&#039;SHA256d&#039;&#039;&#039;&lt;br /&gt;
* Retarget: Every 720 blocks or every &#039;&#039;&#039;2 Hours&#039;&#039;&#039;&lt;br /&gt;
* Coin supply: &#039;&#039;&#039;28.4 billion&#039;&#039;&#039; (28,401,840,000) total coins&lt;br /&gt;
* Block reward halved every 9,467,280 blocks (~ 3 years)&lt;br /&gt;
* Extended Properties: Decentralised Exchange, Real-time Payroll, Digitised Property Rights, Contract Rights &amp;amp; Intellectual Property Rights, Trading Locales, DNA Records, Patents, Shares.&lt;br /&gt;
* Launch Date: April 27, 2014&lt;br /&gt;
&lt;br /&gt;
=== Omnicoin (OMNI) ===&lt;br /&gt;
* http://omni-coin.co&lt;br /&gt;
* Block reward: &#039;&#039;&#039;100 omnicoin&#039;&#039;&#039;&lt;br /&gt;
* Block time: &#039;&#039;&#039;600 seconds&#039;&#039;&#039;&lt;br /&gt;
* Hashing algorithm &#039;&#039;&#039;SHA256d&#039;&#039;&#039;&lt;br /&gt;
* Retarget: Every 720 blocks or every &#039;&#039;&#039;2 Hours&#039;&#039;&#039;&lt;br /&gt;
* Coin supply: &#039;&#039;&#039;41 million&#039;&#039;&#039; (41,840,000) total coins&lt;br /&gt;
* Block reward halved every 21000 blocks &lt;br /&gt;
* Launch Date: May 8, 2014&lt;br /&gt;
* Going Live: June 1,2014&lt;br /&gt;
&lt;br /&gt;
=== Coino (CON) ===&lt;br /&gt;
* http://www.coino.org&lt;br /&gt;
* PoW algorithm: &#039;&#039;&#039;Scrypt&#039;&#039;&#039;&lt;br /&gt;
* Block reward: &#039;&#039;&#039;35 CON&#039;&#039;&#039; (First 140 Blocks only 1 Coin for instamine)&lt;br /&gt;
* Block time: &#039;&#039;&#039;25 seconds&#039;&#039;&#039;&lt;br /&gt;
* Retarget: &#039;&#039;&#039;1 Hour&#039;&#039;&#039;&lt;br /&gt;
* Coin supply: &#039;&#039;&#039;100 million&#039;&#039;&#039; total coins&lt;br /&gt;
* Launch Date: January 18, 2014&lt;br /&gt;
&lt;br /&gt;
=== RonPaulCoin (RPC) ===&lt;br /&gt;
* http://www.ronpaulcoin.com &lt;br /&gt;
* Blocks every &#039;&#039;&#039;2 min&#039;&#039;&#039;&lt;br /&gt;
* Coin supply &#039;&#039;&#039;2.1 million&#039;&#039;&#039; total coins&lt;br /&gt;
* Difficulty adjustment &#039;&#039;&#039;every block&#039;&#039;&#039;&lt;br /&gt;
* Hashing algorithm &#039;&#039;&#039;scrypt&#039;&#039;&#039;&lt;br /&gt;
* Initial Reward &#039;&#039;&#039;1 &#039;&#039;&#039;coin per block&lt;br /&gt;
* Block reward halved every 262k blocks (~ 4 years)&lt;br /&gt;
* Launch Date: December 29, 2013&lt;br /&gt;
&lt;br /&gt;
=== Betacoin (BET) ===&lt;br /&gt;
* http://betacoin.org/ &lt;br /&gt;
* Blocks every &#039;&#039;&#039;4 min&#039;&#039;&#039;&lt;br /&gt;
* Coin supply* &#039;&#039;&#039;32 million&#039;&#039;&#039; coins will be mined in ~ first 6 years + &#039;&#039;&#039;0,39% annual&#039;&#039;&#039;&lt;br /&gt;
* Difficulty adjustment* &#039;&#039;&#039;6 blocks&#039;&#039;&#039;&lt;br /&gt;
* Hashing algorithm &#039;&#039;&#039;SHA256d&#039;&#039;&#039;&lt;br /&gt;
* Initial Reward &#039;&#039;&#039;128 &#039;&#039;&#039;coins per block&lt;br /&gt;
* Block reward halved every 126k blocks (~ 1 year)&lt;br /&gt;
* Launch Date: October, 2013&lt;br /&gt;
&lt;br /&gt;
=== Nxt (NXT) ===&lt;br /&gt;
* http://nextcoin.org&lt;br /&gt;
* Pronounced as &amp;quot;Next&amp;quot;&lt;br /&gt;
* Blocks every &#039;&#039;&#039;1 min&#039;&#039;&#039;&lt;br /&gt;
* Designed as 100% PoS ([[Proof of Stake|Proof-of-Stake]]) system&lt;br /&gt;
* Coin supply* &#039;&#039;&#039;1 billion&#039;&#039;&#039; coins exist from the start distributed by 74 founding stake holders&lt;br /&gt;
* Launch Date: September, 29, 2013&lt;br /&gt;
&lt;br /&gt;
=== Globe (GLB) ===&lt;br /&gt;
* http://www.globecrypto.com/ &lt;br /&gt;
* Blocks every &#039;&#039;&#039;1 min&#039;&#039;&#039;&lt;br /&gt;
* Difficulty adjustment &#039;&#039;&#039;1 day&#039;&#039;&#039;&lt;br /&gt;
* Hashing algorithm &#039;&#039;&#039;SHA256d&#039;&#039;&#039;&lt;br /&gt;
* Initial Reward &#039;&#039;&#039;10&#039;&#039;&#039; coin per block&lt;br /&gt;
* Block reward halved at 86.4k blocks, 5 coins per block thereafter, with 4% increase annually&lt;br /&gt;
* Launch Date: December 06, 2013&lt;br /&gt;
&lt;br /&gt;
=== Valutacoin(VAC) ===&lt;br /&gt;
* http://valutacoin.com/ &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;SHA256d&#039;&#039;&#039;&lt;br /&gt;
* Initial Reward &#039;&#039;&#039;50 &#039;&#039;&#039;coins per block&lt;br /&gt;
* Launch Date: April 2014&lt;br /&gt;
&lt;br /&gt;
== Minor ==&lt;br /&gt;
&lt;br /&gt;
=== ImperialCoin (IMP) ===&lt;br /&gt;
* http://imperialcoin.pw&lt;br /&gt;
* SHA-256 algorithm&lt;br /&gt;
* Not to be confused with IPC, a Scrypt coin.&lt;br /&gt;
* Blocks every &#039;&#039;&#039;1 min&#039;&#039;&#039;&lt;br /&gt;
* Unique difficulty system, made to be easier to mine with any device.&lt;br /&gt;
* Coin supply is &#039;&#039;&#039;1.024 billion&#039;&#039;&#039;&lt;br /&gt;
* Created only by a 14 year old.&lt;br /&gt;
* Launch Date: March 1, 2014&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;
=== [[Anoncoin]] (ANC) ===&lt;br /&gt;
* https://anoncoin.net/&lt;br /&gt;
* https://forum.anoncoin.net&lt;br /&gt;
* Block Target is 3.4 minutes&lt;br /&gt;
* Block reward halved every 306k blocks&lt;br /&gt;
* 5 coins per block&lt;br /&gt;
* 4.2 million total coins&lt;br /&gt;
* Difficulty changes every block&lt;br /&gt;
&lt;br /&gt;
[[Anoncoin]]&#039;s goal is to make the user more anonymous by providing built-in support for I2P and [[Zerocoin]].&lt;br /&gt;
&lt;br /&gt;
=== Franko (FRK) ===&lt;br /&gt;
* http://www.frankos.org/&lt;br /&gt;
* http://forum.frankos.org&lt;br /&gt;
* Block Target is 0.5 minutes&lt;br /&gt;
* Block reward halved every 22m blocks&lt;br /&gt;
* 0.25 coins per block&lt;br /&gt;
* 11.2 million total coins&lt;br /&gt;
* Difficulty changes every 720 blocks&lt;br /&gt;
&lt;br /&gt;
Franko is considered the crypto with the fairest adoption length. Accepted by over 50 merchants and 10 brick and mortar stores.&lt;br /&gt;
&lt;br /&gt;
Base currency used by the Franko Collective, a democratic group of developers.&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;
=== CraftCoin (CRC) ===&lt;br /&gt;
* http://craftcoin.net/&lt;br /&gt;
* Based on Litecoin&lt;br /&gt;
* Portable in-game currency for Minecraft Servers&lt;br /&gt;
* 206,847 total coins&lt;br /&gt;
&lt;br /&gt;
=== Tonal Bitcoin (TBC) ===&lt;br /&gt;
* [[Tonal Bitcoin]]&lt;br /&gt;
* (merged mined with BTC)&lt;br /&gt;
* (blockchain shared with BTC)&lt;br /&gt;
* (automatically converted to/from BTC)&lt;br /&gt;
* blocks every &#039;&#039;&#039;10 min&#039;&#039;&#039;&lt;br /&gt;
* Coin supply* &#039;&#039;&#039;7.8 tam&#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;
* Initial Reward &#039;&#039;&#039;1,2905.2&#039;&#039;&#039; coins per block&lt;br /&gt;
* Market Cap: $144,000,000 (Jan 5th, 2013)&lt;br /&gt;
* Launch Date: January 2rd, 2011&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;
=== 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;
=== Freicoin (FRC) ===&lt;br /&gt;
* http://freico.in/&lt;br /&gt;
* http://www.freicoin.org/&lt;br /&gt;
* https://bitcointalk.org/index.php?topic=89843.0&lt;br /&gt;
* https://bitcointalk.org/index.php?topic=3816.0&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;
 -- [u]In need of Dev work on daemon, client etc but network still running[/u]&lt;br /&gt;
&lt;br /&gt;
=== I0coin (I0C) ===&lt;br /&gt;
* https://bitcointalk.org/index.php?topic=36425.0 ; https://github.com/kr105rlz/i0coin&lt;br /&gt;
* Perhaps should be moved to Dead section?&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;
&lt;br /&gt;
=== Liquidcoin (LQC) ===&lt;br /&gt;
* https://bitcointalk.org/index.php?topic=60026.0 &lt;br /&gt;
* blocks every &#039;&#039;&#039;10 minutes&#039;&#039;&#039;&lt;br /&gt;
* &#039;&#039;&#039;no cap&#039;&#039;&#039; as block subsidy has a minimum of 1 coin&lt;br /&gt;
* Constant difficulty of &#039;&#039;&#039;0.5&#039;&#039;&#039;&lt;br /&gt;
* Coin reward drops over time&lt;br /&gt;
&lt;br /&gt;
=== BBQCoin (BQC) ===&lt;br /&gt;
* http://blog.bbqcoin.org http://www.bbqcoin.com&lt;br /&gt;
* blocks every &#039;&#039;&#039;1 minute&#039;&#039;&#039;&lt;br /&gt;
* coin supply* &#039;&#039;&#039;88 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;42&#039;&#039;&#039; coins per block&lt;br /&gt;
&lt;br /&gt;
=== BitBar (BTB) ===&lt;br /&gt;
* http://bitbar.biz/home&lt;br /&gt;
* blocks every &#039;&#039;&#039;10 minutes&#039;&#039;&#039;&lt;br /&gt;
* hashing algorithm &#039;&#039;&#039;Scrypt&#039;&#039;&#039;&lt;br /&gt;
* Reward &#039;&#039;&#039;1&#039;&#039;&#039; coin per block&lt;br /&gt;
* Coin reward drops over time&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;
=== 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;
=== 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;
* Bytecoin is &#039;&#039;&#039;not&#039;&#039;&#039; a fork Bitcoin&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;Coin features:&#039;&#039;&#039;&lt;br /&gt;
 -- True anonymity &amp;amp; data protection&lt;br /&gt;
 -- Untraceable payments use ring signature&lt;br /&gt;
 -- Unlinkable transactions with random data by the sender&lt;br /&gt;
 -- Blockchain analysis resistant&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;
== Dead / dying ==&lt;br /&gt;
===Qubic===&lt;br /&gt;
https://bitcointalk.org/index.php?topic=112676.0&lt;br /&gt;
Qubic Forum: http://qubic.boards.net&lt;br /&gt;
===TimeKoin===&lt;br /&gt;
Still alive* http://timekoin.org/* https://bitcointalk.org/index.php topic=88467.0&lt;br /&gt;
===SC Solidcoin===&lt;br /&gt;
scam?* https://en.bitcoin.it/wiki/SolidCoin ; http://solidcoin.info/&lt;br /&gt;
===GG Geist Geld===&lt;br /&gt;
https://bitcointalk.org/index.php?topic=42417.0 ; https://github.com/Lolcust/GeistGeld&lt;br /&gt;
===TBX Tenebrix===&lt;br /&gt;
https://bitcointalk.org/index.php?topic=45667.0 ; https://github.com/Lolcust/Tenebrix&lt;br /&gt;
===FBX Fairbrix===&lt;br /&gt;
https://bitcointalk.org/index.php?topic=46528.0 ; https://github.com/coblee/Fairbrix&lt;br /&gt;
===CLC Coiledcoin===&lt;br /&gt;
killed in 51% attack ; https://bitcointalk.org/index.php?topic=56675.0&lt;br /&gt;
===RUC Rucoin===&lt;br /&gt;
https://www.rucoin.org/ ; https://bitcointalk.org/index.php?topic=48582.0&lt;br /&gt;
===MMM MMMcoin===&lt;br /&gt;
dead&lt;br /&gt;
===Weeds===&lt;br /&gt;
[https://bitcointalk.org/index.php?topic=9493.0]&lt;br /&gt;
===Beertoken===&lt;br /&gt;
[https://bitcointalk.org/index.php?topic=9493.0]&lt;br /&gt;
&lt;br /&gt;
=See Also=&lt;br /&gt;
* [http://bitcointalk.org/index.php?topic=134179.0 List of all cryptocoins] curated list on BitcoinTalk forum.&lt;br /&gt;
&lt;br /&gt;
[[Category:Alternative cryptocurrencies]]&lt;/div&gt;</summary>
		<author><name>Name</name></author>
	</entry>
	<entry>
		<id>https://en.bitcoin.it/w/index.php?title=Comparison_of_cryptocurrencies&amp;diff=48219</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=48219"/>
		<updated>2014-06-16T11:45:06Z</updated>

		<summary type="html">&lt;p&gt;Name: /* Minor */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;This article aims to list relevant cryptocurrencies, and [[:Bitcoin:About#Alternative cryptocurrencies|is the only article allowed to discuss altcoins specifically]].&lt;br /&gt;
&lt;br /&gt;
= Currencies =&lt;br /&gt;
== Major ==&lt;br /&gt;
=== Bitcoin (BTC) ===&lt;br /&gt;
* http://bitcoin.org/ &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;SHA256d&#039;&#039;&#039;&lt;br /&gt;
* Initial Reward &#039;&#039;&#039;50 &#039;&#039;&#039;coins per block&lt;br /&gt;
* Market Cap: $144,000,000 (Jan 5th, 2013)&lt;br /&gt;
* Launch Date: January 3rd, 2009&lt;br /&gt;
&lt;br /&gt;
=== Namecoin (NMC) === &lt;br /&gt;
* https://en.bitcoin.it/wiki/Namecoin&lt;br /&gt;
* (merged mined with BTC) &lt;br /&gt;
* https://github.com/vinced/namecoin &lt;br /&gt;
* http://namecoin.info/&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;SHA256d&#039;&#039;&#039;&lt;br /&gt;
* Initial Reward &#039;&#039;&#039;50 &#039;&#039;&#039;coins per block&lt;br /&gt;
* Market Cap: ???? BTC&lt;br /&gt;
* Launch Date: April 18, 2011&lt;br /&gt;
&lt;br /&gt;
=== Litecoin (LTC) ===&lt;br /&gt;
* http://litecoin.org/&lt;br /&gt;
* blocks every &#039;&#039;&#039;2.5 min&#039;&#039;&#039;&lt;br /&gt;
* coin supply* &#039;&#039;&#039;84 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;scrypt &#039;&#039;&#039;&lt;br /&gt;
* Initial Reward &#039;&#039;&#039;50&#039;&#039;&#039; coins per block&lt;br /&gt;
* Market Cap: 150,000 BTC&lt;br /&gt;
* Launch Date: October 2011&lt;br /&gt;
&lt;br /&gt;
=== Dogecoin (Doge) ===&lt;br /&gt;
* http://www.Dogecoin.com/&lt;br /&gt;
* blocks every &#039;&#039;&#039;1 min&#039;&#039;&#039;&lt;br /&gt;
* coin supply* &#039;&#039;&#039;99 Billion&#039;&#039;&#039; coins will be available and 5 Billion added every year.&lt;br /&gt;
* hashing algorithm &#039;&#039;&#039;scrypt &#039;&#039;&#039;&lt;br /&gt;
* Initial Reward &#039;&#039;&#039;1,000,000 - 0 (Random)&#039;&#039;&#039; coins per block&lt;br /&gt;
* Market Cap: $56,000,000 &lt;br /&gt;
* Launch Date: December 2013&lt;br /&gt;
&lt;br /&gt;
=== [[Peercoin]] (PPC) ===&lt;br /&gt;
* http://ppcoin.org/&lt;br /&gt;
* https://bitcointalk.org/index.php?topic=101820.0&lt;br /&gt;
* blocks every &#039;&#039;&#039;10 min&#039;&#039;&#039;&lt;br /&gt;
* Coin supply* &#039;&#039;&#039;non-deterministic &#039;&#039;&#039; coins will be available&lt;br /&gt;
* difficulty adjustment &#039;&#039;&#039;each block&#039;&#039;&#039;&lt;br /&gt;
* hashing algorithm &#039;&#039;&#039;SHA-256&#039;&#039;&#039;&lt;br /&gt;
* Reward &#039;&#039;&#039;varies on difficulty&#039;&#039;&#039; coins per block&lt;br /&gt;
* Mining: Incorporates [[Proof of Stake]] coin Generation, contains central checksums to kickstart the protocol&lt;br /&gt;
* Market Cap: ???? BTC&lt;br /&gt;
* Launch Date: approx August 19th, 2012  (date of its [http://ppcoin.org/static/ppcoin-paper.pdf whitepaper])&lt;br /&gt;
** The public design phase of this coin was very brief.&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;
== New ==&lt;br /&gt;
&#039;&#039;Please put here any coins whose concept are new. If a coin is discussed for 6 months and launched yesterday, it is not new.&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
=== Hashcoin (HSC) ===&lt;br /&gt;
* http://hashcoin.technology&lt;br /&gt;
* Block reward: &#039;&#039;&#039;1024 HSC&#039;&#039;&#039;&lt;br /&gt;
* Block time: &#039;&#039;&#039;10 seconds&#039;&#039;&#039;&lt;br /&gt;
* Hashing algorithm &#039;&#039;&#039;SHA256d&#039;&#039;&#039;&lt;br /&gt;
* Retarget: Every 720 blocks or every &#039;&#039;&#039;2 Hours&#039;&#039;&#039;&lt;br /&gt;
* Coin supply: &#039;&#039;&#039;28.4 billion&#039;&#039;&#039; (28,401,840,000) total coins&lt;br /&gt;
* Block reward halved every 9,467,280 blocks (~ 3 years)&lt;br /&gt;
* Extended Properties: Decentralised Exchange, Real-time Payroll, Digitised Property Rights, Contract Rights &amp;amp; Intellectual Property Rights, Trading Locales, DNA Records, Patents, Shares.&lt;br /&gt;
* Launch Date: April 27, 2014&lt;br /&gt;
&lt;br /&gt;
=== Omnicoin (OMNI) ===&lt;br /&gt;
* http://omni-coin.co&lt;br /&gt;
* Block reward: &#039;&#039;&#039;100 omnicoin&#039;&#039;&#039;&lt;br /&gt;
* Block time: &#039;&#039;&#039;600 seconds&#039;&#039;&#039;&lt;br /&gt;
* Hashing algorithm &#039;&#039;&#039;SHA256d&#039;&#039;&#039;&lt;br /&gt;
* Retarget: Every 720 blocks or every &#039;&#039;&#039;2 Hours&#039;&#039;&#039;&lt;br /&gt;
* Coin supply: &#039;&#039;&#039;41 million&#039;&#039;&#039; (41,840,000) total coins&lt;br /&gt;
* Block reward halved every 21000 blocks &lt;br /&gt;
* Launch Date: May 8, 2014&lt;br /&gt;
* Going Live: June 1,2014&lt;br /&gt;
&lt;br /&gt;
=== Coino (CON) ===&lt;br /&gt;
* http://www.coino.org&lt;br /&gt;
* PoW algorithm: &#039;&#039;&#039;Scrypt&#039;&#039;&#039;&lt;br /&gt;
* Block reward: &#039;&#039;&#039;35 CON&#039;&#039;&#039; (First 140 Blocks only 1 Coin for instamine)&lt;br /&gt;
* Block time: &#039;&#039;&#039;25 seconds&#039;&#039;&#039;&lt;br /&gt;
* Retarget: &#039;&#039;&#039;1 Hour&#039;&#039;&#039;&lt;br /&gt;
* Coin supply: &#039;&#039;&#039;100 million&#039;&#039;&#039; total coins&lt;br /&gt;
* Launch Date: January 18, 2014&lt;br /&gt;
&lt;br /&gt;
=== RonPaulCoin (RPC) ===&lt;br /&gt;
* http://www.ronpaulcoin.com &lt;br /&gt;
* Blocks every &#039;&#039;&#039;2 min&#039;&#039;&#039;&lt;br /&gt;
* Coin supply &#039;&#039;&#039;2.1 million&#039;&#039;&#039; total coins&lt;br /&gt;
* Difficulty adjustment &#039;&#039;&#039;every block&#039;&#039;&#039;&lt;br /&gt;
* Hashing algorithm &#039;&#039;&#039;scrypt&#039;&#039;&#039;&lt;br /&gt;
* Initial Reward &#039;&#039;&#039;1 &#039;&#039;&#039;coin per block&lt;br /&gt;
* Block reward halved every 262k blocks (~ 4 years)&lt;br /&gt;
* Launch Date: December 29, 2013&lt;br /&gt;
&lt;br /&gt;
=== Betacoin (BET) ===&lt;br /&gt;
* http://betacoin.org/ &lt;br /&gt;
* Blocks every &#039;&#039;&#039;4 min&#039;&#039;&#039;&lt;br /&gt;
* Coin supply* &#039;&#039;&#039;32 million&#039;&#039;&#039; coins will be mined in ~ first 6 years + &#039;&#039;&#039;0,39% annual&#039;&#039;&#039;&lt;br /&gt;
* Difficulty adjustment* &#039;&#039;&#039;6 blocks&#039;&#039;&#039;&lt;br /&gt;
* Hashing algorithm &#039;&#039;&#039;SHA256d&#039;&#039;&#039;&lt;br /&gt;
* Initial Reward &#039;&#039;&#039;128 &#039;&#039;&#039;coins per block&lt;br /&gt;
* Block reward halved every 126k blocks (~ 1 year)&lt;br /&gt;
* Launch Date: October, 2013&lt;br /&gt;
&lt;br /&gt;
=== Nxt (NXT) ===&lt;br /&gt;
* http://nextcoin.org&lt;br /&gt;
* Pronounced as &amp;quot;Next&amp;quot;&lt;br /&gt;
* Blocks every &#039;&#039;&#039;1 min&#039;&#039;&#039;&lt;br /&gt;
* Designed as 100% PoS ([[Proof of Stake|Proof-of-Stake]]) system&lt;br /&gt;
* Coin supply* &#039;&#039;&#039;1 billion&#039;&#039;&#039; coins exist from the start distributed by 74 founding stake holders&lt;br /&gt;
* Launch Date: September, 29, 2013&lt;br /&gt;
&lt;br /&gt;
=== Globe (GLB) ===&lt;br /&gt;
* http://www.globecrypto.com/ &lt;br /&gt;
* Blocks every &#039;&#039;&#039;1 min&#039;&#039;&#039;&lt;br /&gt;
* Difficulty adjustment &#039;&#039;&#039;1 day&#039;&#039;&#039;&lt;br /&gt;
* Hashing algorithm &#039;&#039;&#039;SHA256d&#039;&#039;&#039;&lt;br /&gt;
* Initial Reward &#039;&#039;&#039;10&#039;&#039;&#039; coin per block&lt;br /&gt;
* Block reward halved at 86.4k blocks, 5 coins per block thereafter, with 4% increase annually&lt;br /&gt;
* Launch Date: December 06, 2013&lt;br /&gt;
&lt;br /&gt;
=== Valutacoin(VAC) ===&lt;br /&gt;
* http://valutacoin.com/ &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;SHA256d&#039;&#039;&#039;&lt;br /&gt;
* Initial Reward &#039;&#039;&#039;50 &#039;&#039;&#039;coins per block&lt;br /&gt;
* Launch Date: April 2014&lt;br /&gt;
&lt;br /&gt;
== Minor ==&lt;br /&gt;
&lt;br /&gt;
=== ImperialCoin (IMP) ===&lt;br /&gt;
* http://imperialcoin.pw&lt;br /&gt;
* SHA-256 algorithm&lt;br /&gt;
* Not to be confused with IPC, a Scrypt coin.&lt;br /&gt;
* Blocks every &#039;&#039;&#039;1 min&#039;&#039;&#039;&lt;br /&gt;
* Unique difficulty system, made to be easier to mine with any device.&lt;br /&gt;
* Coin supply is &#039;&#039;&#039;1.024 billion&#039;&#039;&#039;&lt;br /&gt;
* Created only by a 14 year old.&lt;br /&gt;
* Launch Date: March 1, 2014&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;
=== [[Anoncoin]] (ANC) ===&lt;br /&gt;
* https://anoncoin.net/&lt;br /&gt;
* https://forum.anoncoin.net&lt;br /&gt;
* Block Target is 3.4 minutes&lt;br /&gt;
* Block reward halved every 306k blocks&lt;br /&gt;
* 5 coins per block&lt;br /&gt;
* 4.2 million total coins&lt;br /&gt;
* Difficulty changes every block&lt;br /&gt;
&lt;br /&gt;
[[Anoncoin]]&#039;s goal is to make the user more anonymous by providing built-in support for I2P and [[Zerocoin]].&lt;br /&gt;
&lt;br /&gt;
=== Franko (FRK) ===&lt;br /&gt;
* http://www.frankos.org/&lt;br /&gt;
* http://forum.frankos.org&lt;br /&gt;
* Block Target is 0.5 minutes&lt;br /&gt;
* Block reward halved every 22m blocks&lt;br /&gt;
* 0.25 coins per block&lt;br /&gt;
* 11.2 million total coins&lt;br /&gt;
* Difficulty changes every 720 blocks&lt;br /&gt;
&lt;br /&gt;
Franko is considered the crypto with the fairest adoption length. Accepted by over 50 merchants and 10 brick and mortar stores.&lt;br /&gt;
&lt;br /&gt;
Base currency used by the Franko Collective, a democratic group of developers.&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;
=== CraftCoin (CRC) ===&lt;br /&gt;
* http://craftcoin.net/&lt;br /&gt;
* Based on Litecoin&lt;br /&gt;
* Portable in-game currency for Minecraft Servers&lt;br /&gt;
* 206,847 total coins&lt;br /&gt;
&lt;br /&gt;
=== Tonal Bitcoin (TBC) ===&lt;br /&gt;
* [[Tonal Bitcoin]]&lt;br /&gt;
* (merged mined with BTC)&lt;br /&gt;
* (blockchain shared with BTC)&lt;br /&gt;
* (automatically converted to/from BTC)&lt;br /&gt;
* blocks every &#039;&#039;&#039;10 min&#039;&#039;&#039;&lt;br /&gt;
* Coin supply* &#039;&#039;&#039;7.8 tam&#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;
* Initial Reward &#039;&#039;&#039;1,2905.2&#039;&#039;&#039; coins per block&lt;br /&gt;
* Market Cap: $144,000,000 (Jan 5th, 2013)&lt;br /&gt;
* Launch Date: January 2rd, 2011&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;
=== 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;
=== Freicoin (FRC) ===&lt;br /&gt;
* http://freico.in/&lt;br /&gt;
* http://www.freicoin.org/&lt;br /&gt;
* https://bitcointalk.org/index.php?topic=89843.0&lt;br /&gt;
* https://bitcointalk.org/index.php?topic=3816.0&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;
 -- [u]In need of Dev work on daemon, client etc but network still running[/u]&lt;br /&gt;
&lt;br /&gt;
=== I0coin (I0C) ===&lt;br /&gt;
* https://bitcointalk.org/index.php?topic=36425.0 ; https://github.com/kr105rlz/i0coin&lt;br /&gt;
* Perhaps should be moved to Dead section?&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;
&lt;br /&gt;
=== Liquidcoin (LQC) ===&lt;br /&gt;
* https://bitcointalk.org/index.php?topic=60026.0 &lt;br /&gt;
* blocks every &#039;&#039;&#039;10 minutes&#039;&#039;&#039;&lt;br /&gt;
* &#039;&#039;&#039;no cap&#039;&#039;&#039; as block subsidy has a minimum of 1 coin&lt;br /&gt;
* Constant difficulty of &#039;&#039;&#039;0.5&#039;&#039;&#039;&lt;br /&gt;
* Coin reward drops over time&lt;br /&gt;
&lt;br /&gt;
=== BBQCoin (BQC) ===&lt;br /&gt;
* http://blog.bbqcoin.org http://www.bbqcoin.com&lt;br /&gt;
* blocks every &#039;&#039;&#039;1 minute&#039;&#039;&#039;&lt;br /&gt;
* coin supply* &#039;&#039;&#039;88 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;42&#039;&#039;&#039; coins per block&lt;br /&gt;
&lt;br /&gt;
=== BitBar (BTB) ===&lt;br /&gt;
* http://bitbar.biz/home&lt;br /&gt;
* blocks every &#039;&#039;&#039;10 minutes&#039;&#039;&#039;&lt;br /&gt;
* hashing algorithm &#039;&#039;&#039;Scrypt&#039;&#039;&#039;&lt;br /&gt;
* Reward &#039;&#039;&#039;1&#039;&#039;&#039; coin per block&lt;br /&gt;
* Coin reward drops over time&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;
=== 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;
=== 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;
* Bytecoin is &#039;&#039;&#039;not&#039;&#039;&#039; a fork Bitcoin&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;Coin features&#039;&#039;&#039;&lt;br /&gt;
 -- True anonymity &amp;amp; data protection&lt;br /&gt;
 -- Untraceable payments use ring signature&lt;br /&gt;
 -- Unlinkable transactions with random data by the sender&lt;br /&gt;
 -- Blockchain analysis resistant&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;
== Dead / dying ==&lt;br /&gt;
===Qubic===&lt;br /&gt;
https://bitcointalk.org/index.php?topic=112676.0&lt;br /&gt;
Qubic Forum: http://qubic.boards.net&lt;br /&gt;
===TimeKoin===&lt;br /&gt;
Still alive* http://timekoin.org/* https://bitcointalk.org/index.php topic=88467.0&lt;br /&gt;
===SC Solidcoin===&lt;br /&gt;
scam?* https://en.bitcoin.it/wiki/SolidCoin ; http://solidcoin.info/&lt;br /&gt;
===GG Geist Geld===&lt;br /&gt;
https://bitcointalk.org/index.php?topic=42417.0 ; https://github.com/Lolcust/GeistGeld&lt;br /&gt;
===TBX Tenebrix===&lt;br /&gt;
https://bitcointalk.org/index.php?topic=45667.0 ; https://github.com/Lolcust/Tenebrix&lt;br /&gt;
===FBX Fairbrix===&lt;br /&gt;
https://bitcointalk.org/index.php?topic=46528.0 ; https://github.com/coblee/Fairbrix&lt;br /&gt;
===CLC Coiledcoin===&lt;br /&gt;
killed in 51% attack ; https://bitcointalk.org/index.php?topic=56675.0&lt;br /&gt;
===RUC Rucoin===&lt;br /&gt;
https://www.rucoin.org/ ; https://bitcointalk.org/index.php?topic=48582.0&lt;br /&gt;
===MMM MMMcoin===&lt;br /&gt;
dead&lt;br /&gt;
===Weeds===&lt;br /&gt;
[https://bitcointalk.org/index.php?topic=9493.0]&lt;br /&gt;
===Beertoken===&lt;br /&gt;
[https://bitcointalk.org/index.php?topic=9493.0]&lt;br /&gt;
&lt;br /&gt;
=See Also=&lt;br /&gt;
* [http://bitcointalk.org/index.php?topic=134179.0 List of all cryptocoins] curated list on BitcoinTalk forum.&lt;br /&gt;
&lt;br /&gt;
[[Category:Alternative cryptocurrencies]]&lt;/div&gt;</summary>
		<author><name>Name</name></author>
	</entry>
	<entry>
		<id>https://en.bitcoin.it/w/index.php?title=CryptoNote&amp;diff=46996</id>
		<title>CryptoNote</title>
		<link rel="alternate" type="text/html" href="https://en.bitcoin.it/w/index.php?title=CryptoNote&amp;diff=46996"/>
		<updated>2014-05-05T11:51:29Z</updated>

		<summary type="html">&lt;p&gt;Name: /* Egalitarian proof of work */&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;
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;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;
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;
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;
== 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;
* [[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;
* [https://forum.cryptonote.org/viewtopic.php?f=3&amp;amp;t=30&amp;amp;sid=fe71718a7198f8ccc9e1319e0b1864b6]&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>Name</name></author>
	</entry>
	<entry>
		<id>https://en.bitcoin.it/w/index.php?title=CryptoNote&amp;diff=46794</id>
		<title>CryptoNote</title>
		<link rel="alternate" type="text/html" href="https://en.bitcoin.it/w/index.php?title=CryptoNote&amp;diff=46794"/>
		<updated>2014-04-25T12:36:30Z</updated>

		<summary type="html">&lt;p&gt;Name: /* 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;
&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>Name</name></author>
	</entry>
	<entry>
		<id>https://en.bitcoin.it/w/index.php?title=CryptoNight&amp;diff=46559</id>
		<title>CryptoNight</title>
		<link rel="alternate" type="text/html" href="https://en.bitcoin.it/w/index.php?title=CryptoNight&amp;diff=46559"/>
		<updated>2014-04-17T16:07:55Z</updated>

		<summary type="html">&lt;p&gt;Name: &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;
[[Category:Alternative cryptocurrencies]]&lt;br /&gt;
[[Category:Digital currencies]]&lt;br /&gt;
[[Category:Technical]]&lt;/div&gt;</summary>
		<author><name>Name</name></author>
	</entry>
	<entry>
		<id>https://en.bitcoin.it/w/index.php?title=CryptoNight&amp;diff=46558</id>
		<title>CryptoNight</title>
		<link rel="alternate" type="text/html" href="https://en.bitcoin.it/w/index.php?title=CryptoNight&amp;diff=46558"/>
		<updated>2014-04-17T16:07:39Z</updated>

		<summary type="html">&lt;p&gt;Name: &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;
CryptoNote was created with the state-of-the-art cryptography with sufficient security level for the next decades. Schnorr signatures and 256-bit ECC keys (the basis for EdDSA) are very strong cryptos, which have passed the test of times. It has been implemented in various systems (not only ours). There have been tons of papers with analysis and researches on that top. I can&#039;t say the same applies to pairing-based cryptography or NTRU.&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;
[[Category:Alternative cryptocurrencies]]&lt;br /&gt;
[[Category:Digital currencies]]&lt;br /&gt;
[[Category:Technical]]&lt;/div&gt;</summary>
		<author><name>Name</name></author>
	</entry>
</feed>