Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/jgarzik/cpuminer
CPU miner for bitcoin
https://github.com/jgarzik/cpuminer
bitcoin c mining
Last synced: about 1 month ago
JSON representation
CPU miner for bitcoin
- Host: GitHub
- URL: https://github.com/jgarzik/cpuminer
- Owner: jgarzik
- License: other
- Archived: true
- Created: 2010-11-24T04:35:07.000Z (about 14 years ago)
- Default Branch: master
- Last Pushed: 2022-07-02T14:58:26.000Z (over 2 years ago)
- Last Synced: 2024-08-03T01:17:14.916Z (4 months ago)
- Topics: bitcoin, c, mining
- Language: C
- Homepage:
- Size: 239 KB
- Stars: 948
- Watchers: 102
- Forks: 2,335
- Open Issues: 0
-
Metadata Files:
- Readme: README
- Changelog: ChangeLog
- License: COPYING
Awesome Lists containing this project
- awesome-repositories - jgarzik/cpuminer - CPU miner for bitcoin (C)
README
This is a multi-threaded CPU miner for bitcoin.
License: See COPYING for details.
Dependencies:
libcurl http://curl.haxx.se/libcurl/
jansson http://www.digip.org/jansson/
(jansson is optional, and is included in-tree)Basic *nix build instructions:
./autogen.sh # only needed if building from git repo
CFLAGS="-O3 -Wall -msse2" ./configure
makeBasic WIN32 build instructions (on Fedora 13; requires mingw32):
./autogen.sh # only needed if building from git repo
rm -f mingw32-config.cache
MINGW32_CFLAGS="-O3 -Wall -msse2" mingw32-configure
make
./mknsis.shUsage instructions: Run "minerd --help" to see options.
Also many issues and FAQs are covered in the forum thread
dedicated to this program,
https://bitcointalk.org/?topic=1925.0;all