Commit Graph

2873 Commits (master)

Author SHA1 Message Date
q3k 85ff644d40 Deleted a whole bunch of unused crap 2014-01-26 14:43:02 +01:00
q3k 6300009a6e Get rid of main.cpp 2014-01-26 13:35:09 +01:00
Thomas Baumbach 0ca3c45f76 actual fix, something went wrong with the last push, sorry 2013-10-31 14:20:58 +01:00
Thomas Baumbach e4393af717 poolpassword patch, v0.8 2013-10-31 13:34:25 +01:00
Thomas Baumbach 321ff62af4 v0.7 , less verbose, password added , testing rejection fix 2013-10-29 16:21:45 +01:00
donSchoe 0f9b8a1a67 Added -poolshare command line option to adjust the minimum pool share dynamically for rpool (6) and beeeeer (7) without recompiling 2013-10-27 10:04:17 +01:00
donSchoe 5ab03326e7 Reverted/fixed unix makefile due to multiple complains. 2013-10-21 12:52:33 +02:00
Thomas Baumbach 3800abbf0c label v0.6 RC3 2013-10-20 19:31:21 +02:00
donSchoe c9845d7692 Merge branch 'master' of https://github.com/thbaumbach/primecoin
Updating from parent.
2013-10-18 17:31:53 +02:00
donSchoe 41870cac55 Minor fix on statistics output. 2013-10-17 06:49:22 +02:00
donSchoe c1bbe88795 Improved statistics output for better readability. 2013-10-16 22:50:49 +02:00
Thomas Baumbach f78f16f50e labeled it v0.6 RC2 2013-10-16 16:11:48 +02:00
donSchoe 69d1b97d97 Added real time statistics to primeminer 2013-10-16 12:22:15 +02:00
donSchoe a68bb9392d Fixed unix makefile to include boost::chrono 2013-10-14 10:52:35 +02:00
Thomas Baumbach a298006598 v0.6 RC1
- increased minimum chain length for submission to 7
- additional triggers for reconnect on connection problems
2013-10-12 21:07:14 +02:00
Thomas Baumbach aa32fbc4a4 v0.5 RC2
further adjustments to communication via Boost ASIO
decreased communication error reconnect barriar to 3
default pool fee is now 3
2013-10-06 11:37:33 +02:00
Thomas Baumbach 2dd6ffff47 dirty fix 2013-10-05 10:14:01 +02:00
Thomas Baumbach 6470007f35 further testing RC2 2013-10-05 10:10:53 +02:00
Thomas Baumbach 4030fa77ed v0.5 RC1 (testing)
- reduced work overhead
2013-10-04 13:47:16 +02:00
Thomas Baumbach 345a7d8e71 added 1 TODO 2013-09-25 20:51:16 +02:00
Thomas Baumbach 0aff39828e some cleanup 2013-09-23 21:02:16 +02:00
Thomas Baumbach f8a2fbe782 Merge branch 'master' of bitbucket.org:thbaumbach/primecoin-hp 2013-09-23 19:55:48 +02:00
Thomas Baumbach c9befcf4a1 v0.4 RC1 2013-09-23 19:54:10 +02:00
Thomas Baumbach 8a5d991f0c Merge remote-tracking branch 'upstream/master' 2013-09-18 16:39:01 +02:00
Thomas Baumbach 4ec2603c35 Merge branch 'master' of bitbucket.org:thbaumbach/primecoin-hp 2013-09-16 20:08:00 +02:00
Mikael Hirki 10f6682acf Bump version to hp11. 2013-09-14 11:19:13 +03:00
Thomas Baumbach f8cf45d79b v0.3 RC0, mikaelh merge, rename to xolominer, reconnect on share-submit 2013-09-13 20:50:54 +02:00
Thomas Baumbach 992c9cf1df Merge remote-tracking branch 'upstream/master' 2013-09-13 20:38:03 +02:00
Mikael Hirki 032cac6b22 Remove a redundant check in the sieve (thanks cabin). 2013-09-13 20:56:50 +03:00
Thomas Baumbach ace506e0e8 extended share submission on disconnect fix 2013-09-13 15:36:54 +02:00
Thomas Baumbach 27285b851f increased value for forced reconnection on rejects 2013-09-13 15:19:09 +02:00
Thomas Baumbach bfca87b84c share submission on disconnect fix 2013-09-13 15:17:07 +02:00
Thomas Baumbach 5a7a921943 Merge branch 'master' of bitbucket.org:thbaumbach/primecoin-hp 2013-09-12 19:51:43 +02:00
Thomas Baumbach 070b3e3ff3 added pause at the end 2013-09-12 19:51:29 +02:00
Thomas Baumbach 7b239dde11 fixed the stats-at-exit for linux, currect defines are used now 2013-09-12 14:33:34 +02:00
Thomas Baumbach 12c768e6fc force reconnect on too many rejections 2013-09-12 10:56:50 +02:00
Thomas Baumbach 94e00bc9e8 fix for OSX OS (hopefully) 2013-09-11 23:35:46 +02:00
Thomas Baumbach 073ca19610 stats fixed and signal handler fixed for linux 2013-09-11 21:54:03 +02:00
Thomas Baumbach aeca01b970 proper signal handler for linux 2013-09-11 21:50:22 +02:00
Thomas Baumbach 8e99df10bc exit handler fix (for linux) 2013-09-11 21:42:26 +02:00
Thomas Baumbach 161b3da53a added some stats on exit (windows tested / linux not tested) 2013-09-11 21:34:14 +02:00
Mikael Hirki f32680a8a9 Changed the default value for 'sieveextensions' to 9 for mainnet.
A value of 9 seems to give slightly higher chains/day after commit 09466ac127.
2013-09-11 21:15:55 +03:00
Mikael Hirki 09466ac127 Fix the sieving of BiTwin candidates (thanks to rdebourbon).
The last member of a BiTwin chain was not sieved at all if the target chain length was odd.
The chains/day estimate was also inflated on mainnet because of this issue.
2013-09-11 19:03:18 +03:00
Thomas Baumbach 97d918dddf tcp no_delay FIX -sorry- 2013-09-11 17:35:47 +02:00
Thomas Baumbach d3673649c8 tcp no_delay added (yeah, that should've been pretty handy earlier...) 2013-09-11 17:33:38 +02:00
Thomas Baumbach 1a26d55410 proper read handling 2013-09-11 13:18:32 +02:00
Thomas Baumbach 0ac835f4fd remove some verbose info -fix- (i need some sleep) 2013-09-11 10:34:34 +02:00
Thomas Baumbach 710c862605 remove some verbose info 2013-09-11 10:24:06 +02:00
Thomas Baumbach 6a4f89d4d8 fixed the reconnection 2013-09-11 10:17:54 +02:00
Thomas Baumbach c4fdf0fa79 getworx (ok, we're finally there) 2013-09-11 00:04:33 +02:00