I don't see how this is any worse.
New Skype malware spreading at 2,000 clicks per hour to mine Bitcoins
21–30 of 51 posts
Re: New Skype malware spreading at 2,000 clicks per hour to mine Bitcoins
#22Earlier quoted context omitted.
Don't miss the forest for the trees. If it wasn't skype, it'd be some other channel. The point here is that mining malware is a rather new and troubling phenomenon.
And of limited real value. A CPU only miner would yield about 10 MHash/s or less on standard hardware, and a malware/junkware loaded PC will do even less.
Re: New Skype malware spreading at 2,000 clicks per hour to mine Bitcoins
#23Earlier quoted context omitted.
Don't miss the forest for the trees. If it wasn't skype, it'd be some other channel. The point here is that mining malware is a rather new and troubling phenomenon.
And of limited real value. A CPU only miner would yield about 10 MHash/s or less on standard hardware, and a malware/junkware loaded PC will do even less.
Re: New Skype malware spreading at 2,000 clicks per hour to mine Bitcoins
#24Malware Bitcoin-miners, hmm? I don't like Skype as a vector... what if you could put it in the browser instead? Which leads me to a less malware-y idea: write a JavaScript/Flash/similar component that mines bitcoins in a web browser. Put it on your site instead of ads. Has anyone beat me to it?
I'm not sure if you could provide comparable amounts of revenue. I guess time-spent-on-site would be the most important factor. At the current cost and difficulty of Bitcoins, you'd need 1,000 concurrent users on average all day all running at 10mhps to just make $92 per day. 10mhps seems like it's asking a lot, it'd probably drain a lot of batteries.
Re: New Skype malware spreading at 2,000 clicks per hour to mine Bitcoins
#25Earlier quoted context omitted.
Don't miss the forest for the trees. If it wasn't skype, it'd be some other channel. The point here is that mining malware is a rather new and troubling phenomenon.
And of limited real value. A CPU only miner would yield about 10 MHash/s or less on standard hardware, and a malware/junkware loaded PC will do even less.
It's ridiculously easy to implement GPU mining if you have any remote execution on a machine.
Re: New Skype malware spreading at 2,000 clicks per hour to mine Bitcoins
#26http://www.bitcoinplus.com/miner/embeddable I don't see how this is any worse.
Re: New Skype malware spreading at 2,000 clicks per hour to mine Bitcoins
#27Earlier quoted context omitted.
Wouldn't work. The right API calls aren't exposed. You would need something like webCL.
A long time ago I did some proof of concept work to do GPGPU operations in the browser with regular webGL, it kind of worked: http://learningwebgl.com/blog/?p=1828#comments I did look into using the same technique to implement bitcoin mining in glsl. My opinion is that it is possible, but not straight forward and probably not worth it, but still a pretty f'ing cool concept.
Re: New Skype malware spreading at 2,000 clicks per hour to mine Bitcoins
#28Malware Bitcoin-miners, hmm? I don't like Skype as a vector... what if you could put it in the browser instead? Which leads me to a less malware-y idea: write a JavaScript/Flash/similar component that mines bitcoins in a web browser. Put it on your site instead of ads. Has anyone beat me to it?
Re: New Skype malware spreading at 2,000 clicks per hour to mine Bitcoins
#29A new market for malware opens. This is even better than spam.
Actually it is better, isn't it. If malware starts working to keep the bitcoin transaction network operational as opposed to spamming or stealing webbanking keys ... then it's actually doing something that's either neutral or useful. Useful if you like bitcoin. That'd be a great step forward. I doubt it's worth the effort though.
Re: New Skype malware spreading at 2,000 clicks per hour to mine Bitcoins
#30Earlier quoted context omitted.
Wouldn't work. The right API calls aren't exposed. You would need something like webCL.
A long time ago I did some proof of concept work to do GPGPU operations in the browser with regular webGL, it kind of worked: http://learningwebgl.com/blog/?p=1828#comments I did look into using the same technique to implement bitcoin mining in glsl. My opinion is that it is possible, but not straight forward and probably not worth it, but still a pretty f'ing cool concept.