<?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=Nordo</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=Nordo"/>
	<link rel="alternate" type="text/html" href="https://en.bitcoin.it/wiki/Special:Contributions/Nordo"/>
	<updated>2026-05-25T22:54:39Z</updated>
	<subtitle>User contributions</subtitle>
	<generator>MediaWiki 1.43.8</generator>
	<entry>
		<id>https://en.bitcoin.it/w/index.php?title=CryptoNote&amp;diff=53591</id>
		<title>CryptoNote</title>
		<link rel="alternate" type="text/html" href="https://en.bitcoin.it/w/index.php?title=CryptoNote&amp;diff=53591"/>
		<updated>2014-12-24T17:46:56Z</updated>

		<summary type="html">&lt;p&gt;Nordo: /* Smooth emission */ + alternative emission logic in CryptoNote forks&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;CryptoNote is an open-sourced protocol that allows for increased privacy in cryptocurrency transactions.&lt;br /&gt;
&lt;br /&gt;
== Features == &lt;br /&gt;
&lt;br /&gt;
===Difficult to trace and link payments ===&lt;br /&gt;
&lt;br /&gt;
Unlike traditional cryptocurrencies that mostly use unambiguous signatures to verify the transfer, CryptoNote utilizes [https://en.wikipedia.org/wiki/Ring_signature ring signature]. Ring signature is a more sophisticated scheme that demand several different public keys for verification. In this case the transaction is signed by a group of users. Thus, the verifier may only identify that one of them was a signer, but not who exactly that was. Though this does not offer provable anonymity (like [[Zerocoin]]), the increase in privacy in comparison to Bitcoin is considerable. &lt;br /&gt;
&lt;br /&gt;
CryptoNote automatically creates multiple unique one-time addresses for each of the payments, which are created from the single public key. Even though the payment is sent to a public address, in the block chain it appears as if it is sent to a one-time address. The sender uses random data and the public address of the receiver to calculate this one-time key of the payment. The redemption of the funds requires the receiver&#039;s private key, so only the latter may receive the money sent to the one-time address. Moreover, no third party can discover the link between the one-time key and the receiver&#039;s public address.&lt;br /&gt;
&lt;br /&gt;
=== Double-spending proof ===&lt;br /&gt;
&lt;br /&gt;
CryptoNote&#039;s ring signatures restrict the double-spending attempt by linking the transactions with the same private key. The protocol uses the key image, derived from a private key through a one-way function. All the users keep the list of all the used key images, which are checked against a new transaction. In case there is a duplicate key image, the transaction is rejected as a double-spending attempt. However, the identity of the sender would still be unknown, since it is impossible to get the private key from its image.&lt;br /&gt;
&lt;br /&gt;
=== Block chain analysis resistance === &lt;br /&gt;
&lt;br /&gt;
CryptoNote creates an obstacle for an analyst by using ring signatures and one-time addresses covered above. Every address of the payment is a unique one-time key, which is created from both the sender&#039;s and the receiver&#039;s data, and the usage of ring signature hides the exact outputs that have been spent for the input. Therefore, each next transaction increases the number of possible senders and hides the actual connection even more.&lt;br /&gt;
&lt;br /&gt;
=== Adaptive limits === &lt;br /&gt;
&lt;br /&gt;
There are no hard constants and magic numbers in CryptoNote. Each limit (e.g., max block size, or min fee amount) is re-calculated based on the historical data of the system. Moreover, the difficulty and the max block size are automatically adjusted with each new block.  The main idea of the algorithm is to sum all the work that nodes have performed during the last 720 blocks and divide it by the time they have spent to accomplish it. The measure of the work is the corresponding difficulty value for each of the blocks. &lt;br /&gt;
&lt;br /&gt;
=== Smooth emission ===&lt;br /&gt;
&lt;br /&gt;
The coins are emitted smoothly, as the reward changes with each new block. This allows a predictable steady growth of money supply determined by the formula&amp;lt;ref&amp;gt;https://cryptonote.org/inside.php#smooth-emission&amp;lt;/ref&amp;gt;:&lt;br /&gt;
&lt;br /&gt;
 BaseReward = (MSupply - A) &amp;gt;&amp;gt; 18&lt;br /&gt;
 MSupply = 2^64 - 1 (atomic units)&lt;br /&gt;
&lt;br /&gt;
CryptoNote forks DarkNote and MonetaVerde implement alternative emission logic: in DarkNote emission halves each month and in MonetaVerde block reward increases with difficulty.&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; There are claims that this date isn&#039;t correct: bitcointalk.org user rethink-your-strategy discovered copies of CryptoNote whitepapers with XPM properties set to 2014 on cryptonote.org site&amp;lt;ref&amp;gt;https://bitcointalk.org/index.php?topic=740112.0&amp;lt;/ref&amp;gt; while nearly same documents with 2013 and 2012 years in XPM properties were available on bytecoin.org site.&amp;lt;ref&amp;gt;https://bitcointalk.org/index.php?topic=740112.msg8409063#msg8409063&amp;lt;/ref&amp;gt;&lt;br /&gt;
&lt;br /&gt;
It was also mentioned that the team developing CryptoNote had experienced a schism and went separate ways: Bytecoin, DarkNote, Monero and Boolberry seems to be lead by different developers.&lt;br /&gt;
&lt;br /&gt;
== Philosophy ==&lt;br /&gt;
&lt;br /&gt;
CryptoNote philosophy has several key points: privacy as a fundamental human right; government&#039;s influence and control remission as an aim. &lt;br /&gt;
The economy should be separated from politics, communities should set new transparent principles, and impartial cryptographic algorithms should control its implementation.&lt;br /&gt;
&lt;br /&gt;
== See also ==&lt;br /&gt;
&lt;br /&gt;
* [[CryptoNight]]&lt;br /&gt;
&lt;br /&gt;
== External links ==&lt;br /&gt;
&lt;br /&gt;
* [https://cryptonote.org CryptoNote website]&lt;br /&gt;
* [https://forum.cryptonote.org Official forum]&lt;br /&gt;
* [https://github.com/amjuarez/bytecoin Reference code]&lt;br /&gt;
* [https://cryptonote.org/whitepaper.pdf White paper]&lt;br /&gt;
* [https://cryptonote.org/coins.php CryptoNote Currencies]&lt;br /&gt;
&lt;br /&gt;
== References ==&lt;br /&gt;
&lt;br /&gt;
&amp;lt;references/&amp;gt;&lt;br /&gt;
&lt;br /&gt;
[[Category:Digital currencies]]&lt;br /&gt;
[[Category:Anonymity]]&lt;/div&gt;</summary>
		<author><name>Nordo</name></author>
	</entry>
	<entry>
		<id>https://en.bitcoin.it/w/index.php?title=Comparison_of_cryptocurrencies&amp;diff=53589</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=53589"/>
		<updated>2014-12-24T17:38:13Z</updated>

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

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

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

		<summary type="html">&lt;p&gt;Nordo: /* Mining */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{db-g7}}&lt;br /&gt;
&lt;br /&gt;
Bitcoin affiliate programs allow affiliates to gain revenue by driving traffic to specific Bitcoin related programs. The revenue is paid in a CPA (cost per action) or Revenue Share model depending on the program. Although most Bitcoin affiliate programs pay their affiliates with Bitcoins, several programs pay their affiliates with fiat.  The following is a list of the best performing affiliate programs according to reports by major Bitcoin affiliates. Low traffic website that are not yet significant are not listed here. Make sure to follow [http://affiliates.99bitcoins.com/amazon-denied-21k-affiliate-payouts-5-things-ive-learned/ best ethics] when applying to an affiliate program.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
==List of Bitcoin affiliate programs==&lt;br /&gt;
&lt;br /&gt;
===Forex===&lt;br /&gt;
[http://www.affiliates.ava-trade.co.uk AvaTrade] – Forex trading for Bitcoins.  Payouts start at $100 CPA. Revenue share plans also available. Not available in the US.&lt;br /&gt;
&lt;br /&gt;
[http://affiliates.500plusforex.com Plus500] – Forex trading for Bitcoins and Litecoins. The highest CPA payouts in Bitcoin Forex. Can reach up to $500 per active user. Not available in the US.&lt;br /&gt;
&lt;br /&gt;
[http://affiliates.99bitcoins.com/etoropartners/ eToro] – Social trading platform for Bitcoin investments. Receive up to $200 CPA. Not available in the US.&lt;br /&gt;
&lt;br /&gt;
[http://affiliates.markets.com/ Markets.com] – Forex trading for Bitcoins. CPA is calculated on a case by case basis – default CPA is $150. &lt;br /&gt;
&lt;br /&gt;
===Bitcoin exchanges===&lt;br /&gt;
[https://1wbe.com/en/affiliates/ 1WBE] – Receive 40% for every trade your referral makes. Introduce new members to the first Worldwide Bitcoin Exchanger.&lt;br /&gt;
&lt;br /&gt;
[http://affiliates.virrwox.com VirWox] – Allows you to buy Bitcoins with Paypal or a credit card through the use of a simple workaround. Receive 20% of the commissions taken by VirWox.&lt;br /&gt;
&lt;br /&gt;
[http://affiliates.cavirtex.com/ Cavirtex] – Canada’s Bitcoin exchange. CaVirtex affiliates will earn 30% of Net Revenue from each trader they register in the trader’s first year of trading and 15% of Net Revenue in each succeeding year.&lt;br /&gt;
&lt;br /&gt;
[https://www.coins-e.com/affiliates/ Coins-e] - Refer users to Coins-E and earn 10% of the trade fee on every trade the user executes. Referral payments are made once every 3 days.&lt;br /&gt;
&lt;br /&gt;
[https://www.bitcoin.de/en/affiliate Bitcoin.de] – Germany’s leading Bitcoin market place. You get 10% provison of the marketplace fee, which is charged from the referred user.&lt;br /&gt;
&lt;br /&gt;
===Buy Bitcoins services===&lt;br /&gt;
[https://www.coinmama.com/coinmama-affiliate-program-earn-free-bitcoins/ Coinmama] – Buy bitcoins with a credit card or with Western Union. Receive 5% of the amount purchased by your referred customer.&lt;br /&gt;
&lt;br /&gt;
[https://localbitcoins.com/affiliate/ Local Bitcoins] – Buy Bitcoins from a person near your physical location. Earn 20% from the commissions taken form each user (up to 40%).&lt;br /&gt;
&lt;br /&gt;
[http://coinbase.com Coinbase] – The leading program for US residents seeking to buy Bitcoins. Receive $5 when your referred customer purchases $100 or more.&lt;br /&gt;
&lt;br /&gt;
===Advertising===&lt;br /&gt;
[http://www.bitvisitor.com/affiliates.php BitVisitor] – Pay users to visit websites.  There’s a 50% revenue share lifetime model.&lt;br /&gt;
&lt;br /&gt;
===Gambling sites===&lt;br /&gt;
[https://www.k8poker.net/affiliates Kate Poker Affiliates Program] offers affiliates 15% revenue share. Use your affiliate link to refer players to Kate Poker and as they sign up and start playing you will start earning money. With this opportunity you will have lifetime income.&lt;br /&gt;
&lt;br /&gt;
[http://affiliates.bluffabit.com Bluffabit Casino Affiliates Program] offers affiliates up to 50% revenue share, real-time reporting, state of the art technology, on demand payments (get paid when you want!), full user reporting and much more! Offer your users over 400 BTC in jackpots, 130+ HD casino games and Live Dealers!&lt;br /&gt;
&lt;br /&gt;
[https://sealswithclubs.eu/affiliates/‎ Seals With Clubs] – Play Bitcoin poker. Earn revenue share from house rake.	&lt;br /&gt;
&lt;br /&gt;
[https://satoshibet.com/affiliate Satoshi Bet] – Bitcoin casion. Earn 25% of house edge of all bets made.&lt;br /&gt;
&lt;br /&gt;
===Mining===&lt;br /&gt;
[https://minergate.com/affiliate Minergate] affiliate program. Get up to 0.75% from referrer&#039;s profit&lt;br /&gt;
&lt;br /&gt;
[https://cex.io/ref Cex.io] – The first commodity exchange, where you can trade mining facilities for a price set by supply and demand. Cex.io is the cutting edge market for Bitcoin priced and fully maintained GHashes. Receive 3&amp;amp; of your referred user’s GH/s balance.&lt;br /&gt;
&lt;br /&gt;
===Domain hosting===&lt;br /&gt;
[https://www.namecheap.com/affiliates.aspx NameCheap] – One of the leading domain registers which accepts Bitcoins. Earn 15% from a new customer’s purchase. Payout occur 30 days after purchase.&lt;br /&gt;
&lt;br /&gt;
==Additional resources==&lt;br /&gt;
[http://affiliates.99bitcoins.com 99 Affiliates] - A blog about Bitcoin affiliate programs. Includes real live use cases and conversion data.&lt;/div&gt;</summary>
		<author><name>Nordo</name></author>
	</entry>
	<entry>
		<id>https://en.bitcoin.it/w/index.php?title=MinerGate&amp;diff=50067</id>
		<title>MinerGate</title>
		<link rel="alternate" type="text/html" href="https://en.bitcoin.it/w/index.php?title=MinerGate&amp;diff=50067"/>
		<updated>2014-08-16T11:45:00Z</updated>

		<summary type="html">&lt;p&gt;Nordo: /* Features */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{infobox company|name=MinerGate|image=[[File:MinerGate_logo.png|250px]]&lt;br /&gt;
|industry=[[Mining Pool]]&lt;br /&gt;
|foundation=March 2014&lt;br /&gt;
|website=https://minergate.com/&lt;br /&gt;
}}&lt;br /&gt;
MinerGate was founded on 24th of March, 20114. It was the first mining pool for [[CryptoNote]] based currencies. It supports both PPS and PPLNS payment modes.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
==Mining Options==&lt;br /&gt;
[[File:Miner.png|thumb|300px|upright|Miner Interface]]&lt;br /&gt;
[[File:Web.png|thumb|300px|upright|Web Interface]]&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot; style=&amp;quot;text-align: center; color: green;&amp;quot;&lt;br /&gt;
| Currency&lt;br /&gt;
| Web Mining&lt;br /&gt;
| Console Mining&lt;br /&gt;
| GUI Mining&lt;br /&gt;
| Block Explorer&lt;br /&gt;
|-&lt;br /&gt;
| BTC&lt;br /&gt;
| {{No}}&lt;br /&gt;
| {{Yes}}&lt;br /&gt;
| {{No}}&lt;br /&gt;
| {{No}}&lt;br /&gt;
|-&lt;br /&gt;
| LTC&lt;br /&gt;
| {{No}}&lt;br /&gt;
| {{Yes}}&lt;br /&gt;
| {{Yes}}&lt;br /&gt;
| {{Yes}}&lt;br /&gt;
|-&lt;br /&gt;
| BCN&lt;br /&gt;
| {{Yes}}&lt;br /&gt;
| {{Yes}}&lt;br /&gt;
| {{Yes}}&lt;br /&gt;
| {{Yes}}&lt;br /&gt;
|-&lt;br /&gt;
| XDN&lt;br /&gt;
| {{Yes}}&lt;br /&gt;
| {{Yes}}&lt;br /&gt;
| {{Yes}}&lt;br /&gt;
| {{Yes}}&lt;br /&gt;
|-&lt;br /&gt;
| FCN&lt;br /&gt;
| {{Yes}}&lt;br /&gt;
| {{Yes}}&lt;br /&gt;
| {{Yes}}&lt;br /&gt;
| {{Yes}}&lt;br /&gt;
|-&lt;br /&gt;
| QCN&lt;br /&gt;
| {{Yes}}&lt;br /&gt;
| {{Yes}}&lt;br /&gt;
| {{Yes}}&lt;br /&gt;
| {{Yes}}&lt;br /&gt;
|-&lt;br /&gt;
| XMR&lt;br /&gt;
| {{Yes}}&lt;br /&gt;
| {{Yes}}&lt;br /&gt;
| {{Yes}}&lt;br /&gt;
| {{Yes}}&lt;br /&gt;
|-&lt;br /&gt;
| MCN&lt;br /&gt;
| {{Yes}}&lt;br /&gt;
| {{Yes}}&lt;br /&gt;
| {{Yes}}&lt;br /&gt;
| {{Yes}}&lt;br /&gt;
|-&lt;br /&gt;
| AEON&lt;br /&gt;
| {{Yes}}&lt;br /&gt;
| {{Yes}}&lt;br /&gt;
| {{Yes}}&lt;br /&gt;
| {{Yes}}&lt;br /&gt;
|-&lt;br /&gt;
| DSH&lt;br /&gt;
| {{Yes}}&lt;br /&gt;
| {{Yes}}&lt;br /&gt;
| {{Yes}}&lt;br /&gt;
| {{Yes}}&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
==MinerGate Miner==&lt;br /&gt;
MinerGate has 2 types of miners: GUI and console. They are available on Windows (32 and 64 bit), Mac and Ubuntu.&lt;br /&gt;
&lt;br /&gt;
Also there is admin version for Windows. Admin edition miner allows to launch application on several computers in background mode.&lt;br /&gt;
&lt;br /&gt;
MinerGate supports Web Mining.&lt;br /&gt;
&lt;br /&gt;
==Features== &lt;br /&gt;
* Block Explorer (Litecoin, Bytecoin, Monero, Fantomcoin, Quazarcoin, duckNote, MonetaVerde, Aeon, Dashcoin, Boolberry)&lt;br /&gt;
* Mining profitability calculator (Bitcoin, Litecoin and CryptoNote based currencies)&lt;br /&gt;
* Charts - difficulty, network hashrate, coins in circulation, block reward&lt;br /&gt;
* 2 Factor Authentication&lt;br /&gt;
* Direct transfers to exchange&lt;br /&gt;
* Network Fee can be set manually&lt;br /&gt;
* 24/7 support&lt;br /&gt;
* Affiliate program up to 0.75% from referrer&#039;s profit&lt;br /&gt;
&lt;br /&gt;
==External Links==&lt;br /&gt;
&lt;br /&gt;
* [https://minergate.com/ MinerGate] mining pool website&lt;br /&gt;
* [https://twitter.com/MinerGate @MinerGate] Twitter&lt;br /&gt;
[[Category:Pool Operators]]&lt;br /&gt;
{{Pools}}&lt;/div&gt;</summary>
		<author><name>Nordo</name></author>
	</entry>
	<entry>
		<id>https://en.bitcoin.it/w/index.php?title=Profitability_Calculator&amp;diff=49916</id>
		<title>Profitability Calculator</title>
		<link rel="alternate" type="text/html" href="https://en.bitcoin.it/w/index.php?title=Profitability_Calculator&amp;diff=49916"/>
		<updated>2014-08-14T11:15:29Z</updated>

		<summary type="html">&lt;p&gt;Nordo: /* External Links */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Aids in estimating mining profits at current network and market conditions. &lt;br /&gt;
&lt;br /&gt;
The current [[difficulty]] is obtained from [[Bitcoin Block Explorer]].&lt;br /&gt;
&lt;br /&gt;
== See also ==&lt;br /&gt;
* [[Generation Calculator]]&lt;br /&gt;
* [[Power Calc]]&lt;br /&gt;
&lt;br /&gt;
==External Links==&lt;br /&gt;
* [https://minergate.com/calculator/bitcoin Bitcoin Mining Profitability Calculator - MinerGate]&lt;br /&gt;
* [https://cex.io/calc Bitcoin Profit Calculator - CEX.IO]&lt;br /&gt;
* [http://www.coinish.com/calc/ Coinish Mining Calculator]&lt;br /&gt;
* [http://btcserv.net/bitcoin-mining-calculator BTCServ Bitcoin Mining Calculator]&lt;br /&gt;
* [[TP&#039;s Bitcoin Calculator]][http://tpbitcalc.appspot.com/](useful for pool mining)&lt;br /&gt;
* [http://bitcoinX.com/profit/ BitcoinX.com Mining Profitability Calculator] - since 2011-04-14&lt;br /&gt;
* [http://0x10.org/sandbox/bitcalc/ Mining Break Even Calculator] (also useful for pool mining)&lt;br /&gt;
* [http://bitcoin.web-share.nl/ Easy BitCoin Mining Calculator] (also useful for pool mining)&lt;br /&gt;
* [http://btcsec.com/calculator/ Online Bitcoin Profitability Mining Calculator] (Russian)&lt;br /&gt;
* [http://blockchained.com/profit/ Blockchained.com Bitcoin Mining Profitability Calculator] - (with decline factor)&lt;br /&gt;
* [http://mining-profit.com/ Detailed Cloud Mining Profitability Calculator]&lt;br /&gt;
* [http://www.vnbitcoin.org/bitcoincalculator.php Vnbitcoin.org Bitcoin Mining Calculator]&lt;br /&gt;
[[Category:Mining]]&lt;br /&gt;
[[Category:Calculators]]&lt;/div&gt;</summary>
		<author><name>Nordo</name></author>
	</entry>
	<entry>
		<id>https://en.bitcoin.it/w/index.php?title=Comparison_of_mining_pools&amp;diff=49915</id>
		<title>Comparison of mining pools</title>
		<link rel="alternate" type="text/html" href="https://en.bitcoin.it/w/index.php?title=Comparison_of_mining_pools&amp;diff=49915"/>
		<updated>2014-08-14T11:10:09Z</updated>

		<summary type="html">&lt;p&gt;Nordo: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Reward types &amp;amp; explanation:&lt;br /&gt;
* &#039;&#039;&#039;CPPSRB&#039;&#039;&#039; - Capped Pay Per Share with Recent Backpay. [http://eligius.st/wiki/index.php/Capped_PPS_with_Recent_Backpay]&lt;br /&gt;
* &#039;&#039;&#039;DGM&#039;&#039;&#039; - Double Geometric Method.  A hybrid between PPLNS and Geometric reward types that enables to operator to absorb some of the variance risk.  Operator receives portion of payout on short rounds and returns it on longer rounds to normalize payments. [https://bitcointalk.org/index.php?topic=39497.0]&lt;br /&gt;
* &#039;&#039;&#039;ESMPPS&#039;&#039;&#039; - Equalized Shared Maximum Pay Per Share. Like SMPPS, but equalizes payments fairly among all those who are owed. [http://forum.bitcoin.org/index.php?topic=12181.msg378851#msg378851]&lt;br /&gt;
* &#039;&#039;&#039;POT&#039;&#039;&#039; - Pay On Target. A high variance PPS variant that pays on the difficulty of work returned to pool rather than the difficulty of work served by pool [https://bitcointalk.org/index.php?topic=131376.0]&lt;br /&gt;
* &#039;&#039;&#039;PPLNS&#039;&#039;&#039; - Pay Per Last N Shares. Similar to proportional, but instead of looking at the number of shares in the round, instead looks at the last N shares, regardless of round boundaries.&lt;br /&gt;
* &#039;&#039;&#039;PPLNSG&#039;&#039;&#039; - Pay Per Last N Groups (or shifts). Similar to PPLNS, but shares are grouped into &amp;quot;shifts&amp;quot; which are paid as a whole.&lt;br /&gt;
* &#039;&#039;&#039;PPS&#039;&#039;&#039; - Pay Per Share. Each submitted share is worth certain amount of BC. Since finding a block requires &amp;lt;current difficulty&amp;gt; shares &#039;&#039;on average&#039;&#039;, a PPS method with 0% fee would be 25 BTC divided by &amp;lt;current difficulty&amp;gt;. It is risky for pool operators, hence the fee is highest.&lt;br /&gt;
* &#039;&#039;&#039;Prop.&#039;&#039;&#039; - Proportional. When block is found, the reward is distributed among all workers proportionally to how much shares each of them has found.&lt;br /&gt;
* &#039;&#039;&#039;RSMPPS&#039;&#039;&#039; - Recent Shared Maximum Pay Per Share. Like SMPPS, but system aims to prioritize the most recent miners first. [http://eligius.st/wiki/index.php/Shared_Maximum_PPS]&lt;br /&gt;
* &#039;&#039;&#039;Score&#039;&#039;&#039; - Score based system: a proportional reward, but weighed by time submitted. Each submitted share is worth more in the function of time &#039;&#039;t&#039;&#039; since start of current round. For each share score is updated by: score += exp(t/C). This makes later shares worth much more than earlier shares, thus the miner&#039;s score quickly diminishes when they stop mining on the pool. Rewards are calculated proportionally to scores (and not to shares). (at slush&#039;s pool C=300 seconds, and every hour scores are normalized)&lt;br /&gt;
* &#039;&#039;&#039;SMPPS&#039;&#039;&#039; - Shared Maximum Pay Per Share. Like Pay Per Share, but never pays more than the pool earns. [http://eligius.st/wiki/index.php/Shared_Maximum_PPS]&lt;br /&gt;
[http://eligius.st/~luke-jr/samples/800MH-3/ Visual examples of the various payout methods]&lt;br /&gt;
&lt;br /&gt;
{| class=&amp;quot;wikitable sortable&amp;quot; border=&amp;quot;1&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
! Name                !! Location             !! TH/s&amp;lt;ref name=&amp;quot;hashrate2&amp;quot;/&amp;gt;&lt;br /&gt;
!                                                         Merged Mining&amp;lt;ref name=&amp;quot;merged&amp;quot;/&amp;gt;&lt;br /&gt;
!                                                                    Reward Type             !! Transaction fees!!PPS Fee!!Other Fee!! [[getwork|GWK]] !! [[Stratum|STM]] !! [[getblocktemplate|GBT]]&lt;br /&gt;
! Launched   !! Variance                     !! Forum                                       !! Website&lt;br /&gt;
|-&lt;br /&gt;
| [[50BTC]]           || Germany/USA/Russia   ||    || No      || PPS or PPLNS || {{PoolFees}}    ||   6%&amp;lt;ref name=&amp;quot;50btchack&amp;quot;/&amp;gt;&amp;lt;ref name=&amp;quot;50btchack2&amp;quot;/&amp;gt;||   1.5%&amp;lt;ref name=&amp;quot;50btchack&amp;quot;/&amp;gt;&amp;lt;ref name=&amp;quot;50btchack2&amp;quot;/&amp;gt;      || {{Yes}} || {{Yes}} ||&lt;br /&gt;
| 2011-11-11 || User&amp;lt;ref name=&amp;quot;changeable&amp;quot;/&amp;gt; || [http://bitcointalk.org/?topic=54673  link] || [http://50btc.com/ link]&lt;br /&gt;
|-&lt;br /&gt;
| [[ABCPool.co]]      || USA                  ||    || No      || PPS&amp;lt;ref name=&amp;quot;stales&amp;quot;/&amp;gt; || {{PoolFees}}     ||   5% ||         || {{Yes}} || {{No}}  || {{No}}&lt;br /&gt;
| 2011-08-02 || Diff 1                       || [http://bitcointalk.org/?topic=33586  link] || [http://www.ABCPool.co/ link]&lt;br /&gt;
|-&lt;br /&gt;
| [[pool.enso.kz]]  || Kazakhstan          ||     0.06 || No      || PPLNS                   || {{PoolFees}}     ||      ||      0% || {{Yes}} ||         ||&lt;br /&gt;
| 2012-04-19 || Dynamic                       || [http://bitcointalk.org/?topic=80135  link] || [http://pool.enso.kz/ link]&lt;br /&gt;
|-&lt;br /&gt;
| [[Bitalo]]     || USA/Europe           ||   1.1   || No || PPLNS                     || {{SharedFees}}     ||   0% ||         || {{Yes}} || {{Yes}}        ||&lt;br /&gt;
| 2014-04-08 || Dynamic                       ||  || [https://bitalo.com/mining/ link]&lt;br /&gt;
|-&lt;br /&gt;
| [[BitClockers]]     || USA/Europe           ||      || [[NMC]] || PPS                     || {{PoolFees}}     ||   8% ||         || {{Yes}} ||         ||&lt;br /&gt;
| 2011-05-27 || Diff 1                       || [http://bitcointalk.org/?topic=10127  link] || [http://bitclockers.com/ link]&lt;br /&gt;
|-&lt;br /&gt;
| [[BitcoinMining.Co]]     || USA           ||      || [[No]] || {{PoolFees}}                    || {{PoolFees}}     ||   2% ||         || {{Yes}} ||         ||&lt;br /&gt;
| 2013-08-13 || Diff 1                       || [http://bitcointalk.org/?topic=273259.0  link] || [http://bitcoinmining.co/ link]&lt;br /&gt;
|-&lt;br /&gt;
| [[BitcoinPool.com]] || USA                  ||     || No      || Prop.                   || {{PoolFees}}     ||      ||      0% || {{Yes}} ||         ||&lt;br /&gt;
| 2011-03-08 || Diff 1                       || [http://bitcoinpool.com/forum/ link]        || [http://www.bitcoinpool.com/ link]&lt;br /&gt;
|-&lt;br /&gt;
| [[Bitcoin Pooled Mining|Slush&#039;s pool (mining.bitcoin.cz)]]&lt;br /&gt;
|                        France               || 677 || No || Score                   || {{SharedFees}}   ||      ||      2% ||         || {{Yes}} ||&lt;br /&gt;
| 2010-11-27 || User&amp;lt;ref name=&amp;quot;changeable&amp;quot;/&amp;gt; || [http://bitcointalk.org/?topic=1976   link] || [http://mining.bitcoin.cz/ link]&lt;br /&gt;
|-&lt;br /&gt;
| [[BitMinter]]       || USA/Germany          || 1500 || [[NMC]] || PPLNSG                  || {{SharedFees}}   ||      ||      1% || {{Yes}} || {{Yes}} || {{Yes}}&lt;br /&gt;
| 2011-06-26 || User&amp;lt;ref name=&amp;quot;changeable&amp;quot;/&amp;gt;/Dynamic || [http://bitcointalk.org/?topic=27062  link] || [https://bitminter.com link]&lt;br /&gt;
|-&lt;br /&gt;
| [[Blisterpool]]      || USA/Europe            ||      1.4 || [[Devcoin]] + bonus&amp;lt;ref name=&amp;quot;dvcbonus&amp;quot;/&amp;gt; || PPLNS                   || {{SharedFees}}  ||       ||      2% || {{Yes}} || {{Yes}} || {{Yes}}&lt;br /&gt;
| 2014-02-01 ||           User&amp;lt;ref name=&amp;quot;changeable&amp;quot;/&amp;gt;/Dynamic ||   [http://coinzen.org/index.php/topic,714.0.html link]                                || [http://blisterpool.com link]&lt;br /&gt;
|-&lt;br /&gt;
| [[BTCPoolman]]      || UK/Europe            ||      0.5 || No      || Prop.                   || {{SharedFees}}  ||       ||      2% || {{Yes}} || {{Yes}} || {{No}}&lt;br /&gt;
| 2013-03-01 ||           Diff 1 ||   [https://twitter.com/BTCPoolMan Twitter]                                || [https://www.btcpoolman.com/register Register]&lt;br /&gt;
|-&lt;br /&gt;
| [[BTC Guild]]       || USA/Europe    || 10500 || [[NMC]] &lt;br /&gt;
|                                                                    PPLNSG              || {{SharedFees}} ||    ||      2% || {{Yes}} || {{Yes}} || {{No}}&lt;br /&gt;
| 2011-05-09 || User&amp;lt;ref name=&amp;quot;changeable&amp;quot;/&amp;gt;/Dynamic&lt;br /&gt;
|                                               [http://bitcointalk.org/?topic=49417  link] || [https://www.btcguild.com/ link]&lt;br /&gt;
|-&lt;br /&gt;
| [[BTC Oxygen]]      || Europe               ||     || No      || PPS                     || {{PoolFees}}     ||   2% ||         || {{Yes}} || {{Yes}} ||&lt;br /&gt;
| 2012-11-01 || Diff 1                       || [http://bitcointalk.org/?topic=127815 link] || [http://www.btcoxygen.com/ link]&lt;br /&gt;
|-&lt;br /&gt;
| [[BTCMine]]         || USA                   ||    0.1 || No      || Score                   || {{PoolFees}}     ||      ||      0% || {{Yes}} ||         ||&lt;br /&gt;
| 2011-03-11 || Diff 1                       || [http://bitcointalk.org/?topic=4251   link] || [http://btcmine.com/ link]&lt;br /&gt;
|-&lt;br /&gt;
| [[BTCDig]]         || USA                   ||    7 || No      || DGM                   || {{PoolFees}}     ||      ||      0% ||  ||  {{Yes}}     ||&lt;br /&gt;
| 2013-07-04 || User&amp;lt;ref name=&amp;quot;changeable&amp;quot;/&amp;gt;/Dynamic 20SPM                      || [https://bitcointalk.org/index.php?topic=249627   link] || [http://btcdig.com/ link]&lt;br /&gt;
|-&lt;br /&gt;
| [[BTCmow]]         || Europe                   ||     || No      || PPLNS                   || {{PoolFees}}     ||      ||      2.5% ||   ||   {{Yes}}      ||&lt;br /&gt;
| 2013-05-31 || Diff 1                       || [https://bitcointalk.org/index.php?topic=221306.0   link] || [http://www.btcmow.com/ link]&lt;br /&gt;
|-&lt;br /&gt;
| [[btcmp.com]]       || Germany              ||    1.4 || No      || PPS                     || {{PoolFees}}     ||   4% ||         || {{Yes}} ||         ||&lt;br /&gt;
| 2011-06-28 || Diff 1                       ||                                             || [http://www.btcmp.com/ link]&lt;br /&gt;
|-&lt;br /&gt;
| [[BTCWarp]]         || USA                  ||      || No      || Score                   || {{PoolFees}}     ||      ||      0% || {{Yes}} ||         ||&lt;br /&gt;
| 2011-07-29 || Diff 1                       || [http://www.bitcoinbalkan.com/forum link]   || [http://www.btcwarp.com/ link]&lt;br /&gt;
|-&lt;br /&gt;
| [[Coin Miners]]         || USA                  ||      || No      || PPLNS                 || {{PoolFees}}     ||      ||      0% || ||  {{Yes}}       ||&lt;br /&gt;
| 2014-02-27 || Diff 1                       || [https://bitcointalk.org/index.php?topic=481194.0 link]   || [https://www.coinminers.co link]&lt;br /&gt;
|-&lt;br /&gt;
| [[CoinLab Protected Pool]] || USA           ||       || No      || PPS                     || {{PoolFees}}     || 2-5% ||         || {{Yes}} ||         ||&lt;br /&gt;
| 2012-08-09 || Diff 1                       || [http://bitcointalk.org/?topic=99643  link] ||&lt;br /&gt;
|-&lt;br /&gt;
| [[Coinotron]]       || Poland               ||     || No      || DGM                     || {{PoolFees}}     ||      ||      0% || {{Yes}} ||         ||&lt;br /&gt;
| 2011-07-06 || Diff 1                       || [http://bitcointalk.org/?topic=26727  link] || [http://www.coinotron.com link]&lt;br /&gt;
|-&lt;br /&gt;
| [[DeepBit]]         || Germany              ||  0.1 || No      || PPS/Prop.               || {{PoolFees}}     ||  10% ||      3% || {{Yes}} ||         ||&lt;br /&gt;
| 2011-02-26 || Diff 1                       || [http://bitcointalk.org/?topic=3889   link] || [http://deepbit.net/ link]&lt;br /&gt;
|-&lt;br /&gt;
| [[Eclipse Mining Consortium]]&lt;br /&gt;
|                   USA/Europe/Australia/Asia ||  246 || No      || DGM/PPS                 || {{PoolFees}}     ||   5% ||      0% || {{Yes}} || {{Yes}} || {{Yes}}&lt;br /&gt;
| 2011-06-14 || User&amp;lt;ref name=&amp;quot;changeable&amp;quot;/&amp;gt;/Dynamic&lt;br /&gt;
|                                               [http://bitcointalk.org/?topic=16385  link] || [https://eclipsemc.com link]&lt;br /&gt;
|-&lt;br /&gt;
| [[Eligius]]         || USA                  || 4000 || [[NMC]] 105% PPS&amp;lt;ref name=&amp;quot;eligiusnmc&amp;quot;/&amp;gt;      || CPPSRB                  || {{SharedFees}}   ||   0% ||         || {{Yes}} || {{Yes}} || {{Yes}}&lt;br /&gt;
| 2011-04-27 || Dynamic: 32 shares/m         || [http://bitcointalk.org/?topic=23768  link] || [http://eligius.st link]&lt;br /&gt;
|-&lt;br /&gt;
| [[GHash.IO]]        || Netherlands          || 42000 || [[NMC]], IXC, [[Devcoin]]      || PPLNS                  || {{SharedFees}}   || 0%      ||      0% || {{No}} || {{Yes}} || {{No}}&lt;br /&gt;
| 2013-07-01 ||           User&amp;lt;ref name=&amp;quot;changeable&amp;quot;/&amp;gt; ||   [https://support.cex.io  link]                                || [https://ghash.io/  link]&lt;br /&gt;
|-&lt;br /&gt;
| [[Give Me COINS]]   || USA, Europe          || 25 || [[NMC]]   || PPLNS                  || {{SharedFees}}     ||    ||  0%|| {{No}} || {{Yes}} || {{Yes}}&lt;br /&gt;
| 2013-08-12 || Dynamic         || [https://bitcointalk.org/index.php?topic=272017.0  link] || [http://give-me-coins.com link]&lt;br /&gt;
|-&lt;br /&gt;
| [[MaxBTC]]          || USA                  ||    || [[NMC]] || DGM                     || {{PoolFees}}     ||      ||      0% || {{Yes}} ||         ||&lt;br /&gt;
| 2012-03-15 || Diff 1                       || [http://bitcointalk.org/?topic=68734  link] || [https://www.maxbtc.com/ link]&lt;br /&gt;
|-&lt;br /&gt;
| [[Merge Mining Pool]]      || USA                  || 50 || [[NMC]], IXC, [[Devcoin]]&lt;br /&gt;
|                                                                    DGM                     || {{SharedFees}}     ||      || 1.5%    || {{No}} || {{Yes}}    || {{No}}&lt;br /&gt;
| 2012-01-08 || User&amp;lt;ref name=&amp;quot;changeable&amp;quot;/&amp;gt; || [http://bitcointalk.org/?topic=57148  link] || [http://mmpool.org link]&lt;br /&gt;
|-&lt;br /&gt;
| [[MinerGate]]      || Europe               ||     || Yes      || PPS, PPLNS         || {{PoolFees}}     ||   2.5% || 2%        || {{Yes}} || {{Yes}} || {{No}}&lt;br /&gt;
| 2014-03-24 || Dynamic                    || [https://bitcointalk.org/index.php?topic=528848.0 link] || [http://minergate.com/ link]&lt;br /&gt;
|-&lt;br /&gt;
| [[Multipool]]          || USA, Europe      ||   400 || [[NMC]], IXC, [[Devcoin]] || Prop.                     || {{SharedFees}}     ||      ||      0% || {{Yes}} ||     {{Yes}}     || {{No}}&lt;br /&gt;
| 2012-03-15 || User                       || [https://bitcointalk.org/index.php?topic=311067.0  link] || [https://www.multipool.us/ link]&lt;br /&gt;
|-&lt;br /&gt;
| [[MuPool]]    || USA/Europe               ||  30 || No    ||PPLNS|| {{SharedFees}}     ||      ||      0% || {{Yes}} || {{Yes}} || {{Yes}} || 2014-02-23 || Dynamic || [https://bitcointalk.org/index.php?topic=483856.0  link] || [https://mupool.com/index.php?coin=BTC link]&lt;br /&gt;
|-&lt;br /&gt;
| [[Ozco.in]]         || USA/Europe/Australia/China ||  4 || No || DGM      || {{SharedFees}} ||    ||   1% || {{No}}  || {{Yes}} || {{No}}&lt;br /&gt;
| 2011-06-07 || User&amp;lt;ref name=&amp;quot;changeable&amp;quot;/&amp;gt;/Dynamic&lt;br /&gt;
|   [http://bitcointalk.org/?topic=14085  link] || [https://ozco.in link]                                   &lt;br /&gt;
|-&lt;br /&gt;
| [[PolishPool]]         || Poland/USA/China ||  5 || NMC IXC DEV || PPLNS/PPS      || {{SharedFees}}    ||  0%  ||   0% || {{Yes}}  || {{Yes}} || {{Yes}}&lt;br /&gt;
| 2013-07-07 || User&amp;lt;ref name=&amp;quot;changeable&amp;quot;/&amp;gt;/Dynamic || [http://bitcointalk.org/?topic=18313  link] || [https://polishpool.pl  link]&lt;br /&gt;
|-            &lt;br /&gt;
| [[P2Pool]]          || Earth (P2P)          ||   800 || Solo&amp;lt;ref name=&amp;quot;solomm&amp;quot;/&amp;gt; || PPLNS  || {{SharedFees}}   ||      ||      0% || {{No}}&amp;lt;ref name=&amp;quot;local&amp;quot;/&amp;gt; || {{Yes}} || {{No}}&lt;br /&gt;
| 2011-06-17 || User&amp;lt;ref name=&amp;quot;changeable&amp;quot;/&amp;gt; || [http://bitcointalk.org/?topic=18313  link] ||&lt;br /&gt;
|-&lt;br /&gt;
| [[pool.itzod.ru]]   || Russia               ||   38 || No      || RSMPPS                  || {{SharedFees}}   ||   0% ||         || {{Yes}} || {{Yes}} || {{Yes}}&lt;br /&gt;
| 2011-08-01 || User&amp;lt;ref name=&amp;quot;changeable&amp;quot;/&amp;gt; || [http://bitcointalk.org/?topic=25127 RU] [https://bitcointalk.org/index.php?topic=44024.0 EN] || [https://pool.itzod.ru/ link]&lt;br /&gt;
|-&lt;br /&gt;
&lt;br /&gt;
| [[PolMine]]        || Poland              ||  700 || [[NMC]]      || SMPPS                  || {{SharedFees}}  ||  1% ||   0%     || {{Yes}} || {{Yes}}        || {{Yes}}	 	&lt;br /&gt;
| 2011-06-13 || Dynamic/User                      || [http://forum.polmine.pl/ link]            || [https://polmine.pl/?setlang=en link]&lt;br /&gt;
|-&lt;br /&gt;
| [[Triplemining]]    || Europe               ||   7.5 || No    ||PPLNS&amp;lt;ref name=&amp;quot;jackpot&amp;quot;/&amp;gt;|| {{PoolFees}}     ||      ||      0% || {{Yes}} || {{Yes}} || {{Yes}}&lt;br /&gt;
| 2011-06-28 || Diff 1 for getwork/GBT, dynamic for stratum&lt;br /&gt;
|                                               [http://bitcointalk.org/?topic=23664  link] || [https://www.triplemining.com link]&lt;br /&gt;
|-&lt;br /&gt;
|}&lt;br /&gt;
&amp;lt;references&amp;gt;&lt;br /&gt;
&amp;lt;ref name=&amp;quot;50btchack&amp;quot;&amp;gt;On or around October 18, 2013, the pool stopped payouts of mining earnings. 50BTC.com claims the pool was hacked and all mining earnings and records of the earnings were lost. They claim as a result, many people are blackmailing them with unrealistic claims. https://bitcointalk.org/index.php?topic=359277.0&amp;lt;/ref&amp;gt;&lt;br /&gt;
&amp;lt;ref name=&amp;quot;50btchack2&amp;quot;&amp;gt;On or around February 11, 2014, the pool failed to payout mining earnings. 50BTC.com claims their system was unable to deal with the transaction malleability problem. They claim this has been fully corrected. https://50btc.com/en/news/view/161&amp;lt;/ref&amp;gt;&lt;br /&gt;
&amp;lt;ref name=&amp;quot;hashrate2&amp;quot;&amp;gt;Note that pool hashrate is largely irrelevant but can be seen as a popularity measurement. Note however that it is a theoretical security issue if one pool gains above 50% of the total computational power of the network, thus consider joining a pool based on other metrics.&amp;lt;/ref&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;ref name=&amp;quot;merged&amp;quot;&amp;gt;Merged mining allows miners to mine on multiple [[block chains]] at the same time with the same hashing.&amp;lt;/ref&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;ref name=&amp;quot;stales&amp;quot;&amp;gt;Pool also rewards stale shares&amp;lt;/ref&amp;gt;&lt;br /&gt;
&amp;lt;ref name=&amp;quot;local&amp;quot;&amp;gt;Miner-operated proxy available.&amp;lt;/ref&amp;gt;&lt;br /&gt;
&amp;lt;ref name=&amp;quot;changeable&amp;quot;&amp;gt;The difficulty of the shares can be changed by the user.&amp;lt;/ref&amp;gt;&lt;br /&gt;
&amp;lt;ref name=&amp;quot;solomm&amp;quot;&amp;gt;Merged mining can be done on a &amp;quot;solo mining&amp;quot; basis (payouts in the merged chain are not pooled).&amp;lt;/ref&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;ref name=&amp;quot;jackpot&amp;quot;&amp;gt;Triplemining keeps 1% to redistribute using a weekly jackpot and affiliations&amp;lt;/ref&amp;gt;&lt;br /&gt;
&amp;lt;ref name=&amp;quot;eligiusnmc&amp;quot;&amp;gt;As of March 8, 2014, payouts have been labelled as broken by the pool operator.  There is no current ETA to a fix.&amp;lt;/ref&amp;gt;&lt;br /&gt;
&amp;lt;ref name=&amp;quot;dvcbonus&amp;quot;&amp;gt;Pool pays out merged coins and promotional or supplementary payments in Devcoins.&amp;lt;/ref&amp;gt;&lt;br /&gt;
&amp;lt;/references&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== See also ==&lt;br /&gt;
*[[Pooled mining]]&lt;br /&gt;
*[http://blockorigin.pfoe.be/chart.php Hashrate distribution pie chart]&lt;br /&gt;
&lt;br /&gt;
[[Category:Mining]]&lt;br /&gt;
{{Pools}}&lt;/div&gt;</summary>
		<author><name>Nordo</name></author>
	</entry>
	<entry>
		<id>https://en.bitcoin.it/w/index.php?title=MinerGate&amp;diff=49788</id>
		<title>MinerGate</title>
		<link rel="alternate" type="text/html" href="https://en.bitcoin.it/w/index.php?title=MinerGate&amp;diff=49788"/>
		<updated>2014-08-12T13:33:00Z</updated>

		<summary type="html">&lt;p&gt;Nordo: Created page with &amp;quot;{{infobox company|name=MinerGate|image=250px |industry=Mining Pool |foundation=March 2014 |website=https://minergate.com/ }} MinerGate was foun...&amp;quot;&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{infobox company|name=MinerGate|image=[[File:MinerGate_logo.png|250px]]&lt;br /&gt;
|industry=[[Mining Pool]]&lt;br /&gt;
|foundation=March 2014&lt;br /&gt;
|website=https://minergate.com/&lt;br /&gt;
}}&lt;br /&gt;
MinerGate was founded on 24th of March, 20114. It was the first mining pool for [[CryptoNote]] based currencies. It supports both PPS and PPLNS payment modes.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
==Mining Options==&lt;br /&gt;
[[File:Miner.png|thumb|300px|upright|Miner Interface]]&lt;br /&gt;
[[File:Web.png|thumb|300px|upright|Web Interface]]&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot; style=&amp;quot;text-align: center; color: green;&amp;quot;&lt;br /&gt;
| Currency&lt;br /&gt;
| Web Mining&lt;br /&gt;
| Console Mining&lt;br /&gt;
| GUI Mining&lt;br /&gt;
| Block Explorer&lt;br /&gt;
|-&lt;br /&gt;
| BTC&lt;br /&gt;
| {{No}}&lt;br /&gt;
| {{Yes}}&lt;br /&gt;
| {{No}}&lt;br /&gt;
| {{No}}&lt;br /&gt;
|-&lt;br /&gt;
| LTC&lt;br /&gt;
| {{No}}&lt;br /&gt;
| {{Yes}}&lt;br /&gt;
| {{Yes}}&lt;br /&gt;
| {{Yes}}&lt;br /&gt;
|-&lt;br /&gt;
| BCN&lt;br /&gt;
| {{Yes}}&lt;br /&gt;
| {{Yes}}&lt;br /&gt;
| {{Yes}}&lt;br /&gt;
| {{Yes}}&lt;br /&gt;
|-&lt;br /&gt;
| XDN&lt;br /&gt;
| {{Yes}}&lt;br /&gt;
| {{Yes}}&lt;br /&gt;
| {{Yes}}&lt;br /&gt;
| {{Yes}}&lt;br /&gt;
|-&lt;br /&gt;
| FCN&lt;br /&gt;
| {{Yes}}&lt;br /&gt;
| {{Yes}}&lt;br /&gt;
| {{Yes}}&lt;br /&gt;
| {{Yes}}&lt;br /&gt;
|-&lt;br /&gt;
| QCN&lt;br /&gt;
| {{Yes}}&lt;br /&gt;
| {{Yes}}&lt;br /&gt;
| {{Yes}}&lt;br /&gt;
| {{Yes}}&lt;br /&gt;
|-&lt;br /&gt;
| XMR&lt;br /&gt;
| {{Yes}}&lt;br /&gt;
| {{Yes}}&lt;br /&gt;
| {{Yes}}&lt;br /&gt;
| {{Yes}}&lt;br /&gt;
|-&lt;br /&gt;
| MCN&lt;br /&gt;
| {{Yes}}&lt;br /&gt;
| {{Yes}}&lt;br /&gt;
| {{Yes}}&lt;br /&gt;
| {{Yes}}&lt;br /&gt;
|-&lt;br /&gt;
| AEON&lt;br /&gt;
| {{Yes}}&lt;br /&gt;
| {{Yes}}&lt;br /&gt;
| {{Yes}}&lt;br /&gt;
| {{Yes}}&lt;br /&gt;
|-&lt;br /&gt;
| DSH&lt;br /&gt;
| {{Yes}}&lt;br /&gt;
| {{Yes}}&lt;br /&gt;
| {{Yes}}&lt;br /&gt;
| {{Yes}}&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
==MinerGate Miner==&lt;br /&gt;
MinerGate has 2 types of miners: GUI and console. They are available on Windows (32 and 64 bit), Mac and Ubuntu.&lt;br /&gt;
&lt;br /&gt;
Also there is admin version for Windows. Admin edition miner allows to launch application on several computers in background mode.&lt;br /&gt;
&lt;br /&gt;
MinerGate supports Web Mining.&lt;br /&gt;
&lt;br /&gt;
==Features== &lt;br /&gt;
* Block Explorer (Litecoin, Bytecoin, Monero, Fantomcoin, Quazarcoin, duckNote, MonetaVerde, Aeon, Dashcoin, Boolberry)&lt;br /&gt;
* Mining profitability calculator (Bitcoin, Litecoin and CryptoNote based currencies)&lt;br /&gt;
* Charts - difficulty, network hashrate, coins in circulation, block reward&lt;br /&gt;
* 2 Factor Authentication&lt;br /&gt;
* Direct transfers to exchange&lt;br /&gt;
* Network Fee can be set manually&lt;br /&gt;
* 24/7 support&lt;br /&gt;
* Chatroom&lt;br /&gt;
&lt;br /&gt;
==External Links==&lt;br /&gt;
&lt;br /&gt;
* [https://minergate.com/ MinerGate] mining pool website&lt;br /&gt;
* [https://twitter.com/MinerGate @MinerGate] Twitter&lt;br /&gt;
[[Category:Pool Operators]]&lt;br /&gt;
{{Pools}}&lt;/div&gt;</summary>
		<author><name>Nordo</name></author>
	</entry>
	<entry>
		<id>https://en.bitcoin.it/w/index.php?title=File:Web.png&amp;diff=49787</id>
		<title>File:Web.png</title>
		<link rel="alternate" type="text/html" href="https://en.bitcoin.it/w/index.php?title=File:Web.png&amp;diff=49787"/>
		<updated>2014-08-12T13:12:46Z</updated>

		<summary type="html">&lt;p&gt;Nordo: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&lt;/div&gt;</summary>
		<author><name>Nordo</name></author>
	</entry>
	<entry>
		<id>https://en.bitcoin.it/w/index.php?title=File:Miner.png&amp;diff=49786</id>
		<title>File:Miner.png</title>
		<link rel="alternate" type="text/html" href="https://en.bitcoin.it/w/index.php?title=File:Miner.png&amp;diff=49786"/>
		<updated>2014-08-12T13:10:07Z</updated>

		<summary type="html">&lt;p&gt;Nordo: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&lt;/div&gt;</summary>
		<author><name>Nordo</name></author>
	</entry>
	<entry>
		<id>https://en.bitcoin.it/w/index.php?title=File:MinerGate_logo.png&amp;diff=49777</id>
		<title>File:MinerGate logo.png</title>
		<link rel="alternate" type="text/html" href="https://en.bitcoin.it/w/index.php?title=File:MinerGate_logo.png&amp;diff=49777"/>
		<updated>2014-08-12T09:54:12Z</updated>

		<summary type="html">&lt;p&gt;Nordo: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&lt;/div&gt;</summary>
		<author><name>Nordo</name></author>
	</entry>
	<entry>
		<id>https://en.bitcoin.it/w/index.php?title=CryptoNote&amp;diff=48216</id>
		<title>CryptoNote</title>
		<link rel="alternate" type="text/html" href="https://en.bitcoin.it/w/index.php?title=CryptoNote&amp;diff=48216"/>
		<updated>2014-06-16T10:09:19Z</updated>

		<summary type="html">&lt;p&gt;Nordo: /* 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;
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 possesses 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>Nordo</name></author>
	</entry>
	<entry>
		<id>https://en.bitcoin.it/w/index.php?title=CryptoNote&amp;diff=48215</id>
		<title>CryptoNote</title>
		<link rel="alternate" type="text/html" href="https://en.bitcoin.it/w/index.php?title=CryptoNote&amp;diff=48215"/>
		<updated>2014-06-16T10:08:41Z</updated>

		<summary type="html">&lt;p&gt;Nordo: &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 has been under development for some time before March 2014, but there is no evidence of the exact years of R&amp;amp;D.&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 possesses 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>Nordo</name></author>
	</entry>
	<entry>
		<id>https://en.bitcoin.it/w/index.php?title=CryptoNote&amp;diff=48214</id>
		<title>CryptoNote</title>
		<link rel="alternate" type="text/html" href="https://en.bitcoin.it/w/index.php?title=CryptoNote&amp;diff=48214"/>
		<updated>2014-06-16T09:43:19Z</updated>

		<summary type="html">&lt;p&gt;Nordo: /* 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;
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;
== 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>Nordo</name></author>
	</entry>
</feed>