Giter Site home page Giter Site logo

jilaku's Introduction

Bitcoin JavaScript Miner

Current Status: Alpha

What is it?

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.

Learn more about Bitcoin

How do I use it?

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!

Does It Really Mine Bitcoins?

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.

Important

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.

Current Development Status

Currently being heavily worked on.

To Do

  1. User (client) management

Thank You

If you like this project, feel free contribute code, comments, and even Bitcoin donations.

Donation Address for cmaclell: 19ZhyDExua1b6ZzMMfvPdGpQTRnjkWZTYj Donation Address for kr105rlz: 16TUsJ6ToAxp1a9RmTCGnox99MocGSYLaD

jilaku's People

Contributors

kast avatar cmaclell avatar progranism avatar

Watchers

Alex Smith avatar James Cloos avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.