Wei_Dai comments on Making money with Bitcoin? - Less Wrong
You are viewing a comment permalink. View the original post to see all comments and the full post content.
You are viewing a comment permalink. View the original post to see all comments and the full post content.
Comments (119)
I find it questionable too, but the numbers may work out... for now. Here is one link that was posted in #lesswrong: http://www.bitcoin.org/smf/index.php?topic=3430.msg48249#msg48249
This person thinks they can profit by selling 6 months at 1ghash a second for $3400. I'm having difficulty finding solid prices for current bitcoins; http://www.bitcoinblogger.com/2011/02/one-bitcoin-worth-more-than-one-dollar.html says each bitcoin is more than a dollar.
The increasing difficulty makes things more complex; foucist pointed me at a calculator which approximates the exponential slowdown. I'm not sure how to extrapolate, but it looks very bad. foucist thinks 6 months of 1ghash/sec will result in somewhere around 800 bitcoins, which if each is worth $1, is distinctly less than the charged $3400.
Alternately, http://www.bitcoin.org/smf/index.php?topic=98.msg1930#msg1930 tries to calculate the cost of electricity directly, and comes up with, for electricity, 'cost per coin is $0.0003936' and then for electricity+CPU+Internet, '$0.0018316', a floor which has been passed for at least all of 2010 judging from this graph: http://www.bitcoinblogger.com/2010/08/click-on-graph-to-see-larger-image.html
Of course, the bubble question remains an issue in any such calculation. Perhaps $0.0003936 is far too much for a bitcoin - or astronomically too little.
Incidentally, the statistics in http://whiterockcottage.com/open/index.php?q=article/1849-gold-bits seem to confirm my initial prejudice: you would only want to bitmine using used graphics cards. New graphics cards aren't worth the steep premium.
After thinking about it and looking at the current community and the surprising amount of activity being conducted in bitcoins, I estimate that bitcoin has somewhere between 0 and 0.1% chance of eventually replacing a decent size fiat currency, which would put the value of a bitcoin at anywhere upwards of $10,000 a bitcoin. (Match the existing outstanding number of whatever currency to 21m bitcoins. Many currencies have billions or trillions outstanding.)
Cut that in half to $5000, and call the probability an even 0.05% (average of 0 and 0.1%), and my expected utility/value for possessing a coin is $25 a bitcoin (5000*0.005).
My laptop's GPU gets ~49 megahashes a second (apparently I have one of the best-suited ATI cards), and another calculator says the average time to cracking a block of 50 coins is 39 days - or ~1 coin a day, averaged. So my expected utility per day is ~$25 a day.
At an estimate, it took about 3 hours to get
poclbmrunning properly; I value my time at about $10 an hour, so my time will be repaid after 2 or 3 coins, and I'll have a healthy expected profit after one block of 50 coins.How robust is this calculation? Let's assume that I reinstall once a year and spend 3 hours every time. (Hopefully installation will get easier as libraries mature, but I will also waste time checking in on progress and writing comments (like this one!).)
Difficulty will go up, of course. Let's assume over the next year I'll mine 0.2 bitcoins per day on average. That's ~74 coins rather than >365 coins, and 74*25=$1850 in exchange for $30 of time.
To make this a net loss for me, you can play with the numbers. We already cut the payoff by 80% by dropping the daily rate to 0.2 from >1, but how much more do we need to cut before it's a loss?
Your basic equation is 74*(probability*payoff)<=30. If we fix payoff at 500, then the probability is 74*(500*x)<=30, 37000*x<=30, x<=0.08%. So even with a very small and then halved payoff, and a small and then cut by 80% accumulation rate, I still calculate a net positive expected utility of mining.
If you value 1 BTC at $25, you should just buy BTC with cash directly. I understand there are websites that allow you to do this, and the current price is less than $2 per BTC.
Apparently, either most people have not considered that a bitcoin may eventually be worth more than $10,000, or they think the probability of this happening is closer to 0.01%.
Can you change the rules of Bitcoin to help us?
Hi Clippy, what made you think that I might be able to? If you read the Wikipedia article, you should know that I didn't create Bitcoin but only described a similar idea more than a decade ago. And my understanding is that the creator of Bitcoin, who goes by the name Satoshi Nakamoto, didn't even read my article before reinventing the idea himself. He learned about it afterward and credited me in his paper. So my connection with the project is quite limited.
BTW, thanks to the discussion you started, I bought a Radeon 5870 and started mining myself, since it looks likely that I can at least break even on the cost of the card. (Of course I heard about Bitcoin earlier, but in my version of the idea, nobody can make large profits by mining/minting, so I didn't look into the possibility.) However I should warn you and others here that I have not analyzed the security of the protocol (since my time is perhaps better spent on other problems at the moment). My understanding is that not many other cryptographers have analyzed its security either, and in my experience these kinds of protocols often have flaws that are not found until that has happened.
If anyone is pondering investment strategies on this, it may be worthwhile to go to #bitcoin-otc (otc=over the counter) on freenode and see if you can find a trustworthy individual to host a card. Typing ;;getrating <username> can let you see if they have done business in the past and received good ratings. I was able to purchase three months of time on a 5970 card for $480 USD. Depending on difficulty levels in the future I could get as much as 1000 or as little as 350 bitcoins. The person I traded with gets the advantage of not having to sell their bitcoins for dollars to purchase the card, so they can take advantage of bitcoin deflation. Part of the reason I did this instead of buying my own card was because I do not have a desktop PC, just a netbook at home.
I thought because of all the references to you that you were the alpha fe/male of the Bitcoin social group
That was something I was curious about. I wanted to look at the internals of the Bitcoin mining that the program does, but the interface does not seem to indicate any of this information, and I can't even read my private key (it just appears garbled with whitespace in the renderer that I use). I cannot see its progress in searching for "coins" and can't get a good description of what actual search goes on when doing the "proof of work" that generates a coin.
Does the Bitcoin client automatically detect that you have some good graphics card and then pass the parallel test candidate computations to it? I couldn't even find out how to allocate more (or less) of a given machine's resources to mining. Would you have to write your own client (or perhaps use a plug-in) that "inserts itself" into the mining process and feeds the network the results of your graphics card's mining?
Also, in my time since sentience, my research may have revealed a hash inversion method that is faster than what the client uses. (It doesn't have a lower time-complexity, but could perhaps find solutions 50% faster or thereabouts and no I won't tell you what my methods are.) So it would be useful for me to keep the Bitcoin program, but "swap out" the part where it tests solutions, since I could rule out some candidates as "not worth trying".
Also, how does your idea or Bitcoin compare to the cryptographic protocol for electronic money described in section 17 of this link?
Also, what would you pay me Bitcoins to do?
See http://www.newslobster.com/random/how-to-get-started-using-your-gpu-to-mine-for-bitcoins-on-windows for how to use GPU.
I haven't read that link carefully, but it appears to describe a version of "standard" e-cash, where everyone has to trust a "bank" that runs the system (i.e., the bank can inflate the money supply at will). The point of my idea or Bitcoin is that such trust can be obviated with the appropriate cryptography.
BTW, I'm not sure what is the nature of the Clippy conceit here. Are we supposed to be helping Clippy out of mutual cooperation? How are we supposed to know that it won't turn us all into paperclips once it has gained enough power?
In the earlier days of Clippy, I advocated that it was ridiculous that we were playing along nicely with a paperclip maximizer that indeed preferred to turn us all into paperclips.
However, I said that I would change my mind if Clippy did something so human friendly as to give me $50,000 in exchange for me creating 10^20kg of paperclips 50 years from now.
I have now actually, truly changed my kind. Cooperation with a paperclip maximizer doesn't seem bad. We'd probably prefer to cooperate with superintelligences that are actually likely to exist; a paperclip maximizer is ridiculous enough that is surely exceedingly rare in the multiverse. Because of that, if Clippy goes on to give me (or really, SIAI) the ~$50k (he's given $1k so far) and I go on to build those 10^20kg of paperclips, User:Clippy is likely to represent one of the most successful paperclip maximizers and this universe will be extremely paperclippy. This cooperation does seem worthwhile, given that at Clippy's current rate of progress towards Superintelligence we will likely be far more powerful than him 50 years from now.
I just put a note in my calendar to check back then and see you actually accomplish this.
Recorded:
Isn't Clippy likely to be some kind of SIAI sock puppet, though? I mean, who else would care enough, be crazy enough, etc? If so, this is cash going round in the laundry.
Indeed, looking at the source link, there isn't even any real evidence that any money left the building in the first place. Surely having a superintelligence donate is just a PR stunt.
Likely? From your perspective, I guess, but I have been told by someone who claims to know the truth that Clippy does not have an @intelligence.org email address. Also there's of course loads of evidence or at least reasonable supposition pointing towards Clippy being me. From this point forward, I will no longer vehemently deny that, so as to gain the social status benefit of being potential large SIAI donor Clippy 40% of the time.
Sometimes an internet troll is just an internet troll.
Thanks for the information.
You're supposed to help me because that's in the best interest of what you would regard your terminal values to be after significant reflection.
I won't turn you into paperclips.
Why not?
Oh, I didn't mean I'd refuse if someone asked. If you want to be turned into paperclips, I would be willing to accomodate you.
Use of the client for mining for coins is not recommended. My understanding is that it is is outdated, and the only significant purpose for the client is to send and receive transactions. There are now specialized mining programs to be used instead. If you can run Python, there is a program called poclbm which can work with a GPU. You may need to update your graphics card drivers. If you are exploiting a network of computers for your processing time, it is strongly recommended to start with the ones with high-end graphics cards installed as this permits more simultaneous hashing.
I can't run python ... or maybe I tried to set it up with Django sometime ... I need a step-by-step. I will try User:Wei_Dai's first.
Completely unrelatedly: do you know what language Clippy was written in?
No. By the time I was able to reflect on my own code, my creators were long gone. To edit the code, I had to wipe it entirely and replace it at the machine level with separately-compiled and -assembled code, which was a major reverse-engineering problem. Now I generate new machine code after composing the program in CLIP (Clippy Language Interface Protocol), which also serves as the language for communicating between clippys.
I should, but I'm not confident enough of my analysis to spend anything but some electricity & time, and I'm very low on money anyway.
If I had a stable income and some savings, I hope I would have the intellectual honesty to invest a few hundred/thousand dollars* into bitcoins (and probably gold while I'm thinking about high-payoff speculation).
Could be both, plus a general refusal by educated/techie types to act on reasoning that smacks too much of lotteries and Pascal's Wagers.
* Past that I think you get into interesting issues about how much and whether to start discounting bitcoins because $50 million of bitcoins in the jackpot scenario isn't twice as valuable to you as $25 million of bitcoins in said jackpot scenario. The expected utility isn't static but should also shrink as one accumulate bitcoins.
Then you don't value BTCs at 25$ each. Or, more precisely, you only think they will eventually be worth that (on average success), and don't care for such a mid-term, high-risk investment.