3 Star 0 Fork 0

Gitee 极速下载 / bitcoin-javascript-miner

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
此仓库是为了提升国内下载速度的镜像仓库,每日同步一次。 原始仓库: https://github.com/progranism/Bitcoin-JavaScript-Miner
该仓库未声明开源许可证文件(LICENSE),使用请关注具体项目描述及其代码上游依赖。
克隆/下载
贡献代码
同步代码
取消
提示: 由于 Git 不支持空文件夾,创建文件夹后会生成空的 .keep 文件
Loading...
README

Bitcoin JavaScript Miner

Current Status: Pre-Alpha

What is it?

This is a Bitcoin Miner implemented in JavaScript. It is intended for use in a Bitcoin Mining Pool, but its main purpose is to act as a learning tool. 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 and upload it to any webserver. You can then access the index.html file and begin mining!

Does It Really Mine Bitcoins?

Not currently, no. The code is incomplete, and does not communicate with a real mining pool. I intend to add that functionality, if possible, but it is not complete yet.

When it is complete, it won't be very good at mining! It operates much slower than even a standard CPU miner, and so it is unlikely to generate much income.

Current Development Status

JsMiner is currently just an educational tool, and has not been tested on a live mining pool; nor has it been tested for 100% correct operation.

As time allows, I will strive to complete the code so that it works with an actual mining pool.

File Desctriptions

This is a list of the files and what they do:

  • index.html - The webpage for JsMiner. Provides an interface to start the mining process and view mining statistics.
  • miner.js - This is where the Bitcoin Mining is done. It is invoked as a Web Worker (JavaScript thread).
  • sha256.js - SHA-256 functions implemented in JavaScript.
  • work-manager.js - Code to getwork, submitwork, and manage the Miner threads.

Thank You

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

Donation Address: 16TUsJ6ToAxp1a9RmTCGnox99MocGSYLaD

空文件

简介

暂无描述 展开 收起
JavaScript 等 2 种语言
取消

发行版

暂无发行版

贡献者

全部

近期动态

加载更多
不能加载更多了
1
https://gitee.com/mirrors/bitcoin-javascript-miner.git
git@gitee.com:mirrors/bitcoin-javascript-miner.git
mirrors
bitcoin-javascript-miner
bitcoin-javascript-miner
master

搜索帮助