primeminer/doc/README.md

39 lines
1.3 KiB
Markdown
Raw Permalink Normal View History

2013-10-28 14:33:15 +00:00
Xolominer Documentation
=======================
2013-10-28 14:33:15 +00:00
This is the xolominer based on the primecoin high performance version of Sunny King's Primecoin tree.
2013-10-28 14:33:15 +00:00
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
2013-07-15 15:26:05 +00:00
* L1 and L2 cache optimizations
* Process only 10% of base primes when weaving the sieve
* Configurable sieve size
2013-10-28 14:33:15 +00:00
Usage
-----
2013-05-20 04:30:00 +00:00
2013-10-31 08:07:56 +00:00
`primeminer [-options]`
2013-05-20 04:30:00 +00:00
2013-10-28 14:33:15 +00:00
* `-pooluser=[user]` Pool worker user name
* `-poolpassword=[pass]` Pool worker password
* `-poolip=[host]` Pool mining ip or host address
* `-poolport=[port]` Pool mining port
2013-10-31 07:48:18 +00:00
* `-poolshare=[chainlength]` Minimum chain length of submitted shares, default 7
2013-10-28 14:33:15 +00:00
* `-genproclimit=[threads]` Number of CPU-Threads to use (1-32)
* `-minerid=[0-65000]` A free-to-choose worker ID
2013-10-31 07:48:18 +00:00
* `-poolfee=[1-100]` Set pool fee ín percent, if supported by pool
2013-05-20 04:30:00 +00:00
2013-10-28 14:33:15 +00:00
Documentation overview
----------------------
2013-05-20 04:30:00 +00:00
- [Unix Build Notes](build-unix.md)
- [Windows Build Notes](build-msw.md)
- [Coding Guidelines](coding.md)
- [Release Process](release-process.md)