primeminer/doc
donSchoe b393d86653 Updated docs. 2013-10-31 09:07:56 +01:00
..
Doxyfile Bugfix: Correct English grammar regarding "'s" 2012-08-01 17:50:00 +00:00
README.md Updated docs. 2013-10-31 09:07:56 +01:00
Tor.txt Update Tor.txt for grammar fixes 2013-04-23 13:17:59 -03:00
assets-attribution.txt new splash screen 2013-04-17 01:14:53 -07:00
bitcoin_logo_doxygen.png new icons: overhaul oxygen icon (was to blurry) 2013-04-08 10:37:19 +02:00
build-msw.md Updated docs. 2013-10-28 15:33:15 +01:00
build-osx.md Update links in build-osx.md 2013-05-22 12:34:18 +08:00
build-solaris.md Build instructions for solaris 2013-08-05 22:20:32 +03:00
build-unix.md Updated docs. 2013-10-28 15:33:15 +01:00
coding.md Docs Markdown Cleanup 2013-05-20 00:30:00 -04:00
files.txt Added information about used data files 2013-01-30 18:53:05 +01:00
multiwallet-qt.md Docs Markdown Cleanup 2013-05-20 00:30:00 -04:00
readme-qt.rst Update Qt Readme to include HomeBrew setup for OSX 2013-04-23 17:20:28 +08:00
release-notes.md Bump version numbers for 0.8.3 release 2013-06-25 10:27:24 -04:00
release-process.md Docs Markdown Cleanup 2013-05-20 00:30:00 -04:00
translation_process.md Translation update for 0.7.1 2012-10-04 08:13:37 +02:00
unit-tests.md Docs Markdown Cleanup 2013-05-20 00:30:00 -04:00

README.md

Xolominer Documentation

This is the xolominer based on the primecoin high performance version of Sunny King's Primecoin tree.

Xolominer features:

  • pooled mining client
  • getwork-protocol (with longpoll-support)
  • code integration into original client

Primecoin tree features:

  • Use GMP for bignum calculations in the mining threads
  • Replaced some bignum calculations with 64-bit arithmetic inside the sieve
  • Reduced the amount of memory allocations
  • L1 and L2 cache optimizations
  • Process only 10% of base primes when weaving the sieve
  • Configurable sieve size

Usage

primeminer [-options]

  • -pooluser=[user] Pool worker user name
  • -poolpassword=[pass] Pool worker password
  • -poolip=[host] Pool mining ip or host address
  • -poolport=[port] Pool mining port
  • -poolshare=[chainlength] Minimum chain length of submitted shares, default 7
  • -genproclimit=[threads] Number of CPU-Threads to use (1-32)
  • -minerid=[0-65000] A free-to-choose worker ID
  • -poolfee=[1-100] Set pool fee ín percent, if supported by pool

Documentation overview