README 515 B

12345678910111213141516171819202122
  1. This is a multi-threaded CPU miner for bitcoin.
  2. License: GPLv2. See COPYING for details.
  3. Dependencies:
  4. libcurl http://curl.haxx.se/libcurl/
  5. jansson http://www.digip.org/jansson/
  6. (jansson is optional, and is included in-tree)
  7. Basic *nix build instructions:
  8. ./autogen.sh
  9. ./configure
  10. make
  11. Basic WIN32 build instructions (on Fedora 13; requires mingw32):
  12. ./autogen.sh
  13. MINGW32_CFLAGS="-O2 -Wall -msse2 -g" mingw32-configure
  14. make
  15. ./mknsis.sh
  16. Usage instructions: Run "minerd --help" to see options.