This is a scrypt web miner with stratum support for LiteDoge mining.
- Install any web server to host static files
- Install node.js and npm
- Run
npm install wsproxy -g
- Run
wsproxy -p 8080 &
- Javascript Emscripten-compiled scrypt: https://github.com/tonyg/js-scrypt
- TCP -> Websocket idea and other code: https://github.com/AnanthVivekanand/WebGRLC.js
Note: This README is not done.