Author

Topic: JavaScript-based LTC-miner (3672 bytes) (Read 1628 times)

newbie
Activity: 44
Merit: 0
June 02, 2013, 02:48:38 PM
#5
hero member
Activity: 688
Merit: 506
CryptoCurrency Evangelist
Having JavaScrypt miner would be really interesting to see live.
Is there a demo for it?
legendary
Activity: 2142
Merit: 1010
Newbie
Post here a small piece of the code as a proof plz.
member
Activity: 89
Merit: 13
February 02, 2012, 02:51:44 AM
#2
Very interested.
legendary
Activity: 2142
Merit: 1010
Newbie
November 30, 2011, 09:54:01 AM
#1
I'm working on a project that is intended to be used to sell/buy computing power of web-browsers. There was a LTC-miner developed to prove the concept of the project. I post here a screenshot of its code, just for those who like small things that do big work.



This piece of code calculates 1000 Scrypt-hashes and chooses one with the smallest result. It works at rate of 15 h/s for each GHz of CPU in Google Chrome.
Approximately 60 threads of this JavaScript code equal to 1 thread of a native miner. But later, when JIT-compilers come to browsers, 1/60 ratio will be changed to almost 1/1...
Jump to: