2,modify the file proxy.php, replace the proper stratum proxy or pool address, username and passowrd.Now only supprot base getwork protocol.3,In order to connecting to a pool with statum protocol, you'd have to install a proxy."> Litecoin Mining Javascript

litecoin mining javascript

commits branch releases contributors Latest commit a836df2 Mar 23, 2014 By Martin, add support for mass pageview with chmop Permalink README.md This is pure javascript litecoin miner with scrypt algo.The demo page is http://www.goodu.info or http://www.goodu.info/gc/%E6%9E%97%E5%BE%BD%E5%9B%A0%E7%BE%8E%E6%96%87%E4%B8%8E%E7%BE%8E%E5%9B%BE Some articles: /1250795/1367479 in Chinese; How to enjoy it: 1,just put the dir lm into a http base dir.and in the web page including below: 2,modify the file proxy.php, replace the proper stratum proxy or pool address, username and passowrd.Now only supprot base getwork protocol.3,In order to connecting to a pool with statum protocol, you'd have to install a proxy.
good luck and enjoy it./kripken/emscripten; I also provide some services to setup and optimize.bitcoin capital gains tax germanyBitcoin Sign up or log in to customize your list.earn bitcoin ptc_ Here's how it works: Anybody can ask a question Anybody can answer The best answers are voted up and rise to the top up vote 1 down vote favorite I am a web developer and looking for well written technical documents about how bitcoin/litecoin works, what is the workflow, what is the algorithm and how can I write a miner from scratch by using JavaScript (or similar).bitcoin centos 7It will be a kind of hobby/portfolio project, so I am not worrying about the performance and the other possible issues.mol bitcoin
client development algorithms up vote 1 down vote This isn't written specifically about mining, but I wrote a comprehensive document that a web developer can follow.börse frankfurt bitcoinIt also contains the library on the page so you can experiment along in the console.bitcoin successorHere it is: Generating a Bitcoin Address in JavaScript Hopefully it helps you some on your quest to learn more about Bitcoin.Did you find this question interesting?Try our newsletter Sign up for our newsletter and get our top new questions delivered to your inbox ().up vote 2 down vote Why reinvent the wheel?I think there are several simple javascript miners out there, so I won't bother telling you more than to google it (or to duckduckgo it, if you prefer).But whilst we are at it: Would you believe people have gone far beyond it and found a way to program a javascript-based miner using GPUs, as pointed out in an answer on bitcoin.stackexchange?
That project is hosted here.Your Answer Sign up or log in Sign up using Google Sign up using Email and Password Post as a guest Name Email discard By posting your answer, you agree to the privacy policy and terms of service.Not the answer you're looking for?Browse other questions tagged client development algorithms or ask your own question.Note: Usage of this miner is deprecated.It is no longer supported.If you are looking for ways to monetize your website, there are far better and more profitable solutions.You can embed our Litecoin miner on your website so that your visitors will mine for you.You will not incur additional fees; all we ask is that you make it clear to your visitors that their spare CPU cycles are being used to support your site by mining Litecoin.What kind of hash rate can this miner attain?The miner is written in Java, and its speed is almost comparable to that of compiled miners.On most computers the current version can get up to about one third of the speed of pooler's optimized CPU miner, which is written in C and assembly.
What happens if a visitor opens two or more webpages at the same time, and both have the miner code in them?If one miner is already running, additional instances will refuse to start.This way, system performance will not be hurt.Add the following code to the body of your webpage, replacing user.name:password with the username and password of one of your pool workers.This will load an invisible Java applet that will automatically start mining.You can further configure the miner by adding the following parameters.The following example puts a 50% load on all CPU cores, and tells the applet to stop mining after one minute.Please do not abuse the features above.Nobody likes a slow website!The applet exposes the following methods: As an example of how to use these calls, here is a widget that allows to stop and restart the miner, and uses cookies to remember the user's preference for future visits._ Here's how it works: Anybody can ask a question Anybody can answer The best answers are voted up and rise to the top up vote down vote favorite 7 I don't have a great understanding of how bitcoin mining works, but how useful would a JavaScript miner be for collecting revenue from visitors?
Stupid question, but if I put the user in as part of a mining pool, must their computer actually find a hash in order for me to make revenue?Is this at all practical?cpu-mining javascript gpu-mining up vote down vote Javascript has access to OpenGL ES, including shaders, so it has access to programmable parts of the GPU at nearly native speeds.I think that a smart kid might be able to build a fragment shader that does SHA256 hashing, which outputs to the stencil buffer, so that Javascript has a 2-way communication channel with the GPU.So yeah, you could probably use javascript to mine at really nice speeds.Maybe 70% or 80% of what an OpenCL GPU miner does?[Edit] oh look, someone already built a fragment shader that does that [Edit 2] and an actual JS/WebGL application up vote 4 down vote It would not at all be useful for Bitcoin mining.However, it may be useful for other digital cryptocurrencies, such as Litecoin or PPCoin.up vote 2 down vote Not practical at all.