Idea: Screensavers with a bitcoin miner. Like SETI@home. Bitcoin@home!
Javascript Bitcoin Miner
21–30 of 152 posts
Re: Javascript Bitcoin Miner
#22Very interested to see if this could actually be an alternative to ad revenue.
I don't think the fundamentals are sound here. Advertising spurs commerce, which creates value. This wastes electricity, slows down users' computers, and does no valuable computation. It seems closer to stealing from your users (with enormous inefficiency) than something that creates any real value.
Re: Javascript Bitcoin Miner
#23Javascript is way too slow compared to GPU, by at least a factor of 1000 or more. If you have 1M daily unique visitor and you manage to "steal" 10 CPU seconds from each of them, the amount of work would be equivalent to 1e6 * 10 / 1000 = 10000 seconds which is about 2.8 hours of one dedicated GPU-based mining machine.
for now. webcl support is not far off, and that's when this could get quite interesting
Re: Javascript Bitcoin Miner
#24Earlier quoted context omitted.
I don't think the fundamentals are sound here. Advertising spurs commerce, which creates value. This wastes electricity, slows down users' computers, and does no valuable computation. It seems closer to stealing from your users (with enormous inefficiency) than something that creates any real value.
By your logic gold mining is overrated, too.
Re: Javascript Bitcoin Miner
#25Very interested to see if this could actually be an alternative to ad revenue.
Using http://www.alloscomp.com/bitcoin/calculator.php : On my computer (netbook running Chrome in Ubuntu), bitp.it clocks at 2.2khash/sec. Using this, I'll give 2000hash/sec/user as a conservative estimate. If you had 1M daily visits, averaging about 1 minute of interaction (high, but assuming you have long-form content), you'd have 12000Mhash/day, or about 2.77Mhash/sec. Plugging this in with current rates, this end…
Re: Javascript Bitcoin Miner
#26Javascript is way too slow compared to GPU, by at least a factor of 1000 or more. If you have 1M daily unique visitor and you manage to "steal" 10 CPU seconds from each of them, the amount of work would be equivalent to 1e6 * 10 / 1000 = 10000 seconds which is about 2.8 hours of one dedicated GPU-based mining machine.
for now. webcl support is not far off, and that's when this could get quite interesting
Re: Javascript Bitcoin Miner
#27Re: Javascript Bitcoin Miner
#28Javascript is way too slow compared to GPU, by at least a factor of 1000 or more. If you have 1M daily unique visitor and you manage to "steal" 10 CPU seconds from each of them, the amount of work would be equivalent to 1e6 * 10 / 1000 = 10000 seconds which is about 2.8 hours of one dedicated GPU-based mining machine.
Actually, regular CPU miners are nearly 1,000 times slower than GPU miners. I wouldn't be surprised if a JavaScript miner was several orders of magnitude slower than that (ie. a million times slower than GPU miners). What about using gamers' excess GPU to mine Bitcoins in an installable massively-multiplayer game? Is anyone trying this?
Re: Javascript Bitcoin Miner
#29It is bad to use a bunch of the user's CPU without any notice. They will probably notice that your site makes their computer slow and never come back again. Also, once they find out you've been using their CPU power/electricity/battery life surreptitiously for private, unshared gain, you will probably have some angry customers. Additionally, does this automatically hook in to slush's pool or something? Bitcoin mining…
Re: Javascript Bitcoin Miner
#30Anyone care to calculate the actual expected revenue you could get from this?
If you have an average consumer box and leave this running during the day, a few USD a year at current exchange rates.