Skip to content

Tags: thbaumbach/primecoin

Tags

v0.1.2xpm-hp10

Toggle v0.1.2xpm-hp10's commit message
Primecoin v0.1.2 High Performance build 10

v0.1.1xpm-hp9

Toggle v0.1.1xpm-hp9's commit message
Print the initial nRoundSievePercentage setting.

v0.1.2xpm

Toggle v0.1.2xpm's commit message
Primecoin v0.1.2 release

 - Performance improvements of built-in miner
 - chainsperday estimate in getmininginfo
 - listprimerecords command

v0.1.1xpm-hp8

Toggle v0.1.1xpm-hp8's commit message
Rename 'gensieveroundpercentage' to 'roundsievepercentage' for simpli…

…city.

v0.1.1xpm-hp7

Toggle v0.1.1xpm-hp7's commit message
Port Sunny King's fix for miner performance issue with large block size

Primecoin: Fix miner performance issue with large block size
           Miner create new block at most once every 10 seconds

v0.1.1xpm-hp6

Toggle v0.1.1xpm-hp6's commit message
Optimize GetNextCandidateMultiplier() a bit further.

v0.1.1xpm-hp5

Toggle v0.1.1xpm-hp5's commit message
Move CSieveOfEratosthenes::ProcessMultiplier to prime.h so that it ge…

…ts inlined.

v0.1.1xpm-hp4

Toggle v0.1.1xpm-hp4's commit message
Updated the README files.

v0.1.1xpm-hp3

Toggle v0.1.1xpm-hp3's commit message
Added a command line parameter -sievesize for changing the sieve size.

v0.1.1xpm-hp2

Toggle v0.1.1xpm-hp2's commit message
Restored sieve size to 1,000,000. Some quick runs on the testnet indi…

…cate that this produces a lot more probable prime chains. Thanks to the numerous people who pointed this out.