<?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=Lukasio</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=Lukasio"/>
	<link rel="alternate" type="text/html" href="https://en.bitcoin.it/wiki/Special:Contributions/Lukasio"/>
	<updated>2026-05-03T09:29:05Z</updated>
	<subtitle>User contributions</subtitle>
	<generator>MediaWiki 1.43.8</generator>
	<entry>
		<id>https://en.bitcoin.it/w/index.php?title=Mining&amp;diff=41912</id>
		<title>Mining</title>
		<link rel="alternate" type="text/html" href="https://en.bitcoin.it/w/index.php?title=Mining&amp;diff=41912"/>
		<updated>2013-10-24T13:43:05Z</updated>

		<summary type="html">&lt;p&gt;Lukasio: /* The mining ecosystem */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&amp;lt;!-- This page is designed to be short and simple! It should provide only a very brief explanation of things that have their own page and should link to other pages whenever possible. This page should serve as an entry point and a place to organize most of our mining articles. Thank You! (-Atheros) --&amp;gt;&lt;br /&gt;
[[File:Quick-and-dirty-4x5970-cooling.jpg|thumb|right|A quick and dirty mining rig]]&lt;br /&gt;
== Introduction ==&lt;br /&gt;
&#039;&#039;&#039;Mining&#039;&#039;&#039; is the process of adding transaction records to Bitcoin&#039;s public ledger of past transactions.&lt;br /&gt;
This ledger of past transactions is called the [[block chain]] as it is a chain of [[block|blocks]].&lt;br /&gt;
The block chain serves to [[Confirmation|confirm]] transactions to the rest of the network as having taken place.&lt;br /&gt;
Bitcoin nodes use the block chain to distinguish legitimate Bitcoin transactions from attempts to re-spend coins that have already been spent elsewhere.&lt;br /&gt;
&lt;br /&gt;
Mining is intentionally designed to be resource-intensive and difficult so that the number of blocks found each day by miners remains steady. Individual [[blocks]] must contain a [[proof of work|proof of work]] to be considered valid. This proof of work is verified by other Bitcoin nodes each time they receive a block. &lt;br /&gt;
&lt;br /&gt;
The primary purpose of mining is to allow Bitcoin nodes to reach a secure, tamper-resistant consensus.&lt;br /&gt;
Mining is also the mechanism used to introduce Bitcoins into the system:&lt;br /&gt;
Miners are paid any transaction fees as well as a &amp;quot;subsidy&amp;quot; of newly created coins.&lt;br /&gt;
This both serves the purpose of disseminating new coins in a decentralized manner as well as motivating people to provide security for the system.&lt;br /&gt;
&lt;br /&gt;
Bitcoin mining is so called because it resembles the mining of other commodities:&lt;br /&gt;
it requires exertion and it slowly makes new currency available at a rate that resembles the rate at which commodities like gold are mined from the ground.&lt;br /&gt;
&lt;br /&gt;
== Difficulty ==&lt;br /&gt;
=== The Computationally-Difficult Problem ===&lt;br /&gt;
Mining a block is difficult because the SHA-256 hash of a block&#039;s header must be lower than or equal to the [[Target|target]] in order for the block to be accepted by the network. This problem can be simplified for explanation purposes: The hash of a block must start with a certain number of zeros. The probability of calculating a hash that starts with many zeros is very low, therefore many attempts must be made. In order to generate a new hash each round, a [[Nonce|nonce]] is incremented. See [[Proof of work]] for more information.&lt;br /&gt;
&lt;br /&gt;
=== The Difficulty Metric ===&lt;br /&gt;
The [[Difficulty|difficulty]] is the measure of how difficult it is to find a new block compared to the easiest it can ever be. It is recalculated every 2016 blocks to a value such that the previous 2016 blocks would have been generated in exactly two weeks had everyone been mining at this difficulty. This will yield, on average, one block every ten minutes. As more miners join, the rate of block creation will go up. As the rate of block generation goes up, the difficulty rises to compensate which will push the rate of block creation back down. Any blocks released by malicious miners that do not meet the required difficulty [[Target|target]] will simply be rejected by everyone on the network and thus will be worthless. &lt;br /&gt;
&lt;br /&gt;
=== Reward ===&lt;br /&gt;
When a block is discovered, the discoverer may award themselves a certain number of bitcoins, which is agreed-upon by everyone in the network. Currently this bounty is 25 bitcoins; this value will halve every 210,000 blocks. See [[Controlled Currency Supply]].&lt;br /&gt;
&lt;br /&gt;
Additionally, the miner is awarded the fees paid by users sending transactions. The fee is an incentive for the miner to include the transaction in their block. In the future, as the number of new bitcoins miners are allowed to create in each block dwindles, the fees will make up a much more important percentage of mining income.&lt;br /&gt;
&lt;br /&gt;
== The mining ecosystem ==&lt;br /&gt;
&lt;br /&gt;
=== Hardware ===&lt;br /&gt;
[[File:Usb-fpga module 1.15x-hs-800.jpg|thumb|right|FPGA Module]]&lt;br /&gt;
Users have used various types of hardware over time to mine blocks. Hardware specifications and performance statistics are detailed on the [[Mining Hardware Comparison]] page.&lt;br /&gt;
&lt;br /&gt;
=== Hosted mining ===&lt;br /&gt;
Allows users to mine bitcoins without owning physical hardware. The mining hardware is managed by the host and the customer recieves the bitcoins mined. This form of bitcoin mining is best for beginners or people who simply wish to profit from bitcoin mining without investing much time in it. [http://www.btcfarm.net btcfarm.net] is a company that offers hosted bitcoin mining.&lt;br /&gt;
&lt;br /&gt;
==== CPU Mining ==== &lt;br /&gt;
Early Bitcoin client versions allowed users to use their CPUs to mine. As the network hashrate grew with more power efficient GPU miners the amount of Bitcoin&#039;s produced by CPU mining became lower than the cost of power to operate the CPUS. The option still exists in the reference Bitcoin client, but it is disabled by default.&lt;br /&gt;
&lt;br /&gt;
==== GPU Mining ====&lt;br /&gt;
GPU Mining is drastically faster and more efficient than CPU mining. See the main article: [[Why a GPU mines faster than a CPU]]. A variety of popular [[Mining rig|mining rigs]] have been documented.&lt;br /&gt;
==== FPGA Mining ====&lt;br /&gt;
FPGA mining is a very efficient and fast way to mine, comparable to GPU mining and drastically outperforming CPU mining. FPGAs typically consume very small amounts of power with relatively high hash ratings, making them more viable and efficient than GPU mining. See [[Mining Hardware Comparison]] for FPGA hardware specifications and statistics.&lt;br /&gt;
==== ASIC Mining ====&lt;br /&gt;
An application-specific integrated circuit, or &#039;&#039;ASIC&#039;&#039;, is a microchip designed and manufactured for a very specific purpose. ASICs designed for Bitcoin mining were first released in 2013. For the amount of power they consume, they are vastly faster than all previous technologies and already has made GPU mining financially unwise in some countries and setups.&lt;br /&gt;
&lt;br /&gt;
==== Mining services ====&lt;br /&gt;
Mining contracts - provides mining services with performance specified by contract. An example would be where a specific level of mining capacity is rented out for a set price for a specific duration. Short list of mining contractors is [[Minerlease]].&lt;br /&gt;
&lt;br /&gt;
Mining shares - provides Mining as a Service (MaaS) model; break large-scale datacenter mining down to easily manageable pieces that are available in the form of shares of equipment. Mining shares are available from such companies as [[ASICMINER]] or [[Bit-miner.com]]&lt;br /&gt;
&lt;br /&gt;
Hosted mining services create some systemic risk for the Bitcoin system because they undermine the security assumption that the control of mining power is well distributed. If too much mining becomes consolidated in large hosting providers and an attacker is able to compromise some of these providers they could potentially disrupt the Bitcoin system or rip off people they transact with with reversals.&lt;br /&gt;
&lt;br /&gt;
=== Pools ===&lt;br /&gt;
As more and more miners competed for the limited supply of blocks, individuals found that they were working for months without finding a block and receiving reward for their mining efforts. This made mining something of a gamble. To address the variance in their income miners started organizing themselves into [[Pooled mining|pools]] so that they could share rewards more evenly. See [[Pooled mining]] and [[Comparison of mining pools]].&lt;br /&gt;
&lt;br /&gt;
Similar to cloud mining traditional mining pools also create some potentially risky consolidation of control over hashing power. Although the individual miners are free to move to other pools if a pool misbehaves it can take days for them to notice misbehavior and react.  Decentralized mining pools such as [[P2Pool]] exist to eliminate this risk but are more complicated to use.&lt;br /&gt;
&lt;br /&gt;
=== History ===&lt;br /&gt;
Bitcoin&#039;s public ledger (the &#039;block chain&#039;) was started on January 3rd, 2009 at 18:15 UTC presumably by [[Satoshi Nakamoto]]. The first block is known as the [[genesis block]]. The first transaction recorded in the first block was a single transaction paying the reward of 50 new bitcoins to its creator.&lt;br /&gt;
&lt;br /&gt;
==See Also==&lt;br /&gt;
&lt;br /&gt;
* [http://codinginmysleep.com/bitcoin-mining-in-plain-english Bitcoin Mining in Plain English] by David Perry&lt;br /&gt;
* [[Automatically mine when computer is locked|Tutorial to automatically start mining when you lock your computer]]. (Windows 7)&lt;br /&gt;
* [http://www.reddit.com/r/Bitcoin/comments/18q2jx/eli5_bitcoin_mining_xpost_in_eli5/ Simplified Explanation of Bitcoin Mining] by reddit user [http://www.reddit.com/user/azotic azotic]&lt;br /&gt;
&lt;br /&gt;
[[ru:Mining]]&lt;br /&gt;
[[Category:Mining]][[Category:Vocabulary]]&lt;/div&gt;</summary>
		<author><name>Lukasio</name></author>
	</entry>
	<entry>
		<id>https://en.bitcoin.it/w/index.php?title=Selling_bitcoins&amp;diff=41187</id>
		<title>Selling bitcoins</title>
		<link rel="alternate" type="text/html" href="https://en.bitcoin.it/w/index.php?title=Selling_bitcoins&amp;diff=41187"/>
		<updated>2013-09-20T17:32:01Z</updated>

		<summary type="html">&lt;p&gt;Lukasio: /* Fixed Rate Exchanges &amp;amp; Others */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;There are various methods for selling bitcoins.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;span style=&amp;quot;color:red&amp;quot;&amp;gt;Warning: Please be careful with your money.  When sending bitcoins to an exchange or other counterparty you are trusting that the counterparty will not abscond with your bitcoins and that the operator maintains secure systems that protect against theft -- internal or external.  It is recommended that you obtain the real-world identity of the counterparty and ensure that sufficient recourse is available.  Exchanging or storing significant funds with exchanges is not recommended.&amp;lt;/span&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==Market Exchanges==&lt;br /&gt;
Market exchanges are those in which buy orders are matched with sell orders, so the price offered depends on the market. If a service quotes a price then it is not operating a market but instead is a broker that buys and/or sells coins. Those exchanges are found in the list of fixed-rate exchanges.&lt;br /&gt;
&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
| Exchange || Adding Funds || Withdrawing Funds || Notes&lt;br /&gt;
|-&lt;br /&gt;
|  [[BitBox]] || BTC&amp;lt;br/&amp;gt;USD (Wire Transfer - US) || BTC&amp;lt;br/&amp;gt;USD (Wire Transfer - US) || &amp;lt;ul&amp;gt;&amp;lt;li&amp;gt;US-based&amp;lt;/li&amp;gt;&amp;lt;li&amp;gt;Two-factor Authentication&amp;lt;/li&amp;gt;&amp;lt;li&amp;gt;[http://inbitbox.github.io/rest/ BitBox REST API]&amp;lt;/li&amp;gt;&amp;lt;li&amp;gt;[https://github.com/inbitbox BitBox GitHub]&amp;lt;/li&amp;gt;&amp;lt;/ul&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
| [[MtGox]] ||BTC&amp;lt;br/&amp;gt;USD (International bank wire)&amp;lt;br /&amp;gt;AUD (Bank wire)&amp;lt;br /&amp;gt;GBP (Bank wire)&amp;lt;br /&amp;gt;GBP (Cash deposit, Barclays) || BTC&amp;lt;br /&amp;gt;USD ([[Dwolla]])&amp;lt;br /&amp;gt;AUD (Bank wire) || Restrictions and limits on withdrawals.&lt;br /&gt;
|-&lt;br /&gt;
|  [[VirWoX]] || BTC&amp;lt;br/&amp;gt;SLL (Second Life)&amp;lt;br/&amp;gt;ACD (Avination)&amp;lt;br/&amp;gt;OMC (OpenSim)&amp;lt;br/&amp;gt;USD,EUR,GBP,CHF ([[PayPal]])&amp;lt;br/&amp;gt;USD,EUR,GBP (Credit &amp;amp; Debit cards via [[Skrill]]/Moneybookers)&amp;lt;br/&amp;gt;USD,EUR,GBP ([[NETELLER]])&amp;lt;br/&amp;gt;EUR (DIRECTebanking / Sofortüberweisung)&amp;lt;br/&amp;gt;USD,EUR,GBP,CHF ([[paysafecard]])&amp;lt;br/&amp;gt;EUR (SEPA bank transfer) || BTC&amp;lt;br/&amp;gt;SLL (Second Life)&amp;lt;br/&amp;gt;ACD (Avination)&amp;lt;br/&amp;gt;OMC (OpenSim)&amp;lt;br/&amp;gt;USD,EUR,GBP,CHF ([[PayPal]])&amp;lt;br /&amp;gt;USD,EUR,GBP ([[Skrill]]/Moneybookers)&amp;lt;br/&amp;gt;USD,EUR,GBP ([[NETELLER]])&amp;lt;br/&amp;gt;EUR (SEPA bank transfer) || Trading through Second Life Linden Dollars (highly liquid).&amp;lt;br/&amp;gt;Variable limits on PayPal and Credit Card deposits. &lt;br /&gt;
|-&lt;br /&gt;
|  [[Intersango]]([[Britcoin]]) || BTC&amp;lt;br /&amp;gt;GBP (bank deposit)&amp;lt;br /&amp;gt;EUR (SEPA bank deposit)&amp;lt;br /&amp;gt;PLN (bank transfer) || BTC&amp;lt;br /&amp;gt;GBP (bank deposit)&amp;lt;br /&amp;gt;EUR (SEPA bank transfer)&amp;lt;br /&amp;gt;PLN (bank transfer) ||&lt;br /&gt;
|-&lt;br /&gt;
|  [[BTC-E]] || BTC&amp;lt;br /&amp;gt;BTC (BTC-e redeemable code)&amp;lt;br /&amp;gt;USD (Cash deposit at Post of Russia)&amp;lt;br /&amp;gt;USD (Cash deposit at banks including Privatbank, Savings Bank of Russia (Sberbank), RU/UA Terminals, &amp;amp; more)&amp;lt;br /&amp;gt;USD (Interkassa)&amp;lt;br /&amp;gt;USD (WebMoney - WMZ)&amp;lt;br /&amp;gt;USD (Yandex)&amp;lt;br /&amp;gt;USD (LiqPay)&amp;lt;br /&amp;gt;USD (Perfect Money)&amp;lt;br /&amp;gt;USD (QIWI)&amp;lt;br /&amp;gt;USD (OKPay)&amp;lt;br /&amp;gt;USD (RBK Money)&amp;lt;br /&amp;gt;USD (Ditial currencies including НСМЭП (NSMEP), Единый Кошелек (Unified Purse), TeleMoney, &amp;amp; more)&amp;lt;br /&amp;gt;USD (BTC-e Redeemable Code)&amp;lt;br /&amp;gt;USD (International bank wire)&amp;lt;br /&amp;gt;EUR (SEPA bank transfer)&amp;lt;br /&amp;gt;RUB (QIWI)&amp;lt;br /&amp;gt;RUB (LiqPay)&amp;lt;br /&amp;gt;RUB (WebMoney-WMR)&amp;lt;br /&amp;gt;RUB (BTC-e Redeemable code)&amp;lt;br /&amp;gt;RUB (Bank transfer) || BTC&amp;lt;br/&amp;gt;BTC (BTC-e redeemble code)&amp;lt;br /&amp;gt;USD (Webmoney - WMZ)&amp;lt;br /&amp;gt;USD (Perfect Money)&amp;lt;br /&amp;gt;USD (LiqPay)&amp;lt;br /&amp;gt;USD (QIWI)&amp;lt;br /&amp;gt;USD (PayPal)&amp;lt;br /&amp;gt;USD (OKPay)&amp;lt;br /&amp;gt;USD (Payza/AlertPay)&amp;lt;br /&amp;gt;USD (Privat, Privat UAH)&amp;lt;br /&amp;gt;USD (Cash deposit into Savings Bank/Sberbank, Telebank, Alfa Bank)&amp;lt;br /&amp;gt;USD (BTC-e Redeemable Code)&amp;lt;br /&amp;gt;USD (International Wire Transfer)&amp;lt;br /&amp;gt;EUR (SEPA bank transfer)&amp;lt;br /&amp;gt;RUB (Cash delivery, possible in Moscow)&amp;lt;br /&amp;gt;RUB (QIWI)&amp;lt;br /&amp;gt;RUB (LiqPay)&amp;lt;br /&amp;gt;RUB (WebMoney WMR)&amp;lt;br /&amp;gt;RUB (Яндекс.Деньги Yandex)&amp;lt;br /&amp;gt;RUB (RBK Money)&amp;lt;br /&amp;gt;Cash deposit (into account at Сбербанка России!/Savings Bank/Sberbank, Телебанк (Telebank), and АльфаБанк (Alfa Bank)&amp;lt;br /&amp;gt;RUB (Transfer to credit card VISA &amp;amp; MasterCard)&amp;lt;br /&amp;gt;RUB (BTC-e Redeemable code)&amp;lt;br /&amp;gt;RUB (Bank transfer) || Language: English, Russian.&lt;br /&gt;
|-&lt;br /&gt;
|  [[VirtEx]] || BTC&amp;lt;br/&amp;gt;CAD (cash deposit at BMO Bank of Montreal)&amp;lt;br /&amp;gt;CAD (Online bill payment)&amp;lt;br /&amp;gt;CAD (Wire transfer) || BTC&amp;lt;br/&amp;gt;CAD (direct deposit)&amp;lt;br /&amp;gt;CAD (Canada Xpress Post Bank Draft send by mail)&amp;lt;br /&amp;gt;CAD Payza (formerly AlertPay) || &lt;br /&gt;
|-&lt;br /&gt;
|  [[Camp BX]] (CBX) || BTC &amp;lt;br/&amp;gt; USD ([[Dwolla]])&amp;lt;br/&amp;gt;USD (P2P bank transfer at Chase, B&amp;amp;nbsp;of&amp;amp;nbsp;A, Wells Fargo and ING. Credited after three business days).&amp;lt;br /&amp;gt;USD (Personal Check)&amp;lt;br /&amp;gt;USD (USPS Postal money order, Canada Post money order) || BTC&amp;lt;br /&amp;gt;USD ([[Dwolla]])&amp;lt;br/&amp;gt;USD (ACH Direct Deposit)&amp;lt;br /&amp;gt;USD (USPS Postal Money Order)&amp;lt;br/&amp;gt;USD (Domestic bank wire)&amp;lt;br/&amp;gt;USD (International bank wire) || &amp;lt;ul&amp;gt; &amp;lt;li&amp;gt; Security certification from McAfee&amp;lt;/li&amp;gt;&amp;lt;li&amp;gt; Advanced trading options with AON/FOK/Market&amp;lt;/li&amp;gt; &amp;lt;li&amp;gt;STOPLOSS and Short-Selling in Pipeline&amp;lt;/li&amp;gt;&amp;lt;li&amp;gt; Trading API available&amp;lt;/li&amp;gt;&amp;lt;li&amp;gt; Wallet API available &amp;lt;/li&amp;gt;&amp;lt;li&amp;gt; CBX Instant Bitcoin Transfers Feature &amp;lt;/li&amp;gt;&amp;lt;li&amp;gt; Stoploss / Custom Order Expiry Date/Time &amp;lt;/li&amp;gt;&amp;lt;li&amp;gt; SMS (Text Message) Notifications &amp;lt;/li&amp;gt; &amp;lt;li&amp;gt; Two-Factor Authentication &amp;lt;/li&amp;gt; &amp;lt;li&amp;gt; Based in USA - Atlanta &amp;lt;/li&amp;gt; &amp;lt;/ul&amp;gt;   &lt;br /&gt;
|-&lt;br /&gt;
|  [[Bitstamp]] || BTC&amp;lt;br /&amp;gt;BTC (Redeemable code)&amp;lt;br /&amp;gt;EUR (SEPA transfer)&amp;lt;br /&amp;gt;USD (Intl wire)&amp;lt;br /&amp;gt;USD ([[Ripple]])&amp;lt;br /&amp;gt;CHF || BTC&amp;lt;br /&amp;gt;BTC (Redeemable code)&amp;lt;br /&amp;gt;EUR (SEPA transfer)&amp;lt;br /&amp;gt;USD (Intl wire)&amp;lt;br /&amp;gt;USD (Ripple)&amp;lt;br /&amp;gt;CHF || EUR and CHF deposits converted to/from USD for trading&lt;br /&gt;
|-&lt;br /&gt;
|  [[BTCTurk]] || BTC&amp;lt;br /&amp;gt;TL (Bank transfer)&amp;lt;br /&amp;gt; || BTC&amp;lt;br /&amp;gt;TL (Bank transfer)&amp;lt;br /&amp;gt; || &amp;lt;ul&amp;gt;&amp;lt;li&amp;gt; The first Bitcoin exchange to allow trades in Turkish Lira.&amp;lt;/li&amp;gt;&amp;lt;li&amp;gt; Available in Turkish language. &amp;lt;/li&amp;gt;&amp;lt;/ul&amp;gt;  &lt;br /&gt;
|-&lt;br /&gt;
|  [[FBTC Exchange]] || BTC &amp;lt;br/&amp;gt; USD(Domestic Wire Transfer)&amp;lt;br/&amp;gt;EUR (Bank transfer) || BTC&amp;lt;br/&amp;gt;USD&amp;lt;br /&amp;gt;EUR || Based in the Netherlands   &lt;br /&gt;
|-&lt;br /&gt;
|  [[FYB-SG]] || BTC &amp;lt;br/&amp;gt; SGD(Internet Bank Transfer)&amp;lt;br/&amp;gt;SGD (Annonymous Cash Deposit at any UOB Cash Deposit Machine in Singapore).&amp;lt;br /&amp;gt; || BTC&amp;lt;br/&amp;gt;SGD(Internet Bank Transfer)&amp;lt;br/&amp;gt; || &amp;lt;ul&amp;gt;&amp;lt;li&amp;gt; Based in Singapore &amp;lt;/li&amp;gt; &amp;lt;/ul&amp;gt;   &lt;br /&gt;
|-&lt;br /&gt;
|  [[Rock Currency Exchange]] || BTC&amp;lt;br/&amp;gt;SLL (Second Life)&amp;lt;br/&amp;gt;USD ([[Dwolla]])&amp;lt;br/&amp;gt;EUR (SEPA bank transfer) || BTC&amp;lt;br/&amp;gt;SLL (Second Life)&amp;lt;br/&amp;gt;USD ([[Dwolla]])&amp;lt;br/&amp;gt;EUR (SEPA bank transfer) || &lt;br /&gt;
|-&lt;br /&gt;
|  [[bitNZ]] || BTC&amp;lt;br/&amp;gt;NZD (Cash deposit at Westpac) || BTC&amp;lt;br/&amp;gt;NZD (Domestic bank transfer) || &lt;br /&gt;
|-&lt;br /&gt;
| [[Kapiton.se]]  || BTC&amp;lt;br/&amp;gt;SEK (Bankgiro Bank Transfer) || BTC&amp;lt;br/&amp;gt;SEK (Bankgiro Bank Transfer) || || &lt;br /&gt;
|-&lt;br /&gt;
|  [[Vircurex]] || BTC || BTC || Trading in many other P2P/Crypto currencies possible&lt;br /&gt;
|-&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
==Fixed Rate Exchanges &amp;amp; Others==&lt;br /&gt;
&lt;br /&gt;
The following exchanges are either exchanges using a fixed rate based on other markets or are exchanges that enable you to redeem smaller amounts of bitcoins at reasonable rates:&lt;br /&gt;
&lt;br /&gt;
* [http://coinmarket.co Coinmarket.co] Sell bitcoins for only 0.2% below market price. Get paid via paypal or wire transfer.&lt;br /&gt;
* [[24change.com]] Automatic Bitcoin and e-currencies buy/sell service Bitcoin, USD, UAH, RUB, Visa, MasterCard, EgoPay, Payoneer, MoneyGram, OKPAY, WireTransfer, QIWI, Yandex Money, PayPal, PerfectMoney, Paymer, ePayments, LiqPay, Redpass, WESTERN UNION, International Banks&lt;br /&gt;
* [[ALFAcashier]] Instant exchange between Bitcoin, Litecoin, PerfectMoney, QIWI, Yandex Money&lt;br /&gt;
* [[Bahtcoin]] Trade BTC for Thai Baht, cash, Webmoney, or Thai mobile and gaming prepaid cards.&lt;br /&gt;
* [[BTC China]] Market for exchanging bitcoins to and from CNY, withdraw CNY (Tencent, Alipay) and USD.&lt;br /&gt;
* [[BTCHKEX]] Trade your BTCs for HKD.&lt;br /&gt;
* [https://bips.me BIPS] ([[BIPS|info]]) Withdraw funds as Danish Domestic Transfer, or ACH / Direct Deposit in any current, and Wire Transfer to Any Country.  DK-based&lt;br /&gt;
* [[BitBargain]] Market in the UK for buying bitcoins with GBP instantly from trusted OTC sellers through escrow.&lt;br /&gt;
* [[Bitcoil]] Exchange BTC for ILS with bank transfers in Israel&lt;br /&gt;
* [[Bitcoin Argentina]] Trades BTC for ARS. Cash and bank transfer. No exchange fees.&lt;br /&gt;
* [[Bitcoin Nordic]] Sell bitcoins with withdrawal to PayPal or bank transfer.&lt;br /&gt;
* [[Bitcoini.com]] Trade bitcoins in Bulgaria and Romania for local currencies, USD worldwide with Western Union, MoneyGram&lt;br /&gt;
* [http://BitcoinIsrael.co.il BitcoinIsrael.co.il] Get cash (ILS) for your Bitcoins within hours from any where in Israel.&lt;br /&gt;
* [[Bitcoiny.cz]] Trade your BTCs for CZK. No-escrow, direct person-to-person trading.&lt;br /&gt;
* [[bitcoin-otc]] IRC trading marketplace will usually have people willing to deal for small and larger amounts using various payment methods, including [[PayPal]], [[Dwolla]], [[Linden Dollars]], etc.&lt;br /&gt;
* [[Bitcoin.com.es]] Trade your BTCs for EUR (Bank transfer).&lt;br /&gt;
* [[bitcoin.de]] Trade your BTCs for EUR (bank wire, SEPA bank transfer, Money Bookers), person to person, eWallet&lt;br /&gt;
* [http://bitcoin.in.th/ Bitcoin in Thailand] Buy and Sell BTC in Thailand for cash via local bank deposits and transfers.&lt;br /&gt;
* [[bitcoin.local]] arranges for exchanging currencies in person with someone nearby&lt;br /&gt;
* [[Bitcoins In Berlin]] Trade your BTC for cash-in-the-mail (EUR), in-person trande, Western Union, Moneygram, bank transfer or SEPA.&lt;br /&gt;
* [[BitMarket.co]] Trade your BTCs for Colombian Peso (COP) as OTC with BTC Escrow.&lt;br /&gt;
* [[BitPiggy]] Trade your BTCs for AUD (Bank transfer).&lt;br /&gt;
* [https://www.bitquick.co BitQuick.co][https://en.bitcoin.it/wiki/BitQuick.co (info)] Instant exchange to receive cash deposit or SEPA transfer to the seller&#039;s bank account for Bitcoin at any price set by seller.&lt;br /&gt;
* [http://BTCInstant.com BTCinstant.com] Trade bitcoins for Virtual Credit Card (VCC, and specifically Virtual Mastercard brand) sent through e-mail.&lt;br /&gt;
* [[btcx.se]] / Btcx Sweden || 0% above 80 btc || SEK || Bank transfers to most Swedish banks within 4-12 hours.&lt;br /&gt;
* [[Canadian Bitcoins]] Buy/Sell Bitcoins in CAD and receive Cash, Cheque, Bank Transfer (TD Person Pay) or Interac. &lt;br /&gt;
* [[Cartão BitCoin]] Convert your bitcoins to reload your debit card (offered to Brazilians, accepted at 10,000 locations in Brazil)&lt;br /&gt;
* [[Coin2Pal]] Sell your Bitcoins and receive PayPal funds immediately.&lt;br /&gt;
* [[Coinabul]] Trade your BTCs for Gold/Silver&lt;br /&gt;
* [[Coinbase]] Sell bitcoins with proceeds delivered as a bank transfer (U.S., as ACH/direct deposit). Instant verification available for new accounts.&lt;br /&gt;
* [https://www.cryptxchange.com Cryptxchange] Sell bitcoins for USD or CAD Funds transfered VIA bank tranfer&lt;br /&gt;
* [[ECurrencyZone]] Cash out bitcoins to INR, BDT, MYR, SGD via bank transfer or cash deposited to your bank account. Also to Western Union, Moneygram, Citibank global funds transfer, Paypal, Skrill/Moneybookers, Payza/AlertPay, OKPay. Convert to digital currencies C-Gold, Perfect Money, WebMoney and EGOPay.&lt;br /&gt;
* [[FastCash4Bitcoins]] Sell your BTC and receive cash today. Over 100,000 BTC bought. Payments issued using your choice of PayPal, Dwolla, ACH (Direct Deposit), Bank Wire, Company Check, Cashier&#039;s Check or Silver Bullion even.&lt;br /&gt;
* [http://www.happycoins.nl HappyCoins] Buy and sell Bitcoins in Euro using the Dutch iDEAL or European SEPA payment system. Fast payout and transparent prices based on near real-time exchange prices (select from multiple exchanges).&lt;br /&gt;
* [[Mang Sweeney]] Use bitcoins to send remittance payments to the Philippines, in-person cash out in metro Manilla or from various remittance centers.  Languages: English, Filipino.&lt;br /&gt;
* [[Lilion Transfer]] Exchanges bitcoins for [[Pecunix]], [[AlertPay]], [[Skrill]]/Moneybookers, [[PayPal]], and more.&lt;br /&gt;
* [[LocalBitcoins]] Exchanges bitcoins for csah, bank wirte transfers, [[OKPay]], [[AlertPay]], [[Skrill]]/Moneybookers, [[PayPal]], [[Dwolla]] and more.&lt;br /&gt;
* [[Nanaimo Gold]] Redeem bitcoins for money transfer, money order or direct deposit within Canada.&lt;br /&gt;
* [[Spend Bitcoins]] Sell bitcoins for AUD (Australia). Redeem for bank transfer, AustPost reloadable VISA, bill payment and other various methods.&lt;br /&gt;
* [http://jzn5w5pac26sqef4.onion.sh/ WeBuyBitcoins] Sell Bitcoins for ACH, PayPal, Cash In Mail, WU/MG.&lt;br /&gt;
* [http://localbitcoins.com LocalBitcoins.com] ([[LocalBitcoins|Info]]) Location-based bitcoin to cash exchange.&lt;br /&gt;
* [[OKPAY]] || Convert bitcoins from USD, EUR, GBP, RUB, CHF etc via bank wire transfer, USD, EUR via additional direct methods, USD, EUR via Migom, USD, EUR via Money Polo, USD, EUR via Intel Express, USD, EUR via Liqpay, USD, EUR, UAH via Wallet1, RUB via (Yandex Money) and USD via OKPAY Debit Card. Completely non-reversible payments. Support of 19 world currencies, 15 languages.&lt;br /&gt;
* [[Dagensia]] &#039;&#039;&#039;Fully licensed EU company&#039;&#039;&#039; exchanging Bitcoins, Bank Wire, SEPA EUR, Debit Cards. USD, EUR, GBP, CAD, CHF, SEK, AUD, CZK&lt;br /&gt;
* [http://artabit.com artaBit.com] ([[artaBit|info]]), Sell bitcoins in Indonesia for IDR (rupiah).&lt;br /&gt;
* [https://www.bitsofgold.co.il Bits Of Gold] ([[Bits of Gold|info]]), Sell bitcoins in Israel for ILS.&lt;br /&gt;
* [https://moneypaktrader.com MoneypakTrader.com] ([[MoneypakTrader.com|info]]), sell bitcoins for [[MoneyPak]].&lt;br /&gt;
* [[WM-Center]] Buy/sell Bitcoin, exchange Bitcoin to other e-currencies (such as Perfect Money, PayPal, EgoPay, c-gold, Pecunix, etc) and vice versa.&lt;br /&gt;
&lt;br /&gt;
==Goods and Services==&lt;br /&gt;
&lt;br /&gt;
One way of selling bitcoins is to use them as the payment method when making purchases.&lt;br /&gt;
&lt;br /&gt;
See the [[Trade]] page for a fairly comprehensive list of goods and service that bitcoins will purchase.&lt;br /&gt;
&lt;br /&gt;
==See Also==&lt;br /&gt;
&lt;br /&gt;
* [[:Category:Digital currencies|Digital currencies]]&lt;br /&gt;
* [[Buying bitcoins]]&lt;br /&gt;
* [[Secure Trading]]&lt;br /&gt;
* [[:Category:Local|Local]] exchanges&lt;br /&gt;
&lt;br /&gt;
[[Category:Exchanges]]&lt;br /&gt;
[[Category:Introduction]]&lt;/div&gt;</summary>
		<author><name>Lukasio</name></author>
	</entry>
	<entry>
		<id>https://en.bitcoin.it/w/index.php?title=Main_Page&amp;diff=41186</id>
		<title>Main Page</title>
		<link rel="alternate" type="text/html" href="https://en.bitcoin.it/w/index.php?title=Main_Page&amp;diff=41186"/>
		<updated>2013-09-20T17:29:03Z</updated>

		<summary type="html">&lt;p&gt;Lukasio: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&lt;/div&gt;</summary>
		<author><name>Lukasio</name></author>
	</entry>
	<entry>
		<id>https://en.bitcoin.it/w/index.php?title=Template:MainPage_Topics&amp;diff=40883</id>
		<title>Template:MainPage Topics</title>
		<link rel="alternate" type="text/html" href="https://en.bitcoin.it/w/index.php?title=Template:MainPage_Topics&amp;diff=40883"/>
		<updated>2013-09-08T11:50:13Z</updated>

		<summary type="html">&lt;p&gt;Lukasio: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&amp;lt;!--&lt;br /&gt;
First table is for tutorials. Left column = pages written for end users. Right column = pages for developers.&lt;br /&gt;
Second table is for categories.&lt;br /&gt;
--&amp;gt;&lt;br /&gt;
&lt;br /&gt;
{|cellpadding=&amp;quot;2&amp;quot; style=&amp;quot;background-color: inherit;&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
| scope=&amp;quot;col&amp;quot; style=&amp;quot;width: 200px;&amp;quot; |&lt;br /&gt;
* [[Introduction]]&lt;br /&gt;
* [http://www.weusecoins.com/getting-started.php Getting started]&lt;br /&gt;
* [[Myths]]&lt;br /&gt;
* [http://bitcoin.gw.gd/-Bitcoin-News- News]&lt;br /&gt;
&lt;br /&gt;
* [[Securing your wallet]]&lt;br /&gt;
* [http://www.quandl.com/markets/bitcoin Bitcoin Statistics]&lt;br /&gt;
| scope=&amp;quot;col&amp;quot; style=&amp;quot;width: 200px;&amp;quot; |&lt;br /&gt;
* [[PHP developer intro]]&lt;br /&gt;
* [[API reference (JSON-RPC)]]&lt;br /&gt;
* [[Protocol specification]]&lt;br /&gt;
* [[Secure Trading|Best practices for OTC traders]]&lt;br /&gt;
* [[Bitcoin Improvement Proposals]]&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
{|cellpadding=&amp;quot;2&amp;quot; style=&amp;quot;background-color: inherit;&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
! scope=&amp;quot;col&amp;quot; style=&amp;quot;width: 200px;&amp;quot; |&lt;br /&gt;
! scope=&amp;quot;col&amp;quot; style=&amp;quot;width: 200px;&amp;quot; |&lt;br /&gt;
|-&lt;br /&gt;
|&lt;br /&gt;
* [http://www.minerlease.com Mining contracts]&lt;br /&gt;
* [[Software]]&lt;br /&gt;
* [[Mining]]&lt;br /&gt;
* [[:Category:Exchanges|Exchanges]]&lt;br /&gt;
* [[:Category:Directories|Local Directories]]&lt;br /&gt;
* [[:Category:Marketing|Marketing resources]]&lt;br /&gt;
* [[People]]&lt;br /&gt;
|&lt;br /&gt;
* [[:Category:Technical|Technical articles]]&lt;br /&gt;
* [[:Category:Clients|Clients]] / [[:Category:Frontends|Frontends]]&lt;br /&gt;
* [[:Category:Economics|Economics]]&lt;br /&gt;
* [[Trade|Businesses (Trade)]]&lt;br /&gt;
* [[:Category:Games|Games]]&lt;br /&gt;
* [[Real world shops|Real world merchants map]]&lt;br /&gt;
* [[Donation-accepting_organizations_and_projects|Donation-accepting sites]]&lt;br /&gt;
* [[Meetups]]&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
&amp;lt;div style=&amp;quot;text-align: right;&amp;quot; class=&amp;quot;noprint&amp;quot;&amp;gt;&amp;lt;span class=&amp;quot;plainlinks&amp;quot;&amp;gt;[{{fullurl:Template:MainPage_Topics|action=edit}} &#039;&#039;&#039;Edit&#039;&#039;&#039;]&amp;lt;/span&amp;gt; &amp;amp;ndash; &#039;&#039;&#039;[[Special:Categories|See More]]&#039;&#039;&#039;&amp;lt;/div&amp;gt;&lt;/div&gt;</summary>
		<author><name>Lukasio</name></author>
	</entry>
	<entry>
		<id>https://en.bitcoin.it/w/index.php?title=Buying_Bitcoins_(the_newbie_version)&amp;diff=38911</id>
		<title>Buying Bitcoins (the newbie version)</title>
		<link rel="alternate" type="text/html" href="https://en.bitcoin.it/w/index.php?title=Buying_Bitcoins_(the_newbie_version)&amp;diff=38911"/>
		<updated>2013-06-26T13:22:34Z</updated>

		<summary type="html">&lt;p&gt;Lukasio: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;This page aims to be the best resource for new users to understand how to buy Bitcoins.&lt;br /&gt;
The existing [[Buying bitcoins]] page is too complex, and not transparent enough for new investors.&lt;br /&gt;
Be extremely careful when buying bitcoins from not accredited websites or individuals. Like in the real world there are many scammers around.&lt;br /&gt;
&lt;br /&gt;
{{Counterparty-warning}}&lt;br /&gt;
&lt;br /&gt;
== Intro ==&lt;br /&gt;
[http://bitcoin.stackexchange.com/questions/2293/how-can-i-buy-bitcoin-via-a-credit-card-or-paypal You can&#039;t reliably buy Bitcoins using PayPal or credit cards], because it is risky for the seller, and therefore few sellers will offer this. There are basically 4 reasons for that:&lt;br /&gt;
* The TOS of PayPal actually prohibit buying digital currency with it&lt;br /&gt;
* The buyer of bitcoins can always perform a chargeback and there is no way for the seller to contest that&lt;br /&gt;
* There are many hacked accounts and when PayPal realizes that such an account has been fraudulently used, they will also perform a chargeback&lt;br /&gt;
* PayPal doesn&#039;t like bitcoin, as the bitcoin network is in direct competition to it&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
=== Anonymity ===&lt;br /&gt;
There is a HUGE demand for buying bitcoins off the grid due to ever-increasing government regulations and private agency intrusions and discrimination against alternative currencies. &lt;br /&gt;
Due to the possibility of facial recognition cameras at banks and the paper trail involved with credit cards, there are very few options to have high levels of anonymity when buying bitcoins those ways. DNA, Fingerprints, phone and internet records, audio and video records will not be discussed, but they all are possible tools which attackers could use to uncloak even the stealthiest bitcoin buyer.&lt;br /&gt;
There are a couple known ways, depending on your location, to buy bitcoins outside of the standard banking system with relatively high anonymity.&lt;br /&gt;
Buying locally with cash using a burner or payphone allows a high level of anonymity with the exchange being the weakest link.&lt;br /&gt;
Many sellers online will also trade bitcoins for [[MoneyPak]] codes or other cash-like gift codes which can be bought at a local store with cash.&lt;br /&gt;
Another way to buy bitcoins with a high level of anonymity is by sending cash in the mail. &lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
=== Cash (International) ===&lt;br /&gt;
[http://www.paypaltobitcoin.com Pay2bit] allows you to buy bitcoins by mailing in cash. Low rates, fast customer service, and no account verification needed. This is the ONLY anonymous way to buy bitcoins, don&#039;t be fooled by other services. We don&#039;t report your transactions to any government, as soon as your transaction goes through all of your information is instantly wiped from our servers.&lt;br /&gt;
&lt;br /&gt;
=== Via Bank Transfer (US) ===&lt;br /&gt;
[https://coinbase.com Coinbase] allows you to buy and sell bitcoin by connecting any U.S. bank account.  You can start buying right away if you choose instant account verification.&lt;br /&gt;
&lt;br /&gt;
=== Via IDeal (NL) ===&lt;br /&gt;
[https://bitonic.nl Bitonic] allows you to buy bitcoins with IDEAL.&lt;br /&gt;
&lt;br /&gt;
=== Via Bank Transfer (EU) ===&lt;br /&gt;
[https://bitcoin-24.com Bitcoin-24.com] charges very low fees for SEPA transfers within the EU.&lt;br /&gt;
&#039;&#039;&#039;(Service not available/bank account frozen since April 12th)&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
=== Via Money Transfer ===&lt;br /&gt;
You can buy Bitcoins with a Western Union or MoneyGram money transfer via [http://www.coinmama.com/ coinmama.com].&lt;br /&gt;
&lt;br /&gt;
=== Finding a direct seller online ===&lt;br /&gt;
If you can find another person that is willing to sell them to you, you can transfer him money via whatever method (including PayPal), and he&#039;ll send you the Bitcoins. The following websites can be used to find direct sellers online  [[Bitcoin OTC]], [https://www.bitcoinary.com/ Bitcoinary] or the [https://bitcointalk.org/index.php?board=53.0 Currency Exchange Forum Section]. Be extremely cautious when using those methods, the best way is to ask an admin, moderator or a trusted person. Bitcoins are now also available at [http://www.amazon.com/gp/product/B00CPCHACM Amazon]. The seller only sells in low volumes so far, but it is a great way to turn amazon gift cards into bitcoin with no hassle, and probably one of the first ways to obtain bitcoin with a debit card or credit card.&lt;br /&gt;
&lt;br /&gt;
=== Physical Trading ===&lt;br /&gt;
You might be able to find an individual you can [https://localbitcoins.com Buy bitcoins locally].&lt;br /&gt;
Always choose somebody with many reviews.&lt;br /&gt;
&lt;br /&gt;
=== Bitinstant ===&lt;br /&gt;
You can buy Bitcoins via cash deposit or bank transfer using [[BitInstant]]. Here is a video tutorial explaining BitInstant: http://vimeo.com/44849463&lt;br /&gt;
&lt;br /&gt;
=== Exchanges ===&lt;br /&gt;
The largest and most trusted exchange is [[MtGox]]. For a list of other major exchanges see [[Buying_bitcoins#Major_Exchanges|Major Exchanges]]&lt;br /&gt;
&lt;br /&gt;
=== Blockchain (UK) ===&lt;br /&gt;
UK users used to be able to use [https://blockchain.info/wallet/deposit-pingit Barclays PingIt] or [https://blockchain.info/wallet/deposit-bank-transfer Bank Transfer] to purchase bitcoins from blockchain.info. All deposit options for UK/EU are now disabled.&lt;br /&gt;
&lt;br /&gt;
=== Instant bank transfers within the EU and UK ===&lt;br /&gt;
Buy bitcoins via the instant Sofort network through [[Bitcoin-24]]. It is a very fast, easy and secure method to deposit Euro instantlly.&lt;br /&gt;
&lt;br /&gt;
== Avoiding Scams ==&lt;br /&gt;
Before using any service it is a good idea to look for reviews and feedback from previous customers. This can be done by simply googling the name of the website or company. The bitcointalk forums are also a good place to find discussions and reviews about services. &lt;br /&gt;
&lt;br /&gt;
==Exchange Directories==&lt;br /&gt;
* [http://howtobuybitcoins.com/ HowToBuyBitcoins.com] &lt;br /&gt;
* [http://howtobuybitcoins.info/ HowToBuyBitcoins.info]&lt;br /&gt;
&lt;br /&gt;
== Links ==&lt;br /&gt;
* http://bitcoin.stackexchange.com/questions/91/how-do-you-obtain-bitcoins&lt;br /&gt;
* http://bitcoin.stackexchange.com/questions/4194/whats-the-best-way-to-buy-bitcoin-noob-friendly&lt;br /&gt;
* [[Buying bitcoins]]&lt;br /&gt;
* http://www.reddit.com/r/Bitcoin/comments/nzg4o/the_canonical_newbie_guide_to_bitcoin/c3d5tmc&lt;br /&gt;
&lt;br /&gt;
[[Category:Introduction]]&lt;/div&gt;</summary>
		<author><name>Lukasio</name></author>
	</entry>
	<entry>
		<id>https://en.bitcoin.it/w/index.php?title=Minerlease&amp;diff=38423</id>
		<title>Minerlease</title>
		<link rel="alternate" type="text/html" href="https://en.bitcoin.it/w/index.php?title=Minerlease&amp;diff=38423"/>
		<updated>2013-06-06T14:46:36Z</updated>

		<summary type="html">&lt;p&gt;Lukasio: /* External Links */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;== Minerlease ==&lt;br /&gt;
&lt;br /&gt;
Sells mining contracts in 1, 0.5 or 0.2 Gigahash units. &lt;br /&gt;
&lt;br /&gt;
The service is quoted to begin mining in September 2013&amp;lt;ref&amp;gt;[http://www.minerlease.com/contracts/1year/]&amp;lt;/ref&amp;gt;. They use BFL rigs initially due to its low power consumption. Current Hash rate on preorder with BFL is 5 Thash.&lt;br /&gt;
&lt;br /&gt;
==External Links==&lt;br /&gt;
&lt;br /&gt;
* [http://www.minerlease.com Website]&lt;br /&gt;
&lt;br /&gt;
==References==&lt;br /&gt;
&amp;lt;references /&amp;gt;&lt;br /&gt;
&lt;br /&gt;
[[Category:Mining contractors]]&lt;br /&gt;
[[Category:Mining]]&lt;br /&gt;
[[Category:Mining contracts]]&lt;br /&gt;
[[Category:ASIC mining]]&lt;/div&gt;</summary>
		<author><name>Lukasio</name></author>
	</entry>
	<entry>
		<id>https://en.bitcoin.it/w/index.php?title=Mining&amp;diff=38407</id>
		<title>Mining</title>
		<link rel="alternate" type="text/html" href="https://en.bitcoin.it/w/index.php?title=Mining&amp;diff=38407"/>
		<updated>2013-06-05T21:45:02Z</updated>

		<summary type="html">&lt;p&gt;Lukasio: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&amp;lt;!-- This page is designed to be short and simple! It should provide only a very brief explanation of things that have their own page and should link to other pages whenever possible. This page should serve as an entry point and a place to organize most of our mining articles. Thank You! (-Atheros) --&amp;gt;&lt;br /&gt;
[[File:Quick-and-dirty-4x5970-cooling.jpg|thumb|right|A quick and dirty mining rig]]&lt;br /&gt;
== Introduction ==&lt;br /&gt;
&#039;&#039;&#039;Mining&#039;&#039;&#039;, or generating, is the process of adding transaction records to Bitcoin&#039;s public ledger of past transactions. This ledger of past transactions is called the [[block chain]] as it is a chain of [[block|blocks]]. The block chain serves to [[Confirmation|confirm]] transactions to the rest of the network as having taken place. Bitcoin nodes use the block chain to distinguish legitimate Bitcoin transactions from attempts to respend coins that have already been spent elsewhere.&lt;br /&gt;
&lt;br /&gt;
Mining is intentionally designed to be resource-intensive and difficult so that the number of blocks found each day by miners remains steady. Individual [[blocks]] must contain a [[proof of work|proof of work]] to be considered valid. This proof of work is verified by other Bitcoin nodes each time they receive a block. &lt;br /&gt;
&lt;br /&gt;
== History ==&lt;br /&gt;
Bitcoin&#039;s public ledger (the &#039;block chain&#039;) was started on January 3rd, 2009 at 18:15 UTC presumably by [[Satoshi Nakamoto]]. The first block is known as the [[genesis block]]. The first transaction recorded in the first block was a single transaction paying the reward of 50 new bitcoins to its creator.&lt;br /&gt;
&lt;br /&gt;
Bitcoin mining is so called because it resembles the mining of other commodities: it requires exertion and it slowly makes new currency available at a rate that resembles the rate at which commodities like gold are mined from the ground. See [[Controlled Currency Supply]]. &lt;br /&gt;
&lt;br /&gt;
== Mining contracts ==&lt;br /&gt;
Provides mining services with performance specified by contract. An example would be where a specific level of mining capacity is rented out for a set price for a specific duration. One of the biggest mining contractors is [[Minerlease]]&lt;br /&gt;
&lt;br /&gt;
== Difficulty ==&lt;br /&gt;
=== The Computationally-Difficult Problem ===&lt;br /&gt;
Mining a block is difficult because the SHA-256 hash of a block&#039;s header must be lower than or equal to the [[Target|target]] in order for the block to be accepted by the network. This problem can be simplified for explanation purposes: The hash of a block must start with a certain number of zeros. The probability of calculating a hash that starts with many zeros is very low, therefore many attempts must be made. In order to generate a new hash each round, a [[Nonce|nonce]] is incremented. See [[Proof of work]] for more information.&lt;br /&gt;
&lt;br /&gt;
=== The Difficulty Metric ===&lt;br /&gt;
The [[Difficulty|difficulty]] is the measure of how difficult it is to find a new block compared to the easiest it can ever be. It is recalculated every 2016 blocks to a value such that the previous 2016 blocks would have been generated in exactly two weeks had everyone been mining at this difficulty. This will yield, on average, one block every ten minutes. As more miners join, the rate of block creation will go up. As the rate of block generation goes up, the difficulty rises to compensate which will push the rate of block creation back down. Any blocks released by malicious miners that do not meet the required difficulty [[Target|target]] will simply be rejected by everyone on the network and thus will be worthless. &lt;br /&gt;
&lt;br /&gt;
=== Reward ===&lt;br /&gt;
When a block is discovered, the discoverer may award themselves a certain number of bitcoins, which is agreed-upon by everyone in the network. Currently this bounty is 25 bitcoins; this value will halve every 210,000 blocks. See [[Controlled Currency Supply]].&lt;br /&gt;
&lt;br /&gt;
Additionally, the miner is awarded the fees paid by users sending transactions. The fee is an incentive for the miner to include the transaction in their block. In the future, as the number of new bitcoins miners are allowed to create in each block dwindles, the fees will make up a much more important percentage of mining income.&lt;br /&gt;
&lt;br /&gt;
== Hardware ==&lt;br /&gt;
[[File:Usb-fpga module 1.15x-hs-800.jpg|thumb|right|FPGA Module]]&lt;br /&gt;
Users have used various types of hardware over time to mine blocks. Hardware specifications and performance statistics are detailed on the [[Mining Hardware Comparison]] page.&lt;br /&gt;
=== CPU Mining === &lt;br /&gt;
Early Bitcoin client versions allowed users to use their CPUs to mine. The advent of GPU mining made CPU mining financially unwise. The option was therefore removed from the Bitcoin client. &lt;br /&gt;
=== GPU Mining ===&lt;br /&gt;
GPU Mining is drastically faster and more efficient than CPU mining. See the main article: [[Why a GPU mines faster than a CPU]]. A variety of popular [[Mining rig|mining rigs]] have been documented.&lt;br /&gt;
=== FPGA Mining ===&lt;br /&gt;
FPGA mining is a very efficient and fast way to mine, comparable to GPU mining and drastically outperforming CPU mining. FPGAs typically consume very small amounts of power with relatively high hash ratings, making them more viable and efficient than GPU mining. See [[Mining Hardware Comparison]] for FPGA hardware specifications and statistics.&lt;br /&gt;
=== ASIC Mining ===&lt;br /&gt;
An application-specific integrated circuit, or &#039;&#039;ASIC&#039;&#039;, is a microchip designed and manufactured for a very specific purpose. ASICs designed for Bitcoin mining were first released in 2013 and (at the time of this writing) are in the hands of a very limited number of miners. For the amount of power they consume, they are expected to be vastly faster than all previous technologies and will likely make GPU mining financially unwise.&lt;br /&gt;
&lt;br /&gt;
== Pools ==&lt;br /&gt;
As mining a block became more and more difficult, individuals found that they were working for months without finding a block and receiving &#039;&#039;any&#039;&#039; reward for their mining efforts. Thus they started organizing themselves into [[Pooled mining|pools]] so that they could share rewards more evenly. See [[Pooled mining]] and [[Comparison of mining pools]].&lt;br /&gt;
[[Category:Mining]][[Category:Vocabulary]]&lt;br /&gt;
&lt;br /&gt;
==See Also==&lt;br /&gt;
&lt;br /&gt;
* [http://codinginmysleep.com/bitcoin-mining-in-plain-english Bitcoin Mining in Plain English] by David Perry&lt;br /&gt;
* [[Automatically mine when computer is locked|Tutorial to automatically start mining when you lock your computer]]. (Windows 7)&lt;/div&gt;</summary>
		<author><name>Lukasio</name></author>
	</entry>
	<entry>
		<id>https://en.bitcoin.it/w/index.php?title=Marchenko_Ltd&amp;diff=38372</id>
		<title>Marchenko Ltd</title>
		<link rel="alternate" type="text/html" href="https://en.bitcoin.it/w/index.php?title=Marchenko_Ltd&amp;diff=38372"/>
		<updated>2013-06-04T15:57:25Z</updated>

		<summary type="html">&lt;p&gt;Lukasio: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Sold contracts for purchasing mining rig capacity.  The service was offered by community member Vladimir.&lt;br /&gt;
&lt;br /&gt;
The contracts were first offered beginning January 20, 2011&amp;lt;ref&amp;gt;[http://www.bitcoin.org/smf/index.php?topic=2883.0 selling contracts]&amp;lt;/ref&amp;gt;.  The operator had previously offered a to miners a [[Bitcoin Mining Operations Management Service|service]] where mining rigs could be managed by the operator remotely.&lt;br /&gt;
&lt;br /&gt;
==External Links==&lt;br /&gt;
&lt;br /&gt;
* [http://www.bitcointalk.org/index.php?topic=2883.0 selling contracts] forum thread &lt;br /&gt;
&lt;br /&gt;
==References==&lt;br /&gt;
&amp;lt;references /&amp;gt;&lt;/div&gt;</summary>
		<author><name>Lukasio</name></author>
	</entry>
	<entry>
		<id>https://en.bitcoin.it/w/index.php?title=Marchenko_Ltd&amp;diff=38371</id>
		<title>Marchenko Ltd</title>
		<link rel="alternate" type="text/html" href="https://en.bitcoin.it/w/index.php?title=Marchenko_Ltd&amp;diff=38371"/>
		<updated>2013-06-04T15:57:08Z</updated>

		<summary type="html">&lt;p&gt;Lukasio: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Sells contracts for purchasing mining rig capacity.  The service is offered by community member Vladimir.&lt;br /&gt;
&lt;br /&gt;
The contracts were first offered beginning January 20, 2011&amp;lt;ref&amp;gt;[http://www.bitcoin.org/smf/index.php?topic=2883.0 selling contracts]&amp;lt;/ref&amp;gt;.  The operator had previously offered a to miners a [[Bitcoin Mining Operations Management Service|service]] where mining rigs could be managed by the operator remotely.&lt;br /&gt;
&lt;br /&gt;
==External Links==&lt;br /&gt;
&lt;br /&gt;
* [http://www.bitcointalk.org/index.php?topic=2883.0 selling contracts] forum thread &lt;br /&gt;
&lt;br /&gt;
==References==&lt;br /&gt;
&amp;lt;references /&amp;gt;&lt;/div&gt;</summary>
		<author><name>Lukasio</name></author>
	</entry>
	<entry>
		<id>https://en.bitcoin.it/w/index.php?title=21bitcoin&amp;diff=38370</id>
		<title>21bitcoin</title>
		<link rel="alternate" type="text/html" href="https://en.bitcoin.it/w/index.php?title=21bitcoin&amp;diff=38370"/>
		<updated>2013-06-04T15:56:26Z</updated>

		<summary type="html">&lt;p&gt;Lukasio: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;21bitcoin mining pool is a Hong Kong based mining pool (web front located in US).&lt;br /&gt;
&lt;br /&gt;
Opened in June 20, 2011, 21bitcoin mining pool is grown up to the most vigorous mining pool in Chinese Netsphere.  The pool operator also sells mining contracts&amp;lt;ref&amp;gt;[http://forum.bitcoin.org/index.php?topic=17208.0 HK mining contract]&amp;lt;/ref&amp;gt;.&lt;br /&gt;
&lt;br /&gt;
於2011年6月20日正式開始運營，21bitcoin礦場正成爲中文網絡圈中最具活力的礦場。&lt;br /&gt;
&lt;br /&gt;
==See Also==&lt;br /&gt;
&lt;br /&gt;
* [[Comparison of mining pools]]&lt;br /&gt;
&lt;br /&gt;
==External Links==&lt;br /&gt;
&lt;br /&gt;
* [http://21bitcoin.com/pool 21bitcoin 礦場] 是一個香港的礦場（網站前端設置在美國）&lt;br /&gt;
&lt;br /&gt;
==References==&lt;br /&gt;
&amp;lt;references /&amp;gt;&lt;br /&gt;
&lt;br /&gt;
[[Category:Pool Operators]]&lt;/div&gt;</summary>
		<author><name>Lukasio</name></author>
	</entry>
	<entry>
		<id>https://en.bitcoin.it/w/index.php?title=Minerlease&amp;diff=38369</id>
		<title>Minerlease</title>
		<link rel="alternate" type="text/html" href="https://en.bitcoin.it/w/index.php?title=Minerlease&amp;diff=38369"/>
		<updated>2013-06-04T14:54:08Z</updated>

		<summary type="html">&lt;p&gt;Lukasio: /* Minerlease */ new section&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;== Minerlease ==&lt;br /&gt;
&lt;br /&gt;
Sells mining contracts in 1, 0.5 or 0.2 Gigahash units. &lt;br /&gt;
&lt;br /&gt;
The service is quoted to begin mining in September 2013&amp;lt;ref&amp;gt;[http://www.minerlease.com/contracts/1year/]&amp;lt;/ref&amp;gt;. They use BFL rigs initially due to its low power consumption. Current Hash rate on preorder with BFL is 5 Thash.&lt;br /&gt;
&lt;br /&gt;
==External Links==&lt;br /&gt;
&lt;br /&gt;
* [http://www.minerlease.com] Website&lt;br /&gt;
&lt;br /&gt;
==References==&lt;br /&gt;
&amp;lt;references /&amp;gt;&lt;br /&gt;
&lt;br /&gt;
[[Category:Mining contractors]]&lt;br /&gt;
[[Category:Mining]]&lt;br /&gt;
[[Category:Mining contracts]]&lt;br /&gt;
[[Category:ASIC mining]]&lt;/div&gt;</summary>
		<author><name>Lukasio</name></author>
	</entry>
	<entry>
		<id>https://en.bitcoin.it/w/index.php?title=Category:Mining_contractors&amp;diff=38366</id>
		<title>Category:Mining contractors</title>
		<link rel="alternate" type="text/html" href="https://en.bitcoin.it/w/index.php?title=Category:Mining_contractors&amp;diff=38366"/>
		<updated>2013-06-04T14:39:14Z</updated>

		<summary type="html">&lt;p&gt;Lukasio: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Provides mining services with performance specified by contract. An example would be where a specific level of mining capacity is rented out for a set price for a specific duration.&lt;br /&gt;
One of the biggest mining contractors is minerlease.com.&lt;br /&gt;
&lt;br /&gt;
[[Category:Mining]]&lt;/div&gt;</summary>
		<author><name>Lukasio</name></author>
	</entry>
	<entry>
		<id>https://en.bitcoin.it/w/index.php?title=Category:Mining_contractors&amp;diff=38365</id>
		<title>Category:Mining contractors</title>
		<link rel="alternate" type="text/html" href="https://en.bitcoin.it/w/index.php?title=Category:Mining_contractors&amp;diff=38365"/>
		<updated>2013-06-04T14:38:31Z</updated>

		<summary type="html">&lt;p&gt;Lukasio: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Provides mining services with performance specified by contract. An example would be where a specific level of mining capacity is rented out for a set price for a specific duration.&lt;br /&gt;
One of the biggest mining contractors is minerlease&amp;lt;ref&amp;gt;[ http://www.minerlease.com]&amp;lt;/ref&amp;gt;.&lt;br /&gt;
&lt;br /&gt;
[[Category:Mining]]&lt;/div&gt;</summary>
		<author><name>Lukasio</name></author>
	</entry>
</feed>