Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/jgarzik/pyminer
Python miner for bitcoin
https://github.com/jgarzik/pyminer
bitcoin mining mining-software-repositories python
Last synced: 3 months ago
JSON representation
Python miner for bitcoin
- Host: GitHub
- URL: https://github.com/jgarzik/pyminer
- Owner: jgarzik
- License: mit
- Archived: true
- Created: 2011-04-04T20:54:31.000Z (almost 14 years ago)
- Default Branch: master
- Last Pushed: 2022-03-06T18:47:46.000Z (almost 3 years ago)
- Last Synced: 2024-07-31T20:26:50.931Z (5 months ago)
- Topics: bitcoin, mining, mining-software-repositories, python
- Language: Python
- Homepage:
- Size: 5.86 KB
- Stars: 830
- Watchers: 76
- Forks: 354
- Open Issues: 0
-
Metadata Files:
- Readme: README
- License: COPYING
Awesome Lists containing this project
README
#Pyminer
This is a 'getwork' CPU mining client for bitcoin.
It is pure-python, and therefore very, very slow. The purpose is to
provide a reference implementation of a miner, for study.##In order for this software to run you must build and run bitcoind from source on your computer.