Post
Topic
Board Mining software (miners)
Re: Embeddable Bitcoin Miner - Bitcoin Plus for Websites
by
dimitry-js
on 30/06/2013, 20:37:00 UTC
This website is using JAVA and not javascript which means you need JAVA to be installed on your machine. Therefore, you lose the portability advantage of javascript. But, I realized that the existing javascript codes are not very well written. For this reason, I have started working on a javascript miner ( not java ) a few months ago which can take advantage of just-in-time compilation in the new browsers to achieve a high speedup compared to the existing javascript miners. I performed a lot of code optimization techniques and my preliminary results show more than 10X speed up compared to the best code that I found in internet. This will allow reaching a performance competitive with what can be achieved while running C/Java codes. Please message me if you think this is something that might interest you in any way or if you have any insights.