Updated docs.

master
donSchoe 2013-10-28 15:36:41 +01:00
parent d38e436302
commit 469548dff6
2 changed files with 35 additions and 16 deletions

10
INSTALL
View File

@ -1,9 +1,5 @@
Building Bitcoin
Building Primeminer
See doc/readme-qt.rst for instructions on building Bitcoin-Qt,
the intended-for-end-users, nice-graphical-interface, reference
implementation of Bitcoin.
See doc/build-*.txt for instructions on building bitcoind,
See doc/build-*.txt for instructions on building primeminer,
the intended-for-services, no-graphical-interface, reference
implementation of Bitcoin.
implementation of Xolo's primecoin pool miner.

View File

@ -1,19 +1,42 @@
Primecoin High Performance Version (Pool Edition)
================================================
Xolo's Primecoin High Performance Pool Miner
============================================
This is a pool mining version
This is a pool mining version of primecoin, the so called xolominer,
based on mikaelh's high performance version of Sunny King's Primecoin tree.
Features:
- pool mining client
- pooled mining client
- getwork-protocol (with longpoll-support)
- code integration into original client
See forked project for more information.
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=[chainlenght]` Minimum chain lenght 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
Building xolominer
==================
See `doc/build-*.md` for detailled information on compiling.
Dependencies:
- libssl (SSL Support)
- libdb4.8 (Berkeley DB)
- libboost (Boost C++ Library)
- libgmp (GNU Multiprecision)
- miniupnpc (UPnP Support)
Primecoin integration/staging tree
==================================