hamdi (OP)
|
|
June 11, 2011, 05:42:59 PM |
|
is there any project working on a flash based bitcoin miner?
|
|
|
|
CentroniX
Member
Offline
Activity: 109
Merit: 10
|
|
June 11, 2011, 07:07:23 PM |
|
is there any project working on a flash based bitcoin miner?
LinuxCoin can be booted from flash memory, if that's what you're looking for. http://forum.bitcoin.org/?topic=7374.0If you're referring to Macromedia Flash, no, not that I'm aware of.
|
|
|
|
hamdi (OP)
|
|
June 12, 2011, 09:07:34 PM |
|
macromedia flash, yes
|
|
|
|
kr105
|
|
June 12, 2011, 09:16:21 PM |
|
|
|
|
|
tgeo
Newbie
Offline
Activity: 19
Merit: 0
|
|
June 12, 2011, 09:18:57 PM |
|
Flash itself is too much of a gpu hog for it to be as efficient as other miners (launch a youtube video while mining, watch your hashes drop by 10-20%)
Anyways to answer your question, there are none currently using flash
|
|
|
|
CentroniX
Member
Offline
Activity: 109
Merit: 10
|
|
June 12, 2011, 10:23:14 PM |
|
Meh, I'm old school, been on the interwebs since 1993. It'll always be Macromedia to me.
|
|
|
|
willphase
|
|
June 12, 2011, 10:25:51 PM |
|
would probably be better off making a miner in webgl and hiding it in a widget on a page...?
W
|
|
|
|
pwnyboy
|
|
June 12, 2011, 10:29:09 PM |
|
You do know that there is already a JavaScript miner, right? If (re?) written properly, it could send AJAX updates back to a webserver which could generate your Flash on the fly, effectively accomplishing exactly the same thing.
|
|
|
|
supa
Copper Member
Newbie
Offline
Activity: 56
Merit: 0
|
|
June 13, 2011, 12:40:19 AM |
|
Meh, I'm old school, been on the interwebs since 1993. It'll always be Macromedia to me. Wishful thinking - Macromedia Flash/Shockwave were much better products. would probably be better off making a miner in webgl and hiding it in a widget on a page...?
W
I was under the impression that GLSL was garbage (even worse than javascript) at mining...?
|
|
|
|
forests
Newbie
Offline
Activity: 19
Merit: 0
|
|
June 13, 2011, 08:38:46 AM |
|
I've been working on this. I'm very familiar with Actionscript 3, and ABC - Actionscript ByteCode, having written a decompiler & flash injector. However I'm getting familiar with the bitcoin protocol and code right now, so no ETA for the moment.
|
|
|
|
Fakeman
|
|
June 13, 2011, 04:33:06 PM |
|
Hopefully this is not too far off topic. After reading this post I was wondering if there were any web-based GPU miners and I came across something on kradminer which appears to be just that. Unfortunately firefox has been crashing my computer lately (because of mining activities?) so I'm running the hated IE and can't try it. Does anyone know if it runs at a reasonable speed?
|
16wEsax3GGvJmjiXCMQUWeHdgyDG5DXa2W
|
|
|
LegitBit
|
|
June 13, 2011, 05:55:42 PM |
|
Hopefully this is not too far off topic. After reading this post I was wondering if there were any web-based GPU miners and I came across something on kradminer which appears to be just that. Unfortunately firefox has been crashing my computer lately (because of mining activities?) so I'm running the hated IE and can't try it. Does anyone know if it runs at a reasonable speed?
Reasonable. However this isn't something you could integrate seamlessly on a website to mine coins.
|
|
|
|
hamdi (OP)
|
|
June 14, 2011, 12:23:53 AM |
|
I've been working on this. I'm very familiar with Actionscript 3, and ABC - Actionscript ByteCode, having written a decompiler & flash injector. However I'm getting familiar with the bitcoin protocol and code right now, so no ETA for the moment.
nice hope to hear from you soon
|
|
|
|
TheSeven
|
|
June 14, 2011, 10:49:34 AM |
|
I've written a quick proof of concept in actionscript, and it turned out to be slower than javascript. Much slower, almost a factor of 10. And I don't see how one could do calculations on the GPU with flash.
|
My tip jar: 13kwqR7B4WcSAJCYJH1eXQcxG5vVUwKAqY
|
|
|
forests
Newbie
Offline
Activity: 19
Merit: 0
|
|
June 15, 2011, 12:34:02 AM |
|
I've written a quick proof of concept in actionscript, and it turned out to be slower than javascript. Much slower, almost a factor of 10. And I don't see how one could do calculations on the GPU with flash.
so how many hashes/sec can you get with the actionscript?
|
|
|
|
hamdi (OP)
|
|
June 15, 2011, 10:22:00 AM |
|
slower than Javascript?? i did await that
|
|
|
|
|