Current Status: Alpha
This is a Bitcoin Miner implemented in JavaScript. Originally by progranism, improved by kr105rlz and cmaclell, here modified by me to work on GAE.
It is intended for use in a Bitcoin Mining Pool, but its main purpose is to act as a learning tool and micro web miner. Feel free to browse the commented source-code and learn more about how Bitcoins are mined.
Download the full source code. You need a Google App Engine application defined and ready for code to be uploaded. Modify the app.yaml according to your application name, rename or copy config.py.sample to config.py and modify it to use your pool credentials. Open the "ninja" w.html page in your app path and you're off to mine!
Yes, though it isn't very good at mining! It operates much slower than even a standard CPU miner, and so it is unlikely to generate much income. However it can be loaded on a website so your visitors can calculate bitcoins for you.
Please read, this miner doesn't implement any real long-polling or caching techniques to minimize unnecessary connections to the pool server. Instead, it polls every hour the pool server you configured and "replaces" any work holder than an hour with the received one. It could well overwrite the same work but 1 connection every hour shouln't disturb too much. Indeed, clients could be working on already solved work. It is recommended to use it only on local, personal installations before connecting to big (or even small) pools.
Currently being heavily worked on.
- User (client) management
If you like this project, feel free contribute code, comments, and even Bitcoin donations.
Donation Address for cmaclell: 19ZhyDExua1b6ZzMMfvPdGpQTRnjkWZTYj Donation Address for kr105rlz: 16TUsJ6ToAxp1a9RmTCGnox99MocGSYLaD