LWN: Comments on "Bitcoin: Virtual money created by CPU cycles" https://lwn.net/Articles/414452/ This is a special feed containing comments posted to the individual LWN article titled "Bitcoin: Virtual money created by CPU cycles". en-us Mon, 06 Oct 2025 16:26:26 +0000 Mon, 06 Oct 2025 16:26:26 +0000 https://www.rssboard.org/rss-specification lwn@lwn.net Bitcoin: Virtual money created by CPU cycles https://lwn.net/Articles/417066/ https://lwn.net/Articles/417066/ creighto <div class="FormattedComment"> Generally speaking, yes. There might be other technical issues that I'm not aware of, but we do agree.<br> </div> Wed, 24 Nov 2010 20:00:36 +0000 Bitcoin: Virtual money created by CPU cycles https://lwn.net/Articles/416923/ https://lwn.net/Articles/416923/ nybble41 <div class="FormattedComment"> So we do agree, then. It is only the practice (synchronization and block-chain size), and not any issue with the theory of operation, which leads to low rate of block generation. If synchronization and the size of the block-chain were not significant factors then the rate at which blocks are generated could be arbitrarily high without impacting the security of the system.<br> </div> Wed, 24 Nov 2010 03:21:03 +0000 Bitcoin: Virtual money created by CPU cycles https://lwn.net/Articles/416900/ https://lwn.net/Articles/416900/ creighto <div class="FormattedComment"> Sorry, that last line should read "10 per hour"<br> </div> Tue, 23 Nov 2010 23:22:15 +0000 Bitcoin: Virtual money created by CPU cycles https://lwn.net/Articles/416897/ https://lwn.net/Articles/416897/ creighto <div class="FormattedComment"> Block generation is voluntary, and not expected to be done by the average user. The current client is an early (working) reference client, and the blockchain is bulky and expected to grow larger in the future. The system allows for a "lightweight" client that can verify transactions that are sent to it with a fair degree of certain on it's own without needing the entire blockchain and without the ability to generatate new blocks. The network is expected to stratify into various clients with different goals. Mybitcoin.com is a working example of this, as even a lightweight client isn't neccessary for anyone with cheap and continuous Internet access on their cell phone.<br> <p> As for the energy costs, that is a self balancing system in ways that are too complex to explain here. Much of the current generation is performed on GPUs in a much more energy efficient manner, but also much is performed by persons with a nominal extra cost for electric heat; such as the example of the lone geek living in Toronto with a small apartment that must be heated with electric resistive heat anyway. As the reward for generation drops, the number of people willing to generate will drop as well; keeping the total energy that the market is willing to consume to support the network balanced. It's not true that all transactions are free, nor will they always be free, and the energy consumption is a direct reflection of the willingness of the userbase to contribute to the clock-cycles to secure the system. Also, as the blockchain grows, so does the total proof-of-work that the blockchain represents; and the computing power required to secure the blockchain grows. Assuming that computing power remains stable (a silly assumption) the need for high difficulty levels to protect the blockchain gradually goes down. Not that I expect that computers will suddenly fail Moore's law, but relative to the computing power available the blockchain security becomes more efficient over time.<br> </div> Tue, 23 Nov 2010 23:17:44 +0000 Bitcoin: Virtual money created by CPU cycles https://lwn.net/Articles/416895/ https://lwn.net/Articles/416895/ creighto <div class="FormattedComment"> "What I'm saying, however, is that this goal rate doesn't have to be six blocks per hour to prevent so-called "brute force" attacks; provided the clients remain synchronized, it could just as easily be six blocks per *second*. I refer, of course, to a constant rate of six blocks per second since the network was formed, not a sudden 3600x drop in the difficulty from an existing six-blocks-per-hour chain. If there was to be a transition from one rate to the other it would have to be extremely gradual."<br> <p> The clients could not stay synchronized anywhere near such a rate, and the rate of blocks does directly affect the growth of the total size of the blockchain. The target interval is an arbitrary decision, and one that could be changed with consensus in the future; but if it does change I would guess that it would be reduced from 6 blocks an hour to 4 or 3 per hour. The p2p network is currently very small, but in a future with Bitcoin as much of the online economy as PayPal; the network would likely be bogged down with latency at anything faster than 10 per minute.<br> <p> <p> <p> </div> Tue, 23 Nov 2010 23:01:45 +0000 Bitcoin: Virtual money created by CPU cycles https://lwn.net/Articles/416757/ https://lwn.net/Articles/416757/ bsamwel <div class="FormattedComment"> Even though the idea sounds interesting, what about the environmental implications? I mean, SETI searches are far fetched but at least they're good for *something*, this seems like (indirectly) burning coal for money. I don't know how many people are going to be doing this, but if a million people were using two cores a day to do this... what does that use? Let's use a conservative estimate of 50W. 50W * 1M = 50 MW of power down the drain, or 10% of the yield of one of a typical coal power plant. Add another 20% if somebody releases an easy-to-install client that uses GPU power.<br> <p> What I would like to know is: what is the number of block solving clients that are needed to keep this system running, how does it scale? If only 50.000 clients could help 500M people pay securely with this kind of money, it's fine by me. If 500M people need to be block solving all day, what a waste!<br> </div> Tue, 23 Nov 2010 08:32:09 +0000 Bitcoin: Virtual money created by CPU cycles https://lwn.net/Articles/416753/ https://lwn.net/Articles/416753/ nybble41 <div class="FormattedComment"> I understand, and I think we actually do agree on this if we could just put it into the right terms. My use of "difficulty" was wrong; that is a term with a very specific meaning in Bitcoin, but I was using it in a generic sense to refer to the time it takes to generate a block (the target rate), not the number of hashes or upper limit for acceptable solutions (which are derived from that target rate and the actual rate).<br> <p> Obviously you don't want the rate at which blocks are generated to increase sharply, since that would make it relatively easy to invalidate some or all of the work that went into creating the existing block chain. If it takes a year to get to block 1000, but only another week to get to block 2000, then you have a problem--a concerted effort could supplant the original block chain, or at least a significant suffix of it, with a new one of the attacker's choice, causing the system to break down (double-spending, etc.). For that to happen to the last day's transactions is one thing, but with a large rate of change a few day's effort could invalidate a much longer period of the chain history.<br> <p> To avoid that the network has to regulate the rate at which new blocks are generated such that acceleration of that rate, if any, is extremely gradual; currently that means no average change at all, although there is some variation above and below the goal rate between difficulty adjustments.<br> <p> What I'm saying, however, is that this goal rate doesn't have to be six blocks per hour to prevent so-called "brute force" attacks; provided the clients remain synchronized, it could just as easily be six blocks per *second*. I refer, of course, to a constant rate of six blocks per second since the network was formed, not a sudden 3600x drop in the difficulty from an existing six-blocks-per-hour chain. If there was to be a transition from one rate to the other it would have to be extremely gradual.<br> </div> Tue, 23 Nov 2010 08:21:16 +0000 Bitcoin: Virtual money created by CPU cycles https://lwn.net/Articles/416709/ https://lwn.net/Articles/416709/ creighto <div class="FormattedComment"> "It is the size of the network which protects against "brute force" attacks, not the difficultly of each individual block."<br> <p> Those two variables are on opposite sides of an equation. When the network grows, the difficulty automaticly increases to compensate and maintain a relatively consistant block interval.<br> </div> Tue, 23 Nov 2010 00:33:02 +0000 Bitcoin: Virtual money created by CPU cycles https://lwn.net/Articles/416674/ https://lwn.net/Articles/416674/ nybble41 <div class="FormattedComment"> None of which is affected in the slightest, to be best of my knowledge, by the overall rate of block generation. It shouldn't matter whether we get 6 blocks per hour (as now) or 1,000 blocks per hour, so long as all the clients remain synchronized, the distribution of successful blocks is even, and the rate of block generation is kept approximately linear over time. The total CPU-time consumed creating a given amount of the block chain (in real time, not blocks) is the same either way.<br> <p> It is the size of the network which protects against "brute force" attacks, not the difficultly of each individual block.<br> </div> Mon, 22 Nov 2010 22:16:49 +0000 How does this scale? https://lwn.net/Articles/416365/ https://lwn.net/Articles/416365/ creighto <div class="FormattedComment"> If the Bitcoin network ever reaches a level even close to that of Visa, then there will be numerable finacial institutions with a clear, vested interest in the security of the system; who are very likely to run dedicated servers (if not entire server farms) to keep the system secure and competing institutions honest. It will still be possible for an individual to dedicate his own resources to set up such a server, but most users will not need to participate.<br> </div> Fri, 19 Nov 2010 22:26:48 +0000 Bitcoin: Virtual money created by CPU cycles https://lwn.net/Articles/416361/ https://lwn.net/Articles/416361/ creighto <div class="FormattedComment"> Yes, there is a reason to make block generation cryptologically "expensive". The difficulty level increases with the growth of the network, in addition to keeping new distribution fairly even, to prevent a brute force attack upon the blockchain. The total proof-of-work of the blockchain is massive, and would require a surreal level of computational ability to "fake" prior transactions, even if other safeguards didn't exist. This is the point, as such an attack on the blockchain would undermine the faith in the currency system. Even at this early stage, it would take nation-state level resources to overtake the collective power of the network, but it is still possible if an attacker is willing to commit enough resources to the goal. It would still take much more than the total market value of Bitcoins to succeed at such an attack.<br> <p> In a presumed future with a market as large as PayPal(TM), the difficulty would presumedly be high enough to render such an attack technicly unfeasable in addition to economicly unfeasable.<br> </div> Fri, 19 Nov 2010 22:18:48 +0000 Bitcoin: Virtual money created by CPU cycles https://lwn.net/Articles/416355/ https://lwn.net/Articles/416355/ creighto <div class="FormattedComment"> Generation is expected to become a natural balance in the long run, with generation occuring at just below a break even point as major players take over majority processing due to self interest in the security of the system. Basicly, Bitcoin versions of banks will invest in datacenters instead of massive safes, guards and lawyers. The average user would be unlikely to generate, although he always will be able to do so if he so chooses. The single young adult geek living in crackerbox efficiency apartment in Toronto who has only baseboard electric heating loses nothing by trying, and this forever prevents a permanet monopoly upon the network, as other players can choose to jump into the game anytime they feel motivated to do so.<br> <p> The vast majority of users will likely only run a 'lightweight' client, which can verify transactions made sent to itself by downloading only the relevant transactions via the network in real time, keeping only the block headers (80 bytes each) on local storage. The lightweight client neither needs the entire blockchain, nor all of the transactions, in order to function well. Another way to look at is that the blockchain is a massive, distributed ledger of the entire history of the system; and generation is the automatic equivalent of a notary public (or a bank) that substitutes for the trusted third party normally required in everyday credit based transactions. You don't need either a notary or a bank to by a hamburger at McD's with cash, the cashier only needs to look at the paper and judge that it's *very likely* that said paper is actually cash. The same is true with Bitcoin, if someone sends you bitcoins by creating a transaction and sending that to your client, the client can verify that the sender legitimately owned those coins at one time; and usually that is enough (depending on how well you trust the counterparty) but if it isn't then the blockchain will let you know with ever increasing confidence every ten minutes. With each new block, it becomes increasing unlikely that a 'double spend' or other fraud was committed against you as a seller, until that likelyhood crosses the "astronomicly unlikely" point and "matures" in the client. Bitcoins that are not yet mature can still be sent, but the receiver has a lower mathmatical certainty that they will mature for him, and so the client usually sends the most mature coins first. The maturity level of transactions/coins also positively affects the priority system for block inclusion (with regard to free transactions, a volutary fee can be added to a transaction to bump up the priority) , so there is an incentive for users to favor using the most mature coins that they possess.<br> </div> Fri, 19 Nov 2010 22:08:53 +0000 Bitcoin: Virtual money created by CPU cycles https://lwn.net/Articles/416352/ https://lwn.net/Articles/416352/ creighto <div class="FormattedComment"> "Thus the duplicate transaction will eventually be merged back into the same block chain as the original, and the insufficient funds will be noticed"<br> <p> This is inaccurate. Whichever of the two malicious transactions makes it into the majority block that is accepted as valid by the network is the one that "wins", and the other transaction is therefore an invalid transaction, forever to be ignored by the network because it depends upon prior transactions that have already been referenced. This is called the "double spend" fraud by the Bitcoin community. This is a well known attack vector, and one that is *very* difficult to pull off in practice for a number of reasons. Even if successful, this kind of attack is a fraud persecuted against one (or more) particular vendors, and affects only them in exactly the same way that attempts to spend counterfit paper money affects retail store outlets. Retail stores have those money markers to prevents such things, the Bitcoin protocal has similar checks that allow a (future) client to judge the odds of a double spending risk. However, there will always be potential ways to defraud people, and there is no way that any monetary system can remove all of those risks. The Bitcoin protocal policies were chosen to create an online currency that is as cashlike as is technically possible, and risks exist that are similar to such risks with holding cash.<br> <p> "Let the buyer beware" is the rule of exchange in Bitcoin. If you can't trust the person that you are trading with, then you probably shouldn't be trading with him with anything. Would you send your credit card # to some random stranger on the Internet? If you would, then Bitcoin is the lower risk anyway, because at least your risk exposure is limited to what you told the client to send them.<br> <p> As full disclosure, for those who couldn't figure it out already, I've been a member of the Bitcoin community and forum for some time.<br> <p> "Several of the users that have written custom GPU-mining clients do not make their code publicly available, and thus generate significantly more Bitcoins than the average participant — including one individual who is alleged to represent 25% of the block-solving power of the network at any one time."<br> <p> This is also no longer accurate, as the member who this refers to has not increased his, notablely large, generation capacity while the network has expanded by at least 4 times since this claim was last made. It was likely an exageration when it was claimed to begin with, and it is impossible to know with any degree of certainty anyway.<br> </div> Fri, 19 Nov 2010 21:42:02 +0000 Bitcoin: Virtual money created by CPU cycles https://lwn.net/Articles/415253/ https://lwn.net/Articles/415253/ jgarzik <div class="FormattedComment"> Yes. And that is true for all markets and currencies, not just bitcoin.<br> <p> As of this writing, 1 bitcoin is approximately USD $0.25.<br> </div> Sat, 13 Nov 2010 00:41:45 +0000 Where to start ? https://lwn.net/Articles/415250/ https://lwn.net/Articles/415250/ jgarzik <div class="FormattedComment"> At the size of a national economy, you're right, bitcoin P2P network would be managed by Big Players (albeit algorithm-sanctioned participants, not government-sanctioned participants).<br> <p> With regards to anonymity, see <a href="http://www.bitcoin.org/wiki/doku.php?id=anonymity">http://www.bitcoin.org/wiki/doku.php?id=anonymity</a><br> <p> While bitcoin addresses are randomly generated cryptographic signatures, not obviously associated with any one person, the entire block chain is publicly readable, and you can readily see transactions between any bitcoin address: <a href="http://theymos.ath.cx:64150/bbe">http://theymos.ath.cx:64150/bbe</a><br> <p> Thus, "anonymity" must be in quotes. Even if one follows the recommended practice of using a new bitcoin address for each transaction, statistical analysis can be performed on the public transaction data.<br> </div> Sat, 13 Nov 2010 00:39:53 +0000 How does this scale? https://lwn.net/Articles/415249/ https://lwn.net/Articles/415249/ jgarzik <div class="FormattedComment"> Drawing an analogy to the Gnutella network...<br> <p> At Visa/Paypal transaction rates, most bitcoin clients will be leaf nodes, that send and receive transactions, but don't bother with the block chain.<br> <p> Beefy ultrapeer nodes would be the ones storing transactions, building blocks, monitoring and verifying the block chain, etc. They are incentivized to do this with transaction fees, which non-generating leaf nodes would not receive.<br> </div> Sat, 13 Nov 2010 00:34:28 +0000 How does this scale? https://lwn.net/Articles/415223/ https://lwn.net/Articles/415223/ droundy <div class="FormattedComment"> I'm a bit skeptical. You're talking about 1.7M per second that needs to be sent to every client on the network, right? Since as I understand, each client needs to examine all the blocks to verify the integrity of the chain. And can clients really afford to compute the hash of a couple of megabytes per second? Or would most clients just trust someone else to verify the integrity of the bitcoin system?<br> <p> </div> Fri, 12 Nov 2010 21:30:19 +0000 Where to start ? https://lwn.net/Articles/415118/ https://lwn.net/Articles/415118/ copsewood Not sure why this one should fare better than similar proposals which have either failed or turned out as scams. Initial analysis suggests that should this experimental network ever scale to anything the size of an national economy, only owners of the most powerful and well connected data centres will have any good first chance of synchronising understanding and verification of the valid next block. That is not what I would call a 'peer to peer' network; this approach to cryptographic guarantee of anonymity seems to result in a currency system dancing to the tune played by the likes of Google, Facebook and the botnet herders. <p> These are not a group of potential prime movers I'd trust with defining the future policies and parameters of a monetary system more than the current bunch of jokers, whom we can vote out of office on occasion when we feel like it. <p> This particular experiment also seems to offer more a means of _consuming_ valuable resources than a means of _offering_ such as guarantee in exchange for currency offered in exchange for goods and services marketable in consideration for other currency options. <p> Distribute this one into millions of microcurrencies and more people can play at defining the parameters and acting as notaries within the context of more community localised networks. You also reduce the anonymity to something similar to current bank networks, which are politically tolerable from this point of view: anyone underwriting a system genuinely anonymous enough to fund terrorism or assassination <a href="http://en.wikipedia.org/wiki/Assassination_politics">will be taken out using military intervention if lesser sanctions fail</a>. But if you are going to do this using millions of microcurrencies, you may as well use double entry accounting without arbitrary constraint on fiat monetary quantity, supported by issuer reputation, conventional crypto and smart cards. Fri, 12 Nov 2010 13:30:21 +0000 How does this scale? https://lwn.net/Articles/415089/ https://lwn.net/Articles/415089/ jgarzik <div class="FormattedComment"> The bitcoin community is well aware of Visa and Paypal transaction rates.<br> <p> A gigabyte every ten minutes is quite doable for modern machines and networks, and even more so in an imaginary future where bitcoin transaction rates equal Visa transaction rates.<br> <p> At those rates, it's not hobbyists running the P2P network anymore; from the transaction fees alone, you're looking at competition among professional players with major investments in the network.<br> <p> </div> Fri, 12 Nov 2010 08:31:09 +0000 How does this scale? https://lwn.net/Articles/415067/ https://lwn.net/Articles/415067/ JohnLenz <p>I don't think you understand how far you must scale. From <a href="http://corporate.visa.com/media-center/press-releases/press960.jsp">here</a>, it looks like Visa handled an average of 8,442 transactions per second in 2008 and built a new datacenter to handle up to 10,000 transactions per second. Also from the article, Visa handles only about 33% of all transactions.</p> <p>So using your numbers, 1 MB block gives about 7.71 transactions per second. Scaling from 7.71 transactions per second to 8,000 per second? So just to handle the volume visa saw in 2008, each block must be over one gigabyte? And this is only the US. By its nature, there is only a single bitcon currency for the whole world so 8,000 transactions per second is on the far low end.</p> Fri, 12 Nov 2010 05:22:24 +0000 How does this scale? https://lwn.net/Articles/415023/ https://lwn.net/Articles/415023/ jgarzik <div class="FormattedComment"> Currently the block size limit is 1MB, which limits us to 463 transactions/minute. See <a href="http://www.bitcoin.org/smf/index.php?topic=1314.0">http://www.bitcoin.org/smf/index.php?topic=1314.0</a> and <a href="http://www.bitcoin.org/smf/index.php?topic=1347.msg15366#msg15366">http://www.bitcoin.org/smf/index.php?topic=1347.msg15366#...</a><br> <p> This limit can be raised in the future; it currently exists to avoid DoS.<br> <p> As block size increases, transaction fees increase.<br> <p> It is presumed that the system will scale up with dedicated P2P nodes processing blocks, and the vast majority of bitcoin users using a website or lightweight client that simply sends and receives transactions into the network.<br> <p> </div> Fri, 12 Nov 2010 00:28:42 +0000 How does this scale? https://lwn.net/Articles/414919/ https://lwn.net/Articles/414919/ n8willis <div class="FormattedComment"> Believe me, I would have addressed that if there was an explanation from the Bitcoin project about how it plans to handle scaling. The documentation is pretty spread out on the wiki, and even after reading the forums, the potential for a scaling problem *seems* to be just another one of the areas in which the system would benefit from a thorough third-party review from domain experts.<br> <p> I do know that clients relay what amount to transaction-id-hashes to each other to propagate messages, rather than full transaction logs, which is presumably one way they attempt to reduce overhead in the protocol.<br> <p> The "network" wiki page is a pretty good starting point for digging in to this stuff, but like I said above, the overall picture of how the network works is kinda scattered out.<br> <p> Nate<br> PS - I guess it's also plausible that users would not regard it as mandatory that the *entire* network validate a transaction before they consider it a done deal; as time goes on you accumulate more and more "confirmation" messages for each transaction you've conducted. But it's technically valid as soon as a block that includes it is solved and becomes part of the block chain.<br> </div> Thu, 11 Nov 2010 19:05:48 +0000 How does this scale? https://lwn.net/Articles/414916/ https://lwn.net/Articles/414916/ droundy <div class="FormattedComment"> What I fail to understand from this article is how this scales with number of clients and number of transactions. Since *every* new transaction worldwide has to go into each new block, and blocks are purely serial, it's hard to imagine how this could scale to anything close to "real money".<br> <p> Just think about the number of transactions per second we read about NASDAQ handling, and then consider how often you buy stock versus how often you buy... anything. And then consider that BTC is touted as being more useful for micropayments, since smaller values are allowed, which would mean that even *more* transactions are needed.<br> </div> Thu, 11 Nov 2010 18:52:12 +0000 Bitcoin: Virtual money created by CPU cycles https://lwn.net/Articles/414848/ https://lwn.net/Articles/414848/ nybble41 <div class="FormattedComment"> I don't think there is any reason to make block *expensive*, per se, but if the threshold is too low then blocks will be generated in rapid succession, with negative effects on synchronization between peers. To perform useful work the client must know about the most recent block in the chain, since a reference to the previous block is among the criteria for accepting a new one. Currently one block is generated every 10 minutes (ideally). Increase that by much more than a factor of two or three and many of the clients may end up wasting most or all of their efforts on outdated block chains.<br> <p> Worse, those who generate the most blocks within a single private network, with their peer connections most likely routed through a single server, will tend to get updated most quickly when new blocks are found. This lets them start work on the new chain sooner, and thus use their CPU time more effectively. Speeding up block generation would tend to give them even more of an edge in that regard.<br> </div> Thu, 11 Nov 2010 16:04:10 +0000 Bitcoin: Virtual money created by CPU cycles https://lwn.net/Articles/414842/ https://lwn.net/Articles/414842/ ballombe <div class="FormattedComment"> Why I am not sure to understand is the point of making blocks so expensive (in real money) to compute. Maybe it should be possible to raise threshold once the first phase is done.<br> </div> Thu, 11 Nov 2010 15:32:58 +0000 Bitcoin: Virtual money created by CPU cycles https://lwn.net/Articles/414830/ https://lwn.net/Articles/414830/ n8willis <div class="FormattedComment"> The trouble is that the mining process is *not * "simply" a way to bootstrap distributing the currency, it's the mechanism that validates all transactions. If a few users manage to game that system in a way that allows them to unfairly corner too much of the Bitcoin money supply, that will discourage others from participating, which in turn weakens the network as a whole.<br> <p> Also, if the mining mechanism is perceived as unfair by too many people, it isn't a problem that will go away when the new BTC are all minted, because the same hash-calculation-for-reward system persists after the "inflationary" period, just with transaction fees replacing new coinage as the reward.<br> <p> Since it relies on voluntary mass participation by humans, getting the "fairness" balanced just right is a lot harder than getting the crypto right, you might say.<br> <p> Nate<br> </div> Thu, 11 Nov 2010 14:41:25 +0000 Bitcoin: Virtual money created by CPU cycles https://lwn.net/Articles/414822/ https://lwn.net/Articles/414822/ jackb <div class="FormattedComment"> Unless you can consume the currency yourself (maybe you are using grains of rice as currency) the value of each unit of currency basically defined by the total value of the goods and services that can be purchased by the currency divided by the number of currency units in circulation.<br> <p> Bitcoin value depends on the value of what people are willing to sell you for them.<br> </div> Thu, 11 Nov 2010 14:18:58 +0000 Bitcoin: Virtual money created by CPU cycles https://lwn.net/Articles/414769/ https://lwn.net/Articles/414769/ spaetz <div class="FormattedComment"> While certainly open to criticism, most people seem to focus on the creation aspect (which is simply a way to bootstrap all 21m coins). I would expect that most people don't "make" their own bitcoins but rather by them on the currency exchanges, the same way that people don't mint the coins they spend via paypal now.<br> </div> Thu, 11 Nov 2010 11:06:07 +0000 Bitcoin: Virtual money created by CPU cycles https://lwn.net/Articles/414663/ https://lwn.net/Articles/414663/ fsateler <div class="FormattedComment"> <font class="QuotedText">&gt; but the question remains: are the CPU cycles you spend "mining" for</font><br> <font class="QuotedText">&gt; Bitcoins worth the value of the Bitcoins you receive?</font><br> <p> Of course not. The value of any currency (at a very high level) depends on 2 factors: how much does it cost to get it, and how much do you/others actually want to get it. If these two factors go out of balance (in your example, it is cheaper to create money than to buy it -&gt; it costs less than what people want to pay for it), you can arbitrage that difference and make money "for free" by creating coins and selling them. In fact, that is what several governments have done (because they are the only ones allowed to print money), search for what is called Seigniorage. In the Bitcoin case, where nobody has the power to mint extra coins, the arbitrage possibility is lost, which means that it must be more expensive (or at least the same) to produce a coin than to buy it.<br> <p> That's why you don't see much people trying to print money and instead trade money for their services: it costs too much to produce (plus risk of getting caught).<br> <p> </div> Thu, 11 Nov 2010 02:38:09 +0000