cleanup info

This commit is contained in:
Thomas Baumbach 2013-09-03 10:33:19 +02:00
parent b5a9637d21
commit 95a9c2ec11
2 changed files with 9 additions and 16 deletions

View file

@ -1,25 +1,18 @@
Primecoin High Performance Version
==================================
Primecoin High Performance Version (Pool Edition)
================================================
This is a pool mining version
based on mikaelh's high performance version of Sunny King's 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
- pool mining client
- getwork-protocol (with longpoll-support)
- code integration into original client
Donations are welcome if you want to support my work.
BTC: 1EaHwHBWeoJtSM2jEdx9Su1NcKvdXbsqxX
LTC: LPD1zDChmqcqKGHFHuLX2JWMMEC5jD5J4j
XPM: AJHjbkVzHhHugd5bpKDtddVDfhtEB8jQZ4
See forked project for more information.
Primecoin integration/staging tree
==================================

View file

@ -504,7 +504,7 @@ int main(int argc, char **argv)
{
std::cout << "********************************************" << std::endl;
std::cout << "*** Primeminer - Primecoin Pool Miner v" << VERSION_MAJOR << "." << VERSION_MINOR << std::endl;
std::cout << "*** by xolokram/TB" << std::endl;
std::cout << "*** by xolokram/TB - www.beeeeer.org" << std::endl;
std::cout << "***" << std::endl;
std::cout << "*** thx to Sunny King & mikaelh" << std::endl;
std::cout << "********************************************" << std::endl;