Commit Graph

4320 Commits (master)

Author SHA1 Message Date
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
Thomas Baumbach da0ac224c3 test gwx 2013-09-10 19:35:22 +02:00
Thomas Baumbach 115f743462 small test 2013-09-10 14:38:07 +02:00
Thomas Baumbach aa3438f4ca first success on connection 2013-09-10 14:06:07 +02:00
Thomas Baumbach 55355aa206 first test for new gwx protocol 2013-09-10 11:55:45 +02:00
Thomas Baumbach 95a9c2ec11 cleanup info 2013-09-03 10:33:19 +02:00
Thomas Baumbach b5a9637d21 added info to readme and source 2013-09-03 09:17:40 +02:00
Thomas Baumbach 55a6f2521c v0.1 release + some cleanup 2013-09-01 23:08:59 +02:00
Thomas Baumbach ff111d0195 Merge remote-tracking branch 'upstream/master' 2013-09-01 20:10:48 +02:00
Mikael Hirki ee99f55c10 Fix the number of tests counter. (thanks to cabin)
The sieve going empty should not be counted as a test.
2013-08-31 20:32:47 +03:00
Thomas Baumbach 43962edddc fixed scheduling/work promotion issue 2013-08-26 20:50:28 +02:00
Thomas Baumbach aedb258905 Merge remote-tracking branch 'upstream/master' 2013-08-26 17:28:52 +02:00
Mikael Hirki 42496a823b Fix the chains/day estimate with regards to the 'sieveextenions' parameter. 2013-08-26 18:20:28 +03:00
Thomas Baumbach bd5fb9af9c Merge remote-tracking branch 'upstream/master' 2013-08-26 16:55:10 +02:00
Thomas Baumbach 98409e7f5d work scheduling re-worked, less work done twice 2013-08-26 16:54:51 +02:00
Thomas Baumbach 54fe526dbf changed the timer for a forced block update & some error format 2013-08-25 20:56:26 +02:00
Thomas Baumbach 93152ced1e fixed a memory leak and added some TODOs 2013-08-25 11:02:26 +02:00
Mikael Hirki eb8f859b0a Added a special version string when building without Git. 2013-08-25 01:33:43 +03:00
Mikael Hirki 4361443696 Remove extra version suffix in favor of a signed tag. 2013-08-25 01:14:59 +03:00
Thomas Baumbach 4b7415cbc0 removed debug info 2013-08-24 23:27:49 +02:00
Thomas Baumbach 9cfdfae83f long polling v1 2013-08-24 23:04:20 +02:00
Thomas Baumbach c535367514 Merge remote-tracking branch 'upstream/master' 2013-08-24 21:27:34 +02:00
Mikael Hirki 92f4beaf3c Bump version to -hp10 in anticipation of the upcoming release. 2013-08-24 21:24:29 +03:00
Sunny King 9ab8085011 Primecoin: Fix synchronized checkpoint advisory mode since ea4c1324 2013-08-24 20:39:53 +03:00
Sunny King fd695ea6ca Primecoin: Reduce sort vector size for command 'listtopprimes' 2013-08-24 20:39:44 +03:00
Sunny King 4017154c73 Primecoin: Add new command 'listtopprimes' 2013-08-24 20:39:35 +03:00
Thomas Baumbach 8fefbe8908 some tests for efficient long polling support 2013-08-24 13:54:13 +02:00
Thomas Baumbach c86f9b3770 testing long polling 2013-08-23 22:58:35 +02:00
Thomas Baumbach 00e5c7ec7e made rpc calls failable 2013-08-23 22:38:12 +02:00
Mikael Hirki 0768dadbd9 Removed the no longer used roundsievepercentage parameter. 2013-08-21 18:43:41 +03:00
Mikael Hirki 387fdad600 Changed nL1CacheElements to 224000 which is slightly faster (from nushor on IRC). 2013-08-21 14:32:03 +03:00
Mikael Hirki aa369e8662 Fixed CSieveOfEratosthenes::ProcessMultiplier() so that it should also work when USE_ROTATE is not defined. 2013-08-21 14:19:03 +03:00
Thomas Baumbach f63492d6ac hopefully we now have the right format for primeminer and jhPrimeminer 2013-08-21 08:51:24 +02:00
Thomas Baumbach 12387a445f testing code for compatibility with jhPrimeminer 2013-08-20 23:18:24 +02:00
Thomas Baumbach e0e7ffeb50 fixed return value bug 2013-08-20 10:20:30 +02:00